@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

.bloc-lightgray {
  background-color: #F3F3F3; }

.bloc-white {
  background-color: #fff; }

.bloc-gray {
  background-color: #EAEAEA; }

.bloc-blue {
  background-color: #0492D4; }

.bloc-black {
  color: #fff;
  background-color: #262626; }

.blue {
  color: #0492D4; }

.mediumblue {
  color: #046894; }

.white {
  color: #fff; }

.gray {
  color: #EAEAEA; }

.mediumgray {
  color: #626262; }

.bg-mediumblue {
  background-color: #046894; }

.black {
  color: #262626; }

@-webkit-keyframes imgOpen {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    transform-origin: center; }
  40% {
    -webkit-transform: scale(1.11);
    transform: scale(1.11); }
  100% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transform-origin: left;
    transform-origin: left; } }

@keyframes imgOpen {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    transform-origin: center; }
  40% {
    -webkit-transform: scale(1.11);
    transform: scale(1.11); }
  100% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transform-origin: left;
    transform-origin: left; } }

@-webkit-keyframes colorSlideActive {
  from {
    display: none;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    to {
      display: block;
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } } }

@keyframes colorSlideActive {
  from {
    display: none;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    to {
      display: block;
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } } }

@-webkit-keyframes slidePrev {
  from {
    display: block;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    display: none;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slidePrev {
  from {
    display: block;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    display: none;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

body {
  overflow-x: hidden; }

.container {
  width: 1440px;
  margin-right: auto;
  margin-left: auto; }

@media all and (max-width: 1456px) {
  .container {
    width: calc(100% - 50px * 2);
    margin-right: 50px;
    margin-left: 50px; } }

@media all and (max-width: 1076px) {
  .container {
    width: calc(100% - 50px * 2);
    margin-right: 50px;
    margin-left: 50px; } }

@media all and (max-width: 745px) {
  .container {
    width: calc(100% - 20px * 2);
    margin-right: 20px;
    margin-left: 20px; } }

@media all and (max-width: 540px) {
  .container {
    width: calc(100% - 20px * 2);
    margin-right: 20px;
    margin-left: 20px; } }

/*.container-central {
  width: $container-wd - ($column-width * 4);
  margin-left: auto;
  margin-right: auto;
  @media all and (max-width: 1456px ) {
    width: calc((100% - 50px * 2) - (90px * 4) + (16px * 3));

    // width: $xl-wd;
    // margin-left: auto;
    // margin-right: auto;
  }

  @media all and (max-width: 1076px ) {
    width: calc(100% - (50px * 2));
    margin-left: $grid-margin;
    margin-right: $grid-margin;
  }
  @media all and (max-width: 745px ) {
    width: calc(100% - 20px * 2);
    margin-left: $grid-margin-md;
    margin-right: $grid-margin-md;
  }
  @media all and (max-width: 540px ) {
    width: calc(100% - 20px * 2);
    margin-left: $grid-margin-sm;
    margin-right: $grid-margin-sm;
  }
}*/
.row {
  position: relative;
  float: left;
  clear: both;
  width: 100%; }

.row [class^="col"] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 8px;
  padding-left: 8px; }

.row [class^="col"].fl-right {
  float: right; }

.row-full-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }

@media all and (max-width: 745px) {
  .row-full-height {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.col-1 {
  width: 90px; }

@media all and (max-width: 1456px) {
  .col-1 {
    width: calc((100% / 16) * 1);
    /*width: calc( ((100% - 50px*2) / (16 / 1)) );*/ } }

@media all and (max-width: 745px) {
  .col-1 {
    width: calc((100% / 16) * 1); } }

@media all and (max-width: 540px) {
  .col-1 {
    width: 100%;
    float: left;
    clear: both; } }

.col-2 {
  width: 180px; }

@media all and (max-width: 1456px) {
  .col-2 {
    width: calc((100% / 16) * 2);
    /*width: calc( ((100% - 50px*2) / (16 / 2)) );*/ } }

@media all and (max-width: 745px) {
  .col-2 {
    width: calc((100% / 16) * 2); } }

@media all and (max-width: 540px) {
  .col-2 {
    width: 100%;
    float: left;
    clear: both; } }

.col-3 {
  width: 270px; }

@media all and (max-width: 1456px) {
  .col-3 {
    width: calc((100% / 16) * 3);
    /*width: calc( ((100% - 50px*2) / (16 / 3)) );*/ } }

@media all and (max-width: 745px) {
  .col-3 {
    width: calc((100% / 16) * 3); } }

@media all and (max-width: 540px) {
  .col-3 {
    width: 100%;
    float: left;
    clear: both; } }

.col-4 {
  width: 360px; }

@media all and (max-width: 1456px) {
  .col-4 {
    width: calc((100% / 16) * 4);
    /*width: calc( ((100% - 50px*2) / (16 / 4)) );*/ } }

@media all and (max-width: 745px) {
  .col-4 {
    width: calc((100% / 16) * 4); } }

@media all and (max-width: 540px) {
  .col-4 {
    width: 100%;
    float: left;
    clear: both; } }

.col-5 {
  width: 450px; }

@media all and (max-width: 1456px) {
  .col-5 {
    width: calc((100% / 16) * 5);
    /*width: calc( ((100% - 50px*2) / (16 / 5)) );*/ } }

@media all and (max-width: 745px) {
  .col-5 {
    width: calc((100% / 16) * 5); } }

@media all and (max-width: 540px) {
  .col-5 {
    width: 100%;
    float: left;
    clear: both; } }

.col-6 {
  width: 540px; }

@media all and (max-width: 1456px) {
  .col-6 {
    width: calc((100% / 16) * 6);
    /*width: calc( ((100% - 50px*2) / (16 / 6)) );*/ } }

@media all and (max-width: 745px) {
  .col-6 {
    width: calc((100% / 16) * 6); } }

@media all and (max-width: 540px) {
  .col-6 {
    width: 100%;
    float: left;
    clear: both; } }

.col-7 {
  width: 630px; }

@media all and (max-width: 1456px) {
  .col-7 {
    width: calc((100% / 16) * 7);
    /*width: calc( ((100% - 50px*2) / (16 / 7)) );*/ } }

@media all and (max-width: 745px) {
  .col-7 {
    width: calc((100% / 16) * 7); } }

@media all and (max-width: 540px) {
  .col-7 {
    width: 100%;
    float: left;
    clear: both; } }

.col-8 {
  width: 720px; }

@media all and (max-width: 1456px) {
  .col-8 {
    width: calc((100% / 16) * 8);
    /*width: calc( ((100% - 50px*2) / (16 / 8)) );*/ } }

@media all and (max-width: 745px) {
  .col-8 {
    width: calc((100% / 16) * 8); } }

@media all and (max-width: 540px) {
  .col-8 {
    width: 100%;
    float: left;
    clear: both; } }

.col-9 {
  width: 810px; }

@media all and (max-width: 1456px) {
  .col-9 {
    width: calc((100% / 16) * 9);
    /*width: calc( ((100% - 50px*2) / (16 / 9)) );*/ } }

@media all and (max-width: 745px) {
  .col-9 {
    width: calc((100% / 16) * 9); } }

@media all and (max-width: 540px) {
  .col-9 {
    width: 100%;
    float: left;
    clear: both; } }

.col-10 {
  width: 900px; }

@media all and (max-width: 1456px) {
  .col-10 {
    width: calc((100% / 16) * 10);
    /*width: calc( ((100% - 50px*2) / (16 / 10)) );*/ } }

@media all and (max-width: 745px) {
  .col-10 {
    width: calc((100% / 16) * 10); } }

@media all and (max-width: 540px) {
  .col-10 {
    width: 100%;
    float: left;
    clear: both; } }

.col-11 {
  width: 990px; }

@media all and (max-width: 1456px) {
  .col-11 {
    width: calc((100% / 16) * 11);
    /*width: calc( ((100% - 50px*2) / (16 / 11)) );*/ } }

@media all and (max-width: 745px) {
  .col-11 {
    width: calc((100% / 16) * 11); } }

@media all and (max-width: 540px) {
  .col-11 {
    width: 100%;
    float: left;
    clear: both; } }

.col-12 {
  width: 1080px; }

@media all and (max-width: 1456px) {
  .col-12 {
    width: calc((100% / 16) * 12);
    /*width: calc( ((100% - 50px*2) / (16 / 12)) );*/ } }

@media all and (max-width: 745px) {
  .col-12 {
    width: calc((100% / 16) * 12); } }

@media all and (max-width: 540px) {
  .col-12 {
    width: 100%;
    float: left;
    clear: both; } }

.col-13 {
  width: 1170px; }

@media all and (max-width: 1456px) {
  .col-13 {
    width: calc((100% / 16) * 13);
    /*width: calc( ((100% - 50px*2) / (16 / 13)) );*/ } }

@media all and (max-width: 745px) {
  .col-13 {
    width: calc((100% / 16) * 13); } }

@media all and (max-width: 540px) {
  .col-13 {
    width: 100%;
    float: left;
    clear: both; } }

.col-14 {
  width: 1260px; }

@media all and (max-width: 1456px) {
  .col-14 {
    width: calc((100% / 16) * 14);
    /*width: calc( ((100% - 50px*2) / (16 / 14)) );*/ } }

@media all and (max-width: 745px) {
  .col-14 {
    width: calc((100% / 16) * 14); } }

@media all and (max-width: 540px) {
  .col-14 {
    width: 100%;
    float: left;
    clear: both; } }

.col-15 {
  width: 1350px; }

@media all and (max-width: 1456px) {
  .col-15 {
    width: calc((100% / 16) * 15);
    /*width: calc( ((100% - 50px*2) / (16 / 15)) );*/ } }

@media all and (max-width: 745px) {
  .col-15 {
    width: calc((100% / 16) * 15); } }

@media all and (max-width: 540px) {
  .col-15 {
    width: 100%;
    float: left;
    clear: both; } }

.col-16 {
  width: 1440px; }

@media all and (max-width: 1456px) {
  .col-16 {
    width: calc((100% / 16) * 16);
    /*width: calc( ((100% - 50px*2) / (16 / 16)) );*/ } }

@media all and (max-width: 745px) {
  .col-16 {
    width: calc((100% / 16) * 16); } }

@media all and (max-width: 540px) {
  .col-16 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1456px) {
  .col-ct-1 {
    width: 90px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .col-ct-1 {
    width: calc((100% / 16) * 1); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .col-ct-1 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1456px) {
  .col-ct-2 {
    width: 180px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .col-ct-2 {
    width: calc((100% / 16) * 2); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .col-ct-2 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1456px) {
  .col-ct-3 {
    width: 270px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .col-ct-3 {
    width: calc((100% / 16) * 3); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .col-ct-3 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1456px) {
  .col-ct-4 {
    width: 360px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .col-ct-4 {
    width: calc((100% / 16) * 4); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .col-ct-4 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1456px) {
  .col-ct-5 {
    width: 450px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .col-ct-5 {
    width: calc((100% / 16) * 5); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .col-ct-5 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1456px) {
  .col-ct-6 {
    width: 540px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .col-ct-6 {
    width: calc((100% / 16) * 6); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .col-ct-6 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1456px) {
  .col-ct-7 {
    width: 630px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .col-ct-7 {
    width: calc((100% / 16) * 7); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .col-ct-7 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1456px) {
  .col-ct-8 {
    width: 720px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .col-ct-8 {
    width: calc((100% / 16) * 8); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .col-ct-8 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1456px) {
  .col-ct-9 {
    width: 810px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .col-ct-9 {
    width: calc((100% / 16) * 9); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .col-ct-9 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1456px) {
  .col-ct-10 {
    width: 900px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .col-ct-10 {
    width: calc((100% / 16) * 10); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .col-ct-10 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1456px) {
  .col-ct-11 {
    width: 990px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .col-ct-11 {
    width: calc((100% / 16) * 11); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .col-ct-11 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1456px) {
  .col-ct-12 {
    width: 1080px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .col-ct-12 {
    width: calc((100% / 16) * 12); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .col-ct-12 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1456px) {
  .col-ct-13 {
    width: 1170px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .col-ct-13 {
    width: calc((100% / 16) * 13); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .col-ct-13 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1456px) {
  .col-ct-14 {
    width: 1260px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .col-ct-14 {
    width: calc((100% / 16) * 14); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .col-ct-14 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1456px) {
  .col-ct-15 {
    width: 1350px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .col-ct-15 {
    width: calc((100% / 16) * 15); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .col-ct-15 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1456px) {
  .col-ct-16 {
    width: 1440px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .col-ct-16 {
    width: calc((100% / 16) * 16); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .col-ct-16 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1076px) {
  .col-lg-1 {
    width: 90px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .col-lg-1 {
    width: calc((100% / 16) * 1);
    /*width: calc( ((100% - 50px*2) / (16 / 1)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .col-lg-1 {
    width: calc((100% / 16) * 1); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .col-lg-1 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1076px) {
  .col-lg-2 {
    width: 180px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .col-lg-2 {
    width: calc((100% / 16) * 2);
    /*width: calc( ((100% - 50px*2) / (16 / 2)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .col-lg-2 {
    width: calc((100% / 16) * 2); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .col-lg-2 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1076px) {
  .col-lg-3 {
    width: 270px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .col-lg-3 {
    width: calc((100% / 16) * 3);
    /*width: calc( ((100% - 50px*2) / (16 / 3)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .col-lg-3 {
    width: calc((100% / 16) * 3); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .col-lg-3 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1076px) {
  .col-lg-4 {
    width: 360px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .col-lg-4 {
    width: calc((100% / 16) * 4);
    /*width: calc( ((100% - 50px*2) / (16 / 4)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .col-lg-4 {
    width: calc((100% / 16) * 4); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .col-lg-4 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1076px) {
  .col-lg-5 {
    width: 450px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .col-lg-5 {
    width: calc((100% / 16) * 5);
    /*width: calc( ((100% - 50px*2) / (16 / 5)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .col-lg-5 {
    width: calc((100% / 16) * 5); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .col-lg-5 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1076px) {
  .col-lg-6 {
    width: 540px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .col-lg-6 {
    width: calc((100% / 16) * 6);
    /*width: calc( ((100% - 50px*2) / (16 / 6)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .col-lg-6 {
    width: calc((100% / 16) * 6); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .col-lg-6 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1076px) {
  .col-lg-7 {
    width: 630px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .col-lg-7 {
    width: calc((100% / 16) * 7);
    /*width: calc( ((100% - 50px*2) / (16 / 7)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .col-lg-7 {
    width: calc((100% / 16) * 7); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .col-lg-7 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1076px) {
  .col-lg-8 {
    width: 720px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .col-lg-8 {
    width: calc((100% / 16) * 8);
    /*width: calc( ((100% - 50px*2) / (16 / 8)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .col-lg-8 {
    width: calc((100% / 16) * 8); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .col-lg-8 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1076px) {
  .col-lg-9 {
    width: 810px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .col-lg-9 {
    width: calc((100% / 16) * 9);
    /*width: calc( ((100% - 50px*2) / (16 / 9)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .col-lg-9 {
    width: calc((100% / 16) * 9); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .col-lg-9 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1076px) {
  .col-lg-10 {
    width: 900px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .col-lg-10 {
    width: calc((100% / 16) * 10);
    /*width: calc( ((100% - 50px*2) / (16 / 10)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .col-lg-10 {
    width: calc((100% / 16) * 10); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .col-lg-10 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1076px) {
  .col-lg-11 {
    width: 990px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .col-lg-11 {
    width: calc((100% / 16) * 11);
    /*width: calc( ((100% - 50px*2) / (16 / 11)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .col-lg-11 {
    width: calc((100% / 16) * 11); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .col-lg-11 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1076px) {
  .col-lg-12 {
    width: 1080px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .col-lg-12 {
    width: calc((100% / 16) * 12);
    /*width: calc( ((100% - 50px*2) / (16 / 12)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .col-lg-12 {
    width: calc((100% / 16) * 12); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .col-lg-12 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1076px) {
  .col-lg-13 {
    width: 1170px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .col-lg-13 {
    width: calc((100% / 16) * 13);
    /*width: calc( ((100% - 50px*2) / (16 / 13)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .col-lg-13 {
    width: calc((100% / 16) * 13); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .col-lg-13 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1076px) {
  .col-lg-14 {
    width: 1260px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .col-lg-14 {
    width: calc((100% / 16) * 14);
    /*width: calc( ((100% - 50px*2) / (16 / 14)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .col-lg-14 {
    width: calc((100% / 16) * 14); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .col-lg-14 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1076px) {
  .col-lg-15 {
    width: 1350px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .col-lg-15 {
    width: calc((100% / 16) * 15);
    /*width: calc( ((100% - 50px*2) / (16 / 15)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .col-lg-15 {
    width: calc((100% / 16) * 15); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .col-lg-15 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 1076px) {
  .col-lg-16 {
    width: 1440px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .col-lg-16 {
    width: calc((100% / 16) * 16);
    /*width: calc( ((100% - 50px*2) / (16 / 16)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .col-lg-16 {
    width: calc((100% / 16) * 16); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .col-lg-16 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 745px) {
  .col-md-1 {
    width: 90px; } }

@media all and (max-width: 745px) and (max-width: 1456px) {
  .col-md-1 {
    width: calc((100% / 16) * 1);
    /*width: calc( ((100% - 50px*2) / (16 / 1)) );*/ } }

@media all and (max-width: 745px) and (max-width: 745px) {
  .col-md-1 {
    width: calc((100% / 16) * 1); } }

@media all and (max-width: 745px) and (max-width: 540px) {
  .col-md-1 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 745px) {
  .col-md-2 {
    width: 180px; } }

@media all and (max-width: 745px) and (max-width: 1456px) {
  .col-md-2 {
    width: calc((100% / 16) * 2);
    /*width: calc( ((100% - 50px*2) / (16 / 2)) );*/ } }

@media all and (max-width: 745px) and (max-width: 745px) {
  .col-md-2 {
    width: calc((100% / 16) * 2); } }

@media all and (max-width: 745px) and (max-width: 540px) {
  .col-md-2 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 745px) {
  .col-md-3 {
    width: 270px; } }

@media all and (max-width: 745px) and (max-width: 1456px) {
  .col-md-3 {
    width: calc((100% / 16) * 3);
    /*width: calc( ((100% - 50px*2) / (16 / 3)) );*/ } }

@media all and (max-width: 745px) and (max-width: 745px) {
  .col-md-3 {
    width: calc((100% / 16) * 3); } }

@media all and (max-width: 745px) and (max-width: 540px) {
  .col-md-3 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 745px) {
  .col-md-4 {
    width: 360px; } }

@media all and (max-width: 745px) and (max-width: 1456px) {
  .col-md-4 {
    width: calc((100% / 16) * 4);
    /*width: calc( ((100% - 50px*2) / (16 / 4)) );*/ } }

@media all and (max-width: 745px) and (max-width: 745px) {
  .col-md-4 {
    width: calc((100% / 16) * 4); } }

@media all and (max-width: 745px) and (max-width: 540px) {
  .col-md-4 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 745px) {
  .col-md-5 {
    width: 450px; } }

@media all and (max-width: 745px) and (max-width: 1456px) {
  .col-md-5 {
    width: calc((100% / 16) * 5);
    /*width: calc( ((100% - 50px*2) / (16 / 5)) );*/ } }

@media all and (max-width: 745px) and (max-width: 745px) {
  .col-md-5 {
    width: calc((100% / 16) * 5); } }

@media all and (max-width: 745px) and (max-width: 540px) {
  .col-md-5 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 745px) {
  .col-md-6 {
    width: 540px; } }

@media all and (max-width: 745px) and (max-width: 1456px) {
  .col-md-6 {
    width: calc((100% / 16) * 6);
    /*width: calc( ((100% - 50px*2) / (16 / 6)) );*/ } }

@media all and (max-width: 745px) and (max-width: 745px) {
  .col-md-6 {
    width: calc((100% / 16) * 6); } }

@media all and (max-width: 745px) and (max-width: 540px) {
  .col-md-6 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 745px) {
  .col-md-7 {
    width: 630px; } }

@media all and (max-width: 745px) and (max-width: 1456px) {
  .col-md-7 {
    width: calc((100% / 16) * 7);
    /*width: calc( ((100% - 50px*2) / (16 / 7)) );*/ } }

@media all and (max-width: 745px) and (max-width: 745px) {
  .col-md-7 {
    width: calc((100% / 16) * 7); } }

@media all and (max-width: 745px) and (max-width: 540px) {
  .col-md-7 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 745px) {
  .col-md-8 {
    width: 720px; } }

@media all and (max-width: 745px) and (max-width: 1456px) {
  .col-md-8 {
    width: calc((100% / 16) * 8);
    /*width: calc( ((100% - 50px*2) / (16 / 8)) );*/ } }

@media all and (max-width: 745px) and (max-width: 745px) {
  .col-md-8 {
    width: calc((100% / 16) * 8); } }

@media all and (max-width: 745px) and (max-width: 540px) {
  .col-md-8 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 745px) {
  .col-md-9 {
    width: 810px; } }

@media all and (max-width: 745px) and (max-width: 1456px) {
  .col-md-9 {
    width: calc((100% / 16) * 9);
    /*width: calc( ((100% - 50px*2) / (16 / 9)) );*/ } }

@media all and (max-width: 745px) and (max-width: 745px) {
  .col-md-9 {
    width: calc((100% / 16) * 9); } }

@media all and (max-width: 745px) and (max-width: 540px) {
  .col-md-9 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 745px) {
  .col-md-10 {
    width: 900px; } }

@media all and (max-width: 745px) and (max-width: 1456px) {
  .col-md-10 {
    width: calc((100% / 16) * 10);
    /*width: calc( ((100% - 50px*2) / (16 / 10)) );*/ } }

@media all and (max-width: 745px) and (max-width: 745px) {
  .col-md-10 {
    width: calc((100% / 16) * 10); } }

@media all and (max-width: 745px) and (max-width: 540px) {
  .col-md-10 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 745px) {
  .col-md-11 {
    width: 990px; } }

@media all and (max-width: 745px) and (max-width: 1456px) {
  .col-md-11 {
    width: calc((100% / 16) * 11);
    /*width: calc( ((100% - 50px*2) / (16 / 11)) );*/ } }

@media all and (max-width: 745px) and (max-width: 745px) {
  .col-md-11 {
    width: calc((100% / 16) * 11); } }

@media all and (max-width: 745px) and (max-width: 540px) {
  .col-md-11 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 745px) {
  .col-md-12 {
    width: 1080px; } }

@media all and (max-width: 745px) and (max-width: 1456px) {
  .col-md-12 {
    width: calc((100% / 16) * 12);
    /*width: calc( ((100% - 50px*2) / (16 / 12)) );*/ } }

@media all and (max-width: 745px) and (max-width: 745px) {
  .col-md-12 {
    width: calc((100% / 16) * 12); } }

@media all and (max-width: 745px) and (max-width: 540px) {
  .col-md-12 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 745px) {
  .col-md-13 {
    width: 1170px; } }

@media all and (max-width: 745px) and (max-width: 1456px) {
  .col-md-13 {
    width: calc((100% / 16) * 13);
    /*width: calc( ((100% - 50px*2) / (16 / 13)) );*/ } }

@media all and (max-width: 745px) and (max-width: 745px) {
  .col-md-13 {
    width: calc((100% / 16) * 13); } }

@media all and (max-width: 745px) and (max-width: 540px) {
  .col-md-13 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 745px) {
  .col-md-14 {
    width: 1260px; } }

@media all and (max-width: 745px) and (max-width: 1456px) {
  .col-md-14 {
    width: calc((100% / 16) * 14);
    /*width: calc( ((100% - 50px*2) / (16 / 14)) );*/ } }

@media all and (max-width: 745px) and (max-width: 745px) {
  .col-md-14 {
    width: calc((100% / 16) * 14); } }

@media all and (max-width: 745px) and (max-width: 540px) {
  .col-md-14 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 745px) {
  .col-md-15 {
    width: 1350px; } }

@media all and (max-width: 745px) and (max-width: 1456px) {
  .col-md-15 {
    width: calc((100% / 16) * 15);
    /*width: calc( ((100% - 50px*2) / (16 / 15)) );*/ } }

@media all and (max-width: 745px) and (max-width: 745px) {
  .col-md-15 {
    width: calc((100% / 16) * 15); } }

@media all and (max-width: 745px) and (max-width: 540px) {
  .col-md-15 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 745px) {
  .col-md-16 {
    width: 1440px; } }

@media all and (max-width: 745px) and (max-width: 1456px) {
  .col-md-16 {
    width: calc((100% / 16) * 16);
    /*width: calc( ((100% - 50px*2) / (16 / 16)) );*/ } }

@media all and (max-width: 745px) and (max-width: 745px) {
  .col-md-16 {
    width: calc((100% / 16) * 16); } }

@media all and (max-width: 745px) and (max-width: 540px) {
  .col-md-16 {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 540px) {
  .col-sm-1 {
    width: 90px; } }

@media all and (max-width: 540px) and (max-width: 1456px) {
  .col-sm-1 {
    width: calc((100% / 16) * 1);
    /*width: calc( ((100% - 50px*2) / (16 / 1)) );*/ } }

@media all and (max-width: 540px) and (max-width: 745px) {
  .col-sm-1 {
    width: calc((100% / 16) * 1); } }

@media all and (max-width: 540px) and (max-width: 540px) {
  .col-sm-1 {
    width: calc((100% / 16) * 1); } }

@media all and (max-width: 540px) {
  .col-sm-2 {
    width: 180px; } }

@media all and (max-width: 540px) and (max-width: 1456px) {
  .col-sm-2 {
    width: calc((100% / 16) * 2);
    /*width: calc( ((100% - 50px*2) / (16 / 2)) );*/ } }

@media all and (max-width: 540px) and (max-width: 745px) {
  .col-sm-2 {
    width: calc((100% / 16) * 2); } }

@media all and (max-width: 540px) and (max-width: 540px) {
  .col-sm-2 {
    width: calc((100% / 16) * 2); } }

@media all and (max-width: 540px) {
  .col-sm-3 {
    width: 270px; } }

@media all and (max-width: 540px) and (max-width: 1456px) {
  .col-sm-3 {
    width: calc((100% / 16) * 3);
    /*width: calc( ((100% - 50px*2) / (16 / 3)) );*/ } }

@media all and (max-width: 540px) and (max-width: 745px) {
  .col-sm-3 {
    width: calc((100% / 16) * 3); } }

@media all and (max-width: 540px) and (max-width: 540px) {
  .col-sm-3 {
    width: calc((100% / 16) * 3); } }

@media all and (max-width: 540px) {
  .col-sm-4 {
    width: 360px; } }

@media all and (max-width: 540px) and (max-width: 1456px) {
  .col-sm-4 {
    width: calc((100% / 16) * 4);
    /*width: calc( ((100% - 50px*2) / (16 / 4)) );*/ } }

@media all and (max-width: 540px) and (max-width: 745px) {
  .col-sm-4 {
    width: calc((100% / 16) * 4); } }

@media all and (max-width: 540px) and (max-width: 540px) {
  .col-sm-4 {
    width: calc((100% / 16) * 4); } }

@media all and (max-width: 540px) {
  .col-sm-5 {
    width: 450px; } }

@media all and (max-width: 540px) and (max-width: 1456px) {
  .col-sm-5 {
    width: calc((100% / 16) * 5);
    /*width: calc( ((100% - 50px*2) / (16 / 5)) );*/ } }

@media all and (max-width: 540px) and (max-width: 745px) {
  .col-sm-5 {
    width: calc((100% / 16) * 5); } }

@media all and (max-width: 540px) and (max-width: 540px) {
  .col-sm-5 {
    width: calc((100% / 16) * 5); } }

@media all and (max-width: 540px) {
  .col-sm-6 {
    width: 540px; } }

@media all and (max-width: 540px) and (max-width: 1456px) {
  .col-sm-6 {
    width: calc((100% / 16) * 6);
    /*width: calc( ((100% - 50px*2) / (16 / 6)) );*/ } }

@media all and (max-width: 540px) and (max-width: 745px) {
  .col-sm-6 {
    width: calc((100% / 16) * 6); } }

@media all and (max-width: 540px) and (max-width: 540px) {
  .col-sm-6 {
    width: calc((100% / 16) * 6); } }

@media all and (max-width: 540px) {
  .col-sm-7 {
    width: 630px; } }

@media all and (max-width: 540px) and (max-width: 1456px) {
  .col-sm-7 {
    width: calc((100% / 16) * 7);
    /*width: calc( ((100% - 50px*2) / (16 / 7)) );*/ } }

@media all and (max-width: 540px) and (max-width: 745px) {
  .col-sm-7 {
    width: calc((100% / 16) * 7); } }

@media all and (max-width: 540px) and (max-width: 540px) {
  .col-sm-7 {
    width: calc((100% / 16) * 7); } }

@media all and (max-width: 540px) {
  .col-sm-8 {
    width: 720px; } }

@media all and (max-width: 540px) and (max-width: 1456px) {
  .col-sm-8 {
    width: calc((100% / 16) * 8);
    /*width: calc( ((100% - 50px*2) / (16 / 8)) );*/ } }

@media all and (max-width: 540px) and (max-width: 745px) {
  .col-sm-8 {
    width: calc((100% / 16) * 8); } }

@media all and (max-width: 540px) and (max-width: 540px) {
  .col-sm-8 {
    width: calc((100% / 16) * 8); } }

@media all and (max-width: 540px) {
  .col-sm-9 {
    width: 810px; } }

@media all and (max-width: 540px) and (max-width: 1456px) {
  .col-sm-9 {
    width: calc((100% / 16) * 9);
    /*width: calc( ((100% - 50px*2) / (16 / 9)) );*/ } }

@media all and (max-width: 540px) and (max-width: 745px) {
  .col-sm-9 {
    width: calc((100% / 16) * 9); } }

@media all and (max-width: 540px) and (max-width: 540px) {
  .col-sm-9 {
    width: calc((100% / 16) * 9); } }

@media all and (max-width: 540px) {
  .col-sm-10 {
    width: 900px; } }

@media all and (max-width: 540px) and (max-width: 1456px) {
  .col-sm-10 {
    width: calc((100% / 16) * 10);
    /*width: calc( ((100% - 50px*2) / (16 / 10)) );*/ } }

@media all and (max-width: 540px) and (max-width: 745px) {
  .col-sm-10 {
    width: calc((100% / 16) * 10); } }

@media all and (max-width: 540px) and (max-width: 540px) {
  .col-sm-10 {
    width: calc((100% / 16) * 10); } }

@media all and (max-width: 540px) {
  .col-sm-11 {
    width: 990px; } }

@media all and (max-width: 540px) and (max-width: 1456px) {
  .col-sm-11 {
    width: calc((100% / 16) * 11);
    /*width: calc( ((100% - 50px*2) / (16 / 11)) );*/ } }

@media all and (max-width: 540px) and (max-width: 745px) {
  .col-sm-11 {
    width: calc((100% / 16) * 11); } }

@media all and (max-width: 540px) and (max-width: 540px) {
  .col-sm-11 {
    width: calc((100% / 16) * 11); } }

@media all and (max-width: 540px) {
  .col-sm-12 {
    width: 1080px; } }

@media all and (max-width: 540px) and (max-width: 1456px) {
  .col-sm-12 {
    width: calc((100% / 16) * 12);
    /*width: calc( ((100% - 50px*2) / (16 / 12)) );*/ } }

@media all and (max-width: 540px) and (max-width: 745px) {
  .col-sm-12 {
    width: calc((100% / 16) * 12); } }

@media all and (max-width: 540px) and (max-width: 540px) {
  .col-sm-12 {
    width: calc((100% / 16) * 12); } }

@media all and (max-width: 540px) {
  .col-sm-13 {
    width: 1170px; } }

@media all and (max-width: 540px) and (max-width: 1456px) {
  .col-sm-13 {
    width: calc((100% / 16) * 13);
    /*width: calc( ((100% - 50px*2) / (16 / 13)) );*/ } }

@media all and (max-width: 540px) and (max-width: 745px) {
  .col-sm-13 {
    width: calc((100% / 16) * 13); } }

@media all and (max-width: 540px) and (max-width: 540px) {
  .col-sm-13 {
    width: calc((100% / 16) * 13); } }

@media all and (max-width: 540px) {
  .col-sm-14 {
    width: 1260px; } }

@media all and (max-width: 540px) and (max-width: 1456px) {
  .col-sm-14 {
    width: calc((100% / 16) * 14);
    /*width: calc( ((100% - 50px*2) / (16 / 14)) );*/ } }

@media all and (max-width: 540px) and (max-width: 745px) {
  .col-sm-14 {
    width: calc((100% / 16) * 14); } }

@media all and (max-width: 540px) and (max-width: 540px) {
  .col-sm-14 {
    width: calc((100% / 16) * 14); } }

@media all and (max-width: 540px) {
  .col-sm-15 {
    width: 1350px; } }

@media all and (max-width: 540px) and (max-width: 1456px) {
  .col-sm-15 {
    width: calc((100% / 16) * 15);
    /*width: calc( ((100% - 50px*2) / (16 / 15)) );*/ } }

@media all and (max-width: 540px) and (max-width: 745px) {
  .col-sm-15 {
    width: calc((100% / 16) * 15); } }

@media all and (max-width: 540px) and (max-width: 540px) {
  .col-sm-15 {
    width: calc((100% / 16) * 15); } }

@media all and (max-width: 540px) {
  .col-sm-16 {
    width: 1440px; } }

@media all and (max-width: 540px) and (max-width: 1456px) {
  .col-sm-16 {
    width: calc((100% / 16) * 16);
    /*width: calc( ((100% - 50px*2) / (16 / 16)) );*/ } }

@media all and (max-width: 540px) and (max-width: 745px) {
  .col-sm-16 {
    width: calc((100% / 16) * 16); } }

@media all and (max-width: 540px) and (max-width: 540px) {
  .col-sm-16 {
    width: calc((100% / 16) * 16); } }

.container-central .row [class^="col"]:first-child {
  margin-left: 180px; }

@media all and (max-width: 1456px) {
  .container-central .row [class^="col"]:first-child {
    margin-left: calc((100% / 16) * 2); } }

@media all and (max-width: 1076px) {
  .container-central .row [class^="col"]:first-child {
    margin-left: 0; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .container-central .row [class^="col"]:first-child {
    margin-left: 0; } }

.span-1 {
  margin-left: 90px; }

@media all and (max-width: 1456px) {
  .span-1 {
    margin-left: calc(((100% - 20px * 2) / (16 / 1))); } }

@media all and (max-width: 540px) {
  .span-1 {
    margin-left: 0; } }

.span-2 {
  margin-left: 180px; }

@media all and (max-width: 1456px) {
  .span-2 {
    margin-left: calc(((100% - 20px * 2) / (16 / 2))); } }

@media all and (max-width: 540px) {
  .span-2 {
    margin-left: 0; } }

.span-3 {
  margin-left: 270px; }

@media all and (max-width: 1456px) {
  .span-3 {
    margin-left: calc(((100% - 20px * 2) / (16 / 3))); } }

@media all and (max-width: 540px) {
  .span-3 {
    margin-left: 0; } }

.span-4 {
  margin-left: 360px; }

@media all and (max-width: 1456px) {
  .span-4 {
    margin-left: calc(((100% - 20px * 2) / (16 / 4))); } }

@media all and (max-width: 540px) {
  .span-4 {
    margin-left: 0; } }

.span-5 {
  margin-left: 450px; }

@media all and (max-width: 1456px) {
  .span-5 {
    margin-left: calc(((100% - 20px * 2) / (16 / 5))); } }

@media all and (max-width: 540px) {
  .span-5 {
    margin-left: 0; } }

.span-6 {
  margin-left: 540px; }

@media all and (max-width: 1456px) {
  .span-6 {
    margin-left: calc(((100% - 20px * 2) / (16 / 6))); } }

@media all and (max-width: 540px) {
  .span-6 {
    margin-left: 0; } }

.span-7 {
  margin-left: 630px; }

@media all and (max-width: 1456px) {
  .span-7 {
    margin-left: calc(((100% - 20px * 2) / (16 / 7))); } }

@media all and (max-width: 540px) {
  .span-7 {
    margin-left: 0; } }

.span-8 {
  margin-left: 720px; }

@media all and (max-width: 1456px) {
  .span-8 {
    margin-left: calc(((100% - 20px * 2) / (16 / 8))); } }

@media all and (max-width: 540px) {
  .span-8 {
    margin-left: 0; } }

.span-9 {
  margin-left: 810px; }

@media all and (max-width: 1456px) {
  .span-9 {
    margin-left: calc(((100% - 20px * 2) / (16 / 9))); } }

@media all and (max-width: 540px) {
  .span-9 {
    margin-left: 0; } }

.span-10 {
  margin-left: 900px; }

@media all and (max-width: 1456px) {
  .span-10 {
    margin-left: calc(((100% - 20px * 2) / (16 / 10))); } }

@media all and (max-width: 540px) {
  .span-10 {
    margin-left: 0; } }

.span-11 {
  margin-left: 990px; }

@media all and (max-width: 1456px) {
  .span-11 {
    margin-left: calc(((100% - 20px * 2) / (16 / 11))); } }

@media all and (max-width: 540px) {
  .span-11 {
    margin-left: 0; } }

.span-12 {
  margin-left: 1080px; }

@media all and (max-width: 1456px) {
  .span-12 {
    margin-left: calc(((100% - 20px * 2) / (16 / 12))); } }

@media all and (max-width: 540px) {
  .span-12 {
    margin-left: 0; } }

.span-13 {
  margin-left: 1170px; }

@media all and (max-width: 1456px) {
  .span-13 {
    margin-left: calc(((100% - 20px * 2) / (16 / 13))); } }

@media all and (max-width: 540px) {
  .span-13 {
    margin-left: 0; } }

.span-14 {
  margin-left: 1260px; }

@media all and (max-width: 1456px) {
  .span-14 {
    margin-left: calc(((100% - 20px * 2) / (16 / 14))); } }

@media all and (max-width: 540px) {
  .span-14 {
    margin-left: 0; } }

.span-15 {
  margin-left: 1350px; }

@media all and (max-width: 1456px) {
  .span-15 {
    margin-left: calc(((100% - 20px * 2) / (16 / 15))); } }

@media all and (max-width: 540px) {
  .span-15 {
    margin-left: 0; } }

.span-1-2 {
  margin-left: 45px; }

@media all and (max-width: 540px) {
  .span-1-2 {
    margin-left: 0; } }

@media all and (max-width: 1456px) {
  .span-ct-0 {
    margin-left: 0; } }

@media all and (max-width: 1456px) {
  .span-ct-1 {
    margin-left: 90px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .span-ct-1 {
    margin-left: calc((100% / 16) * 1); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .span-ct-1 {
    margin-left: 0; } }

@media all and (max-width: 1456px) {
  .span-ct-2 {
    margin-left: 180px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .span-ct-2 {
    margin-left: calc((100% / 16) * 2); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .span-ct-2 {
    margin-left: 0; } }

@media all and (max-width: 1456px) {
  .span-ct-3 {
    margin-left: 270px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .span-ct-3 {
    margin-left: calc((100% / 16) * 3); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .span-ct-3 {
    margin-left: 0; } }

@media all and (max-width: 1456px) {
  .span-ct-4 {
    margin-left: 360px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .span-ct-4 {
    margin-left: calc((100% / 16) * 4); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .span-ct-4 {
    margin-left: 0; } }

@media all and (max-width: 1456px) {
  .span-ct-5 {
    margin-left: 450px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .span-ct-5 {
    margin-left: calc((100% / 16) * 5); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .span-ct-5 {
    margin-left: 0; } }

@media all and (max-width: 1456px) {
  .span-ct-6 {
    margin-left: 540px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .span-ct-6 {
    margin-left: calc((100% / 16) * 6); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .span-ct-6 {
    margin-left: 0; } }

@media all and (max-width: 1456px) {
  .span-ct-7 {
    margin-left: 630px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .span-ct-7 {
    margin-left: calc((100% / 16) * 7); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .span-ct-7 {
    margin-left: 0; } }

@media all and (max-width: 1456px) {
  .span-ct-8 {
    margin-left: 720px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .span-ct-8 {
    margin-left: calc((100% / 16) * 8); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .span-ct-8 {
    margin-left: 0; } }

@media all and (max-width: 1456px) {
  .span-ct-9 {
    margin-left: 810px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .span-ct-9 {
    margin-left: calc((100% / 16) * 9); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .span-ct-9 {
    margin-left: 0; } }

@media all and (max-width: 1456px) {
  .span-ct-10 {
    margin-left: 900px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .span-ct-10 {
    margin-left: calc((100% / 16) * 10); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .span-ct-10 {
    margin-left: 0; } }

@media all and (max-width: 1456px) {
  .span-ct-11 {
    margin-left: 990px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .span-ct-11 {
    margin-left: calc((100% / 16) * 11); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .span-ct-11 {
    margin-left: 0; } }

@media all and (max-width: 1456px) {
  .span-ct-12 {
    margin-left: 1080px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .span-ct-12 {
    margin-left: calc((100% / 16) * 12); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .span-ct-12 {
    margin-left: 0; } }

@media all and (max-width: 1456px) {
  .span-ct-13 {
    margin-left: 1170px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .span-ct-13 {
    margin-left: calc((100% / 16) * 13); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .span-ct-13 {
    margin-left: 0; } }

@media all and (max-width: 1456px) {
  .span-ct-14 {
    margin-left: 1260px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .span-ct-14 {
    margin-left: calc((100% / 16) * 14); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .span-ct-14 {
    margin-left: 0; } }

@media all and (max-width: 1456px) {
  .span-ct-15 {
    margin-left: 1350px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .span-ct-15 {
    margin-left: calc((100% / 16) * 15); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .span-ct-15 {
    margin-left: 0; } }

@media all and (max-width: 1456px) {
  .span-ct-16 {
    margin-left: 1440px; } }

@media all and (max-width: 1456px) and (max-width: 1456px) {
  .span-ct-16 {
    margin-left: calc((100% / 16) * 16); } }

@media all and (max-width: 1456px) and (max-width: 540px) {
  .span-ct-16 {
    margin-left: 0; } }

@media all and (max-width: 1076px) {
  .span-lg-0 {
    margin-left: 0; } }

@media all and (max-width: 1076px) {
  .span-lg-1 {
    margin-left: 90px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .span-lg-1 {
    margin-left: calc((100% / 16) * 1);
    /*width: calc( ((100% - 50px*2) / (16 / 1)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .span-lg-1 {
    margin-left: calc((100% / 16) * 1); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .span-lg-1 {
    margin-left: 0; } }

@media all and (max-width: 1076px) {
  .span-lg-2 {
    margin-left: 180px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .span-lg-2 {
    margin-left: calc((100% / 16) * 2);
    /*width: calc( ((100% - 50px*2) / (16 / 2)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .span-lg-2 {
    margin-left: calc((100% / 16) * 2); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .span-lg-2 {
    margin-left: 0; } }

@media all and (max-width: 1076px) {
  .span-lg-3 {
    margin-left: 270px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .span-lg-3 {
    margin-left: calc((100% / 16) * 3);
    /*width: calc( ((100% - 50px*2) / (16 / 3)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .span-lg-3 {
    margin-left: calc((100% / 16) * 3); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .span-lg-3 {
    margin-left: 0; } }

@media all and (max-width: 1076px) {
  .span-lg-4 {
    margin-left: 360px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .span-lg-4 {
    margin-left: calc((100% / 16) * 4);
    /*width: calc( ((100% - 50px*2) / (16 / 4)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .span-lg-4 {
    margin-left: calc((100% / 16) * 4); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .span-lg-4 {
    margin-left: 0; } }

@media all and (max-width: 1076px) {
  .span-lg-5 {
    margin-left: 450px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .span-lg-5 {
    margin-left: calc((100% / 16) * 5);
    /*width: calc( ((100% - 50px*2) / (16 / 5)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .span-lg-5 {
    margin-left: calc((100% / 16) * 5); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .span-lg-5 {
    margin-left: 0; } }

@media all and (max-width: 1076px) {
  .span-lg-6 {
    margin-left: 540px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .span-lg-6 {
    margin-left: calc((100% / 16) * 6);
    /*width: calc( ((100% - 50px*2) / (16 / 6)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .span-lg-6 {
    margin-left: calc((100% / 16) * 6); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .span-lg-6 {
    margin-left: 0; } }

@media all and (max-width: 1076px) {
  .span-lg-7 {
    margin-left: 630px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .span-lg-7 {
    margin-left: calc((100% / 16) * 7);
    /*width: calc( ((100% - 50px*2) / (16 / 7)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .span-lg-7 {
    margin-left: calc((100% / 16) * 7); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .span-lg-7 {
    margin-left: 0; } }

@media all and (max-width: 1076px) {
  .span-lg-8 {
    margin-left: 720px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .span-lg-8 {
    margin-left: calc((100% / 16) * 8);
    /*width: calc( ((100% - 50px*2) / (16 / 8)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .span-lg-8 {
    margin-left: calc((100% / 16) * 8); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .span-lg-8 {
    margin-left: 0; } }

@media all and (max-width: 1076px) {
  .span-lg-9 {
    margin-left: 810px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .span-lg-9 {
    margin-left: calc((100% / 16) * 9);
    /*width: calc( ((100% - 50px*2) / (16 / 9)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .span-lg-9 {
    margin-left: calc((100% / 16) * 9); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .span-lg-9 {
    margin-left: 0; } }

@media all and (max-width: 1076px) {
  .span-lg-10 {
    margin-left: 900px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .span-lg-10 {
    margin-left: calc((100% / 16) * 10);
    /*width: calc( ((100% - 50px*2) / (16 / 10)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .span-lg-10 {
    margin-left: calc((100% / 16) * 10); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .span-lg-10 {
    margin-left: 0; } }

@media all and (max-width: 1076px) {
  .span-lg-11 {
    margin-left: 990px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .span-lg-11 {
    margin-left: calc((100% / 16) * 11);
    /*width: calc( ((100% - 50px*2) / (16 / 11)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .span-lg-11 {
    margin-left: calc((100% / 16) * 11); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .span-lg-11 {
    margin-left: 0; } }

@media all and (max-width: 1076px) {
  .span-lg-12 {
    margin-left: 1080px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .span-lg-12 {
    margin-left: calc((100% / 16) * 12);
    /*width: calc( ((100% - 50px*2) / (16 / 12)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .span-lg-12 {
    margin-left: calc((100% / 16) * 12); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .span-lg-12 {
    margin-left: 0; } }

@media all and (max-width: 1076px) {
  .span-lg-13 {
    margin-left: 1170px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .span-lg-13 {
    margin-left: calc((100% / 16) * 13);
    /*width: calc( ((100% - 50px*2) / (16 / 13)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .span-lg-13 {
    margin-left: calc((100% / 16) * 13); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .span-lg-13 {
    margin-left: 0; } }

@media all and (max-width: 1076px) {
  .span-lg-14 {
    margin-left: 1260px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .span-lg-14 {
    margin-left: calc((100% / 16) * 14);
    /*width: calc( ((100% - 50px*2) / (16 / 14)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .span-lg-14 {
    margin-left: calc((100% / 16) * 14); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .span-lg-14 {
    margin-left: 0; } }

@media all and (max-width: 1076px) {
  .span-lg-15 {
    margin-left: 1350px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .span-lg-15 {
    margin-left: calc((100% / 16) * 15);
    /*width: calc( ((100% - 50px*2) / (16 / 15)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .span-lg-15 {
    margin-left: calc((100% / 16) * 15); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .span-lg-15 {
    margin-left: 0; } }

@media all and (max-width: 1076px) {
  .span-lg-16 {
    margin-left: 1440px; } }

@media all and (max-width: 1076px) and (max-width: 1456px) {
  .span-lg-16 {
    margin-left: calc((100% / 16) * 16);
    /*width: calc( ((100% - 50px*2) / (16 / 16)) );*/ } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .span-lg-16 {
    margin-left: calc((100% / 16) * 16); } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .span-lg-16 {
    margin-left: 0; } }

@media all and (max-width: 745px) {
  .span-md-0 {
    margin-left: 0; } }

.bordless {
  overflow: hidden; }

.full-right {
  position: relative; }

.full-right:after {
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  display: block;
  width: 100vw;
  height: 100%;
  content: ''; }

.full-left {
  position: relative; }

.full-left:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  display: block;
  width: 100vw;
  height: 100%;
  content: ''; }

.bloc {
  float: left;
  clear: both;
  width: 100%;
  padding: 100px 0;
  /*   &.border {
       padding: 0 ($xl-wd / ($grid-columns));
       border-right: 1px solid $lightgray;
       border-left: 1px solid $lightgray;
     }*/ }

@media all and (max-width: 745px) {
  .bloc {
    padding: 50px 0; } }

.p-column-width {
  padding: 90px; }

@media all and (max-width: 1456px) {
  .p-column-width {
    padding: calc((100% - 50px * 2) / 16); } }

.p-2-column-width {
  padding: 90px calc(90px * 2);
  overflow: hidden; }

@media all and (max-width: 1456px) {
  .p-2-column-width {
    padding: calc((100% - 50px * 2) / 16); } }

.p-3-column-width {
  padding: 90px calc(90px * 3);
  overflow: hidden; }

@media all and (max-width: 1456px) {
  .p-3-column-width {
    padding: calc((100% - 50px * 2) / 16); } }

.mt-auto {
  margin-top: auto; }

.mb-auto {
  margin-bottom: auto; }

.f-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }

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

.m-16 {
  margin: 16px; }

.my-16 {
  margin: 16px 0; }

.mx-16 {
  margin: 0 16px; }

.mt-25 {
  margin-top: 25px; }

.mt-50 {
  margin-top: 50px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-50 {
  margin-bottom: 50px; }

p-10 {
  padding: 10px; }

p-25 {
  padding: 25px; }

.mb-0 {
  margin-bottom: 0 !important; }

.w-50 {
  width: 50%; }

.w-100 {
  width: 100%; }

.test .col-1 {
  height: 150px; }

.test .col-1 span {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #626262;
  border: 1px solid black; }

.test .col-2 {
  height: 150px; }

.test .col-2 span {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #626262;
  border: 1px solid black; }

.test .col-3 {
  height: 150px; }

.test .col-3 span {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #626262;
  border: 1px solid black; }

.test .col-4 {
  height: 150px; }

.test .col-4 span {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #626262;
  border: 1px solid black; }

.test .col-5 {
  height: 150px; }

.test .col-5 span {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #626262;
  border: 1px solid black; }

.test .col-6 {
  height: 150px; }

.test .col-6 span {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #626262;
  border: 1px solid black; }

.test .col-7 {
  height: 150px; }

.test .col-7 span {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #626262;
  border: 1px solid black; }

.test .col-8 {
  height: 150px; }

.test .col-8 span {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #626262;
  border: 1px solid black; }

.test .col-9 {
  height: 150px; }

.test .col-9 span {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #626262;
  border: 1px solid black; }

.test .col-10 {
  height: 150px; }

.test .col-10 span {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #626262;
  border: 1px solid black; }

.test .col-11 {
  height: 150px; }

.test .col-11 span {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #626262;
  border: 1px solid black; }

.test .col-12 {
  height: 150px; }

.test .col-12 span {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #626262;
  border: 1px solid black; }

.test .col-13 {
  height: 150px; }

.test .col-13 span {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #626262;
  border: 1px solid black; }

.test .col-14 {
  height: 150px; }

.test .col-14 span {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #626262;
  border: 1px solid black; }

.test .col-15 {
  height: 150px; }

.test .col-15 span {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #626262;
  border: 1px solid black; }

.test .col-16 {
  height: 150px; }

.test .col-16 span {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #626262;
  border: 1px solid black; }

.relative {
  position: relative; }

@media all and (max-width: 1076px) {
  body #cookiescript_injected {
    padding: 20px 0px !important; } }

body #cookiescript_injected #cookiescript_wrapper {
  width: 90%;
  max-width: 1200px;
  max-height: 90%;
  padding: 20px 25px; }

@media only screen and (max-width: 414px) {
  body #cookiescript_injected #cookiescript_wrapper {
    width: 95%; } }

body #cookiescript_injected #cookiescript_description {
  max-width: inherit; }

body #cookiescript_injected #cookiescript_description * {
  font-size: 15px; }

@media all and (max-width: 1076px) {
  body #cookiescript_injected #cookiescript_description * {
    font-size: 12px; } }

html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

html #wpadminbar * {
  color: #fff; }

a {
  color: #262626; }

strong {
  font-weight: 700; }

sup {
  font-size: 60%;
  vertical-align: super; }

.kline {
  font-weight: 700;
  color: inherit; }

.kline .kline-dot {
  color: #ED3124; }

.align-center,
.align-center * {
  text-align: center !important; }

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

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

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

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

.f-0 {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0; }

.f-25 {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%; }

.f-50 {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%; }

.f-75 {
  -webkit-box-flex: 75%;
  -ms-flex: 75%;
  flex: 75%; }

.f-half {
  -ms-flex-preferred-size: calc(50% - 16px);
  flex-basis: calc(50% - 16px); }

@media all and (max-width: 745px) {
  .f-half {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

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

.f-gap {
  gap: 16px; }

.d-none {
  display: none; }

.m-0 {
  margin: 0 !important; }

.p-0 {
  padding: 0 !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.section-title {
  margin-bottom: 50px;
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1; }

@media all and (max-width: 745px) {
  .section-title {
    font-size: 40px;
    line-height: 1.5; } }

@media all and (max-width: 540px) {
  .section-title {
    font-size: 30px;
    line-height: 1.5; } }

.post-title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 50px; }

@media all and (max-width: 745px) {
  .post-title {
    font-size: 30px;
    line-height: 40px; } }

@media all and (max-width: 540px) {
  .post-title {
    font-size: 20px;
    line-height: 30px; } }

.section-small-title {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 35px; }

@media all and (max-width: 540px) {
  .section-small-title {
    font-size: 18px;
    line-height: 28px; } }

.para-title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px; }

.up {
  text-transform: uppercase; }

.small {
  font-size: 14px;
  line-height: 20px; }

.very-small {
  -ms-flex-negative: 1.2;
  flex-shrink: 1.2;
  font-size: 11px; }

.normal {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px; }

@media all and (max-width: 540px) {
  .normal {
    font-size: 16px;
    line-height: 26px; } }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.force-left * {
  text-align: left !important; }

.big-number {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  line-height: 55px; }

.step-number {
  color: #0492D4;
  font-family: "Playfair Display", serif; }

.step-number:after {
  display: inline-block;
  content: '.\00A0'; }

.sr-only {
  display: none; }

.link {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
  color: #0492D4;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  /*  border-bottom: 3px solid $blue;*/ }

.link:after {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: auto;
  height: 3px;
  margin-top: 10px;
  content: '';
  background-color: #0492D4;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.link:hover:after {
  left: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.link.separate {
  display: inline-block;
  width: auto;
  margin: 20px 0; }

.link.separate.centered {
  text-align: center; }

.link.link-white {
  color: #fff; }

.link.link-white:after {
  background-color: #fff; }

.button {
  position: relative;
  z-index: 1;
  display: block;
  float: left;
  height: 80px;
  padding: 20px 90px;
  overflow: hidden;
  clear: both;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
  border: 1px solid #0492D4;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  cursor: pointer; }

.button.normal {
  height: auto;
  padding: 0 30px;
  font-size: 13px;
  text-transform: uppercase; }

@media all and (max-width: 745px) {
  .button.normal {
    padding: 10px 20px; } }

.button.medium {
  height: auto;
  padding: 17px 35px;
  margin-top: auto;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: initial;
  text-transform: uppercase; }

@media all and (max-width: 745px) {
  .button {
    height: auto;
    padding: 15px 40px;
    line-height: 1em;
    text-align: center; } }

.button.blue {
  color: #fff;
  background-color: #0492D4; }

.button.mediumblue {
  color: #fff;
  background-color: #046894;
  border-color: #046894; }

.button.mediumblue:hover {
  color: #046894; }

.button:hover {
  z-index: 1;
  color: #0492D4;
  text-shadow: none; }

.button:hover:before {
  top: auto;
  bottom: 0;
  z-index: -1;
  height: 100%; }

.button:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 0%;
  color: #0492D4;
  content: '';
  background: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.button:disabled {
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  opacity: .5;
  pointer-events: none; }

.button.white {
  color: #0492D4;
  background-color: #fff;
  border-color: #fff; }

.button.white:hover {
  color: #fff; }

.button.white:before {
  color: #0492D4;
  background: #0492D4; }

.button.small {
  height: auto;
  padding: 10px 30px;
  line-height: normal; }

.button.outline {
  color: #0492D4;
  background-color: #fff;
  border-color: #0492D4;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.button.outline:hover {
  color: #fff;
  background-color: #0492D4;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.button.outline:hover:before {
  background: #0492D4; }

.button.separate {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 20px 0; }

.button.separate.centered {
  text-align: center; }

.button.center {
  display: inline-block;
  float: none;
  clear: none;
  text-align: center; }

.button:disabled .button-message-enabled {
  display: none; }

.button:not(:disabled) .button-message-disabled {
  display: none; }

.button-rounded {
  display: block;
  padding: 15px 40px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-decoration: none;
  background-color: #0492D4;
  border-radius: 100px;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.button-rounded.outline {
  color: #0492D4;
  background-color: #fff;
  border: 1px solid #0492D4; }

.button-rounded.outline:hover {
  color: #0492D4;
  background-color: #EAEAEA; }

.button-rounded.outline.active {
  color: #fff;
  background-color: #0492D4; }

.button-close {
  padding: 8px 11px;
  color: #0492D4;
  font-size: 12px;
  font-weight: 700;
  background-color: #F3F3F3;
  border: 2px solid #fff;
  border-radius: 20px;
  cursor: pointer; }

.button-outline-nav {
  width: 90px;
  padding: 10px 15px;
  margin: 20px 8px;
  color: transparent;
  background-color: #fff;
  background-image: url(../images/rarr-long-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px;
  border: 1px solid #0492D4;
  cursor: pointer; }

.button-outline-nav:focus {
  outline: none; }

.button-outline-nav:hover {
  background-image: url(../images/rarr-long-white.svg); }

.button-outline-nav.button-prev {
  left: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  background-image: url(../images/larr-long-blue.svg); }

.button-outline-nav.button-prev:hover {
  background-image: url(../images/larr-long-white.svg); }

.wrapper-stars {
  height: 35px;
  margin: 20px 0; }

.wrapper-stars .stars {
  position: relative;
  display: inline-block;
  width: calc(25px * 4 + 20px);
  height: 35px;
  margin-right: 10px;
  font-size: 1.5rem; }

.wrapper-stars .stars .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 10px 5px 10px 0;
  background-repeat: no-repeat;
  background-size: contain; }

.wrapper-stars .stars .icon-star {
  background-image: url("../images/star-fill.svg"); }

.wrapper-stars .stars .icon-star-empty {
  background-image: url("../images/star.svg"); }

.wrapper-stars .stars .icon-star-empty-white {
  background-image: url("../images/star-white.svg"); }

.wrapper-stars .stars .stars-empty {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #262626;
  white-space: nowrap; }

.wrapper-stars .stars .stars-gold {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 40px;
  overflow: hidden;
  white-space: nowrap; }

.hovered {
  -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  cursor: pointer; }

.hovered:hover {
  -webkit-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0, -7px);
  -ms-transform: translate(0, -7px);
  transform: translate(0, -7px);
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); }

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center; }

.icon.icon-long-arrow-left {
  width: 43px;
  height: 17px;
  background-image: url("../images/larr-long-blue.svg"); }

.icon.icon-long-arrow-right {
  width: 43px;
  height: 17px;
  background-image: url("../images/rarr-long-blue.svg"); }

.border {
  display: block;
  float: left;
  width: 80%;
  height: 3px;
  margin-bottom: 40px;
  clear: both;
  background-color: #fff; }

@media all and (max-width: 745px) {
  .border {
    margin: 40px 0; } }

.border.black {
  background-color: #262626; }

.border.full {
  width: 100%; }

.bloc-video-iframe video {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.hide {
  display: none; }

@media all and (max-width: 1456px) {
  .hide-container {
    display: none; }
  .show-container {
    display: block; } }

@media all and (max-width: 1300px) {
  .hide-xxl {
    display: none; }
  .show-xxl {
    display: block; } }

@media all and (max-width: 1076px) {
  .hide-lg {
    display: none; }
  .show-lg {
    display: block; } }

@media all and (max-width: 745px) {
  .hide-md {
    display: none; }
  .show-md {
    display: block; } }

@media all and (max-width: 540px) {
  .hide-sm {
    display: none; }
  .show-sm {
    display: block; } }

.page-breadcrumb {
  position: absolute;
  z-index: 10;
  height: auto;
  margin-top: 25px;
  opacity: .7; }

.page-breadcrumb ol.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center; }

.page-breadcrumb li {
  display: inline-block;
  float: left; }

.page-breadcrumb li:after {
  margin: 5px;
  color: #0492D4;
  content: '•'; }

.page-breadcrumb li:last-child:after {
  content: ''; }

.page-breadcrumb li a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none; }

.page-breadcrumb li a.active {
  padding-bottom: 2px;
  border-bottom: 1px solid #fff; }

.column-border .big-number, .column-border .border, .column-border h3, .column-border p, .column-border ul, .column-border li {
  display: block;
  float: left;
  clear: both; }

.column-border .border {
  margin: 25px 0; }

.column-border h3 {
  margin-bottom: 25px; }

.column-border ul {
  font-size: 14px;
  line-height: 20px;
  color: #262626; }

.column-border ul li {
  float: none;
  list-style: disc;
  clear: both;
  display: list-item;
  list-style-position: inside; }

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

.row-title-border .border {
  margin: auto; }

.scroll-y-shadow {
  position: relative; }

.scroll-y-shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 35px;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 35%, white 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 35%, white 100%); }

.wrapper-table {
  position: relative;
  width: 100%;
  overflow-x: auto; }

.wrapper-table .table {
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content; }

.wrapper-table .table th, .wrapper-table .table td {
  padding: 10px 15px;
  color: #626262;
  font-size: 14px;
  text-align: left;
  vertical-align: middle; }

.wrapper-table .table th.align-center, .wrapper-table .table td.align-center {
  text-align: center;
  vertical-align: center; }

.wrapper-table .table th.align-right, .wrapper-table .table td.align-right {
  text-align: right;
  vertical-align: center; }

.wrapper-table .table th {
  color: #626262;
  font-size: 14px;
  font-weight: bold;
  background-color: #F3F3F3;
  border: 1px solid #fff; }

.wrapper-table .table.table-small th {
  padding: 10px 5px; }

.wrapper-table .table.table-small th:first-child {
  padding-left: 5px; }

.wrapper-table .table.table-small th:last-child {
  padding-right: 5px; }

.wrapper-table .table.table-small td {
  padding: 4px 5px; }

.wrapper-table .table.table-small td:first-child {
  padding-left: 5px; }

.wrapper-table .table.table-small td:last-child {
  padding-right: 5px; }

.wrapper-table .table.table-small tr {
  margin-bottom: 4px;
  width: calc(100% - 5px); }

.wrapper-table .table.table-row tr {
  border-bottom: 1px solid #F3F3F3; }

.wrapper-table .table.table-row tr:last-child {
  border-bottom: none; }

.wrapper-table .table td select {
  display: inline-block;
  padding: 2px;
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  border: none;
  float: none;
  clear: none;
  width: auto; }

.card {
  display: block;
  width: 100%;
  margin: 40px 0;
  text-decoration: none; }

.card a {
  text-decoration: none; }

@media all and (max-width: 745px) {
  .card {
    float: left;
    margin: 17px 0; } }

.card .card-img {
  height: 250px;
  overflow: hidden; }

.card .card-img img {
  width: 100%;
  height: 100%;
  margin-bottom: -3px;
  -o-object-fit: cover;
  object-fit: cover; }

.card .card-video-img {
  position: relative;
  overflow: hidden;
  background-color: #262626;
  aspect-ratio: 16/9; }

.card .card-video-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 66px;
  height: 44px;
  content: '';
  background-image: url(../images/player.svg);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.card .card-video-img img {
  margin-bottom: -3px;
  opacity: .7; }

.card .card-text {
  padding: 30px 40px;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; }

.card .card-text h3 {
  font-family: "Playfair Display", serif; }

.card .card-text h3 a {
  font-family: inherit; }

.card .card-text a {
  text-decoration: none; }

.card.hovered {
  -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  cursor: pointer; }

.card.hovered:hover {
  -webkit-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0, -7px);
  -ms-transform: translate(0, -7px);
  transform: translate(0, -7px);
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); }

.row-full-height .card {
  height: calc(100% - 40px); }

.row-full-height .card .card-text {
  height: calc(100% - 250px); }

.card-article .card-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #262626;
  font-size: 20px;
  line-height: 30px; }

.card-article .card-text .card-cat {
  margin-bottom: 5px;
  color: #626262;
  font-size: 12px;
  line-height: 18px; }

.card-article .card-footer {
  padding-top: 10px;
  margin-top: auto;
  border-top: 1px solid #0492D4; }

.card-article .card-footer .card-meta li {
  display: inline-block;
  color: #626262;
  font-size: 12px;
  line-height: 18px; }

.card-article .card-footer .card-meta li:after {
  display: inline-block;
  margin: 0 5px;
  color: #626262;
  content: '•'; }

.card-article .card-footer .card-meta li:last-child:after {
  content: ''; }

.card-article .card-footer .card-meta li.card-time:before {
  width: 18px;
  height: 18px; }

.long-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  margin: 8px 0;
  clear: both; }

.long-card .long-card-text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  min-height: 265px;
  padding: 30px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .long-card .long-card-text {
    display: inline-block; } }

.long-card .long-card-text .card-title {
  margin: 10px 0;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 30px; }

.long-card .long-card-text .small {
  margin-bottom: 25px;
  line-height: 20px; }

.long-card .long-card-text .post-meta {
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-top: 10px;
  padding-bottom: 0;
  margin: 0;
  margin-top: auto;
  border-bottom: 0; }

.long-card .long-card-img {
  float: left;
  height: 100%;
  min-height: 265px;
  overflow: hidden; }

@media all and (max-width: 540px) {
  .long-card .long-card-img {
    height: auto;
    min-height: 0px; } }

.long-card .long-card-img img {
  width: 100%;
  height: 100%;
  min-height: 265px;
  margin-bottom: -3px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

@media all and (max-width: 540px) {
  .long-card .long-card-img img {
    height: auto;
    min-height: 0px; } }

.new-phantom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F3F3F3; }

.new-phantom .long-card-text, .new-phantom .long-card-img {
  float: left; }

.new-phantom .long-card-text {
  padding: 30px; }

.new-phantom .phantom {
  float: left;
  width: 100%;
  height: 16px;
  margin: 10px 0;
  clear: both;
  background-color: #EAEAEA; }

.new-phantom .phantom.phantom-i {
  float: left;
  height: 265px;
  margin: 0;
  clear: none; }

.card-video.new-item .card-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px; }

@media all and (max-width: 540px) {
  .card-video.new-item .card-text {
    display: block;
    min-height: 100%; } }

.card-video.new-item .card-post-meta {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: auto;
  margin-bottom: 0;
  border-bottom: none; }

@media all and (max-width: 540px) {
  .card-video.new-item .card-post-meta {
    margin-top: 20px; } }

.card-expert .img {
  position: relative;
  float: left;
  width: 100%;
  height: 230px;
  clear: both;
  border-bottom: 1px solid #F3F3F3; }

.card-expert .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: auto;
  height: 80%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center; }

.card-expert .content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: calc(100% - 40px);
  margin: 15px 20px;
  clear: both; }

.card-expert .content .text {
  -webkit-box-flex: 80%;
  -ms-flex: 80%;
  flex: 80%;
  margin-right: 10px;
  text-align: left; }

.card-expert .content .text .card-title {
  color: #262626;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px; }

.card-expert .content .text .card-address {
  font-size: 10px;
  line-height: 15px; }

.card-expert .content .garantie {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%; }

.card-expert .content .garantie img {
  width: 100%; }

.card-expert .wrapper-av {
  border-top: 1px solid #F3F3F3;
  width: calc(100% - 40px);
  float: left;
  clear: both;
  margin: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.card-expert .wrapper-av .wrapper-stars {
  margin: 0; }

.card-expert .wrapper-av p {
  margin-bottom: auto !important;
  font-size: 10px;
  line-height: 35px !important; }

.wrapper-product {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.wrapper-product .card-product {
  float: left;
  width: calc(50% - 16px);
  margin-right: 16px;
  margin-bottom: 16px; }

@media all and (max-width: 1076px) {
  .wrapper-product .card-product {
    float: left;
    width: 100%;
    margin-right: 0;
    clear: bottom; } }

.wrapper-product .card-product:nth-child(even) {
  margin-right: 0; }

.wrapper-product .card-product a {
  text-decoration: none; }

.wrapper-product .card-product .product-img {
  width: 100%;
  height: 280px;
  overflow: hidden; }

.wrapper-product .card-product .product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.wrapper-product .card-product .product-title {
  padding: 35px 40px; }

@media all and (max-width: 745px) {
  .wrapper-product .card-product .product-title {
    padding: 16px; } }

.wrapper-product .card-product .product-title p {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 30px; }

.wrapper-product-inline {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.wrapper-product-inline .card-product {
  margin: 8px; }

.wrapper-product-inline .card-product:nth-child(even) {
  margin: 8px; }

.main-header {
  position: static;
  z-index: 100;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #EAEAEA;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

@media all and (max-width: 1076px) {
  .main-header {
    position: fixed; } }

.main-header.sticky-active {
  position: fixed;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.main-header.slide-up {
  top: -130px;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

@media all and (max-width: 1076px) {
  .main-header.slide-up {
    top: 0; } }

.main-header.slide-down {
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.main-header .surnav {
  width: 100%;
  float: left; }

@media all and (max-width: 1076px) {
  .main-header .surnav {
    display: none; } }

.main-header .surnav ul {
  text-align: right; }

.main-header .surnav ul li {
  display: inline-block;
  margin: 0 10px; }

.main-header .surnav ul li a {
  font-size: 13px;
  line-height: 26px;
  text-decoration: none; }

.main-header .nav {
  float: left;
  width: 100%;
  padding: 20px 0;
  background-color: #fff; }

.main-header .nav .nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.main-header .nav .logo {
  float: left; }

@media all and (max-width: 1300px) {
  .main-header .nav .logo img {
    width: 150px; } }

.main-header .nav .navbar-toggler {
  display: none;
  width: 50px;
  height: 50px;
  text-decoration: none;
  border: 1px solid #EAEAEA; }

@media all and (max-width: 1076px) {
  .main-header .nav .navbar-toggler {
    display: block; } }

.main-header .nav .navbar-toggler .navbar-toggler-bar {
  width: 100%;
  height: 2px;
  background-color: #0492D4;
  float: left;
  clear: both;
  margin: 4px 0; }

.main-header .nav .main-nav {
  float: left; }

@media all and (max-width: 1076px) {
  .main-header .nav .main-nav {
    float: left;
    clear: both;
    width: 50%;
    position: absolute;
    right: -100vw;
    top: 79px;
    height: auto;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #EAEAEA;
    margin-top: -1px;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
    transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); } }

.main-header .nav .main-nav ul .nav-item {
  display: inline-block;
  margin: 0 20px;
  padding: 20px 0; }

@media all and (max-width: 1300px) {
  .main-header .nav .main-nav ul .nav-item {
    margin: 0 5px; } }

@media all and (max-width: 1076px) {
  .main-header .nav .main-nav ul .nav-item {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 20px 0;
    border-bottom: 1px solid #EAEAEA; }
  .main-header .nav .main-nav ul .nav-item:last-child {
    border-bottom: none; } }

.main-header .nav .main-nav ul .nav-item .nav-link {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase; }

.main-header .nav .main-nav ul .nav-item .nav-link:hover {
  color: #0492D4 !important; }

.main-header .nav .main-nav ul .nav-item.active .nav-link {
  color: #C1D82F; }

.main-header .nav .main-nav ul .nav-item.menu-item-has-children {
  position: relative; }

.main-header .nav .main-nav ul .nav-item.menu-item-has-children:hover {
  color: #262626; }

@media all and (max-width: 1076px) {
  .main-header .nav .main-nav ul .nav-item.menu-item-has-children {
    padding-bottom: 0;
    border-bottom: 1px solid #EAEAEA; } }

.main-header .nav .main-nav ul .nav-item.menu-item-has-children .subnav {
  position: absolute;
  top: 38px;
  left: -20px;
  display: none;
  overflow: hidden;
  height: 0;
  padding: 10px 20px 10px;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  z-index: 100; }

@media all and (max-width: 1076px) {
  .main-header .nav .main-nav ul .nav-item.menu-item-has-children .subnav {
    display: block;
    position: static;
    overflow: auto;
    height: auto;
    opacity: 1;
    padding: 0;
    padding-bottom: 20px; } }

.main-header .nav .main-nav ul .nav-item.menu-item-has-children .subnav .nav-item {
  float: left;
  clear: both;
  margin: 10px 0;
  padding: 0;
  pointer-events: all; }

@media all and (max-width: 1076px) {
  .main-header .nav .main-nav ul .nav-item.menu-item-has-children .subnav .nav-item {
    margin: 0;
    border-bottom: none; }
  .main-header .nav .main-nav ul .nav-item.menu-item-has-children .subnav .nav-item:last-child {
    border-bottom: none;
    padding: 0; } }

.main-header .nav .main-nav ul .nav-item.menu-item-has-children .subnav .nav-item .nav-link {
  width: 100%;
  font-weight: normal;
  text-decoration: none; }

.main-header .nav .main-nav ul .nav-item.menu-item-has-children .subnav .nav-item .nav-link:hover {
  color: #0492D4; }

.main-header .nav .main-nav ul .nav-item.menu-item-has-children .subnav .nav-item.active .nav-link {
  color: #C1D82F; }

.main-header .nav .main-nav ul .nav-item.menu-item-has-children:hover .nav-link:after {
  display: none; }

.main-header .nav .main-nav ul .nav-item.menu-item-has-children:hover .subnav {
  display: block;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.main-header .nav .main-nav ul .nav-item.nav-button:after {
  content: ''; }

.main-header .nav .main-nav ul .nav-item.nav-button:before {
  content: ''; }

.main-header .nav .is-active + .main-nav {
  right: -50px;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

@media all and (max-width: 745px) {
  .main-header .nav .is-active + .main-nav {
    right: -20px;
    width: calc(100% + 41px); } }

@media all and (max-width: 745px) {
  .main-header .nav .is-active + .main-nav + .secondary-nav {
    bottom: -100px;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
    transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); } }

@media all and (max-width: 1076px) {
  .main-header .secondary-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 20px;
    background-color: #fff;
    border-top: 1px solid #EAEAEA;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
    transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); } }

@media all and (max-width: 1076px) {
  .main-header .secondary-nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.main-header .secondary-nav ul li {
  display: inline-block;
  float: left;
  margin: 0 5px; }

.main-header .secondary-nav .nav-item-button {
  clear: none;
  height: 55px;
  padding: 0px 40px;
  font-size: 13px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase; }

@media all and (max-width: 1300px) {
  .main-header .secondary-nav .nav-item-button {
    padding: 0 20px; } }

@media all and (max-width: 745px) {
  .main-header .secondary-nav .nav-item-button {
    height: auto;
    padding: 10px;
    height: auto;
    font-size: 16px;
    line-height: 1em;
    text-align: center; } }

.main-header .secondary-nav.is-disable {
  visibility: hidden; }

.on-menu {
  margin-top: 126px; }

@media all and (max-width: 1300px) {
  .on-menu {
    margin-top: 126px; } }

@media all and (max-width: 1076px) {
  .on-menu {
    margin-top: 100px; } }

.on-menu-lg.active {
  margin-top: 126px; }

@media all and (max-width: 1076px) {
  .on-menu-lg {
    margin-top: 100px; }
  .on-menu-lg.active {
    margin-top: 0; } }

.footer-garantie {
  color: #fff; }

.footer-garantie .section-title {
  color: #fff;
  font-size: 30px;
  line-height: 40px; }

.footer-garantie .col-4 h3 {
  float: left;
  margin-bottom: 30px;
  clear: both;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 35px; }

.footer-garantie .col-4 .normal {
  float: left;
  clear: both;
  color: #fff; }

.main-footer .footer-nav li a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none; }

.main-footer .footer-nav li a:hover {
  color: #626262; }

.main-footer .footer-nav li:first-child a {
  display: block;
  margin-bottom: 24px;
  font-weight: 700; }

@media all and (max-width: 745px) {
  .main-footer .footer-nav {
    margin-bottom: 24px; }
  .main-footer .footer-nav li {
    margin-bottom: 10px; }
  .main-footer .footer-nav li a {
    font-size: 16px;
    line-height: 26px; } }

.main-footer .subfooter ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  padding-top: 50px;
  margin-top: 100px;
  clear: both;
  border-top: 1px solid #EAEAEA; }

@media all and (max-width: 745px) {
  .main-footer .subfooter ul {
    display: block;
    padding-top: 24px;
    margin-top: 24px;
    margin-bottom: 100px; } }

.main-footer .subfooter li a {
  color: #EAEAEA; }

.main-footer .subfooter li:first-child a {
  margin-bottom: 0px;
  font-weight: normal; }

#cookieChoiceInfo {
  position: fixed;
  width: 100%;
  background-color: #262626;
  color: #fff;
  margin: 0;
  left: 0;
  bottom: 0;
  padding: 20px 40px;
  z-index: 1000;
  text-align: center;
  border-top: 1px solid #fff; }

#cookieChoiceInfo p {
  color: #fff;
  text-align: center;
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 16px; }

#cookieChoiceInfo a {
  text-decoration: none;
  font-size: 14px;
  background-color: #0492D4;
  padding: 8px 15px;
  margin: 5px;
  display: inline-block; }

#cookieChoiceInfo a#cookieChoiceDismiss {
  background-color: transparent;
  border: 1px solid #0492D4; }

#cookieChoiceInfo a#cookieParamLink {
  padding: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 40px;
  top: 20px;
  border-bottom: none;
  text-decoration: none;
  background-image: url(../images/wheel.svg);
  background-repeat: no-repeat;
  background-position: center; }

@media all and (max-width: 1076px) {
  #cookieChoiceInfo a#cookieParamLink {
    right: 5px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-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: none; }

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-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:before, .slick-track:after {
  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; }

input, textarea, select {
  padding: 15px 20px;
  font-size: 14px;
  color: #262626;
  border: 1px solid #EAEAEA;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

input:focus, textarea:focus, select:focus {
  border-color: #0492D4;
  outline: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

input:disabled, textarea:disabled, select:disabled {
  background-color: #F3F3F3; }

textarea {
  line-height: 25px; }

.check-inline li {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  line-height: 25px; }

.check-inline li label {
  margin-right: 17px; }

.rgpd .nf-field-label label {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: left; }

.nf-error-msg {
  font-size: 14px;
  line-height: 25px;
  color: #ED3124; }

.devis-mentions p, .devis-mentions a {
  font-size: 12px !important;
  line-height: 20px !important; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }

@media all and (max-width: 540px) {
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.form-row .form-group {
  width: 100%;
  padding: 0 8px; }

.form-row .form-group label {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 10px; }

.form-row .form-group input, .form-row .form-group textarea, .form-row .form-group select {
  float: left;
  clear: both;
  width: 100%; }

.form-row .form-group .error {
  display: none; }

.input-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.input-inline .inline-item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  margin-right: 8px; }

.input-inline .inline-item:last-child {
  margin-right: 0; }

.input-inline .inline-item input {
  display: inline;
  margin: 0; }

.input-inline input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  margin-right: 8px; }

.input-inline input:last-child {
  margin-right: 0; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.input-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  color: #262626;
  border: 1px solid #EAEAEA;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.input-file svg, .input-file p {
  display: inline-block;
  float: left; }

.input-file svg {
  margin-right: 10px; }

.input-file:focus, .input-file:hover {
  border-color: #0492D4;
  outline: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.input-file:disabled {
  background-color: #F3F3F3; }

.button-nav, input.button-nav {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 15px 74px 15px 30px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background-color: #0492D4; }

@media all and (max-width: 540px) {
  .button-nav, input.button-nav {
    padding: 15px 30px; } }

.button-nav:disabled, input.button-nav:disabled {
  cursor: not-allowed;
  opacity: .5;
  color: #fff; }

.button-nav.nav-prev, input.button-nav.nav-prev {
  padding: 15px 30px 15px 74px; }

@media all and (max-width: 540px) {
  .button-nav.nav-prev, input.button-nav.nav-prev {
    padding: 15px 30px; } }

.button-nav.nav-prev:before, input.button-nav.nav-prev:before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 20px;
  display: inline-block;
  width: 44px;
  height: 17px;
  content: '';
  background-image: url(../images/left-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

@media all and (max-width: 540px) {
  .button-nav.nav-prev:before, input.button-nav.nav-prev:before {
    display: none; } }

.button-nav.nav-next:after, input.button-nav.nav-next:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 44px;
  height: 17px;
  content: '';
  background-image: url(../images/right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

@media all and (max-width: 540px) {
  .button-nav.nav-next:after, input.button-nav.nav-next:after {
    display: none; } }

.button-nav.nav-filter, input.button-nav.nav-filter {
  background: #fff;
  color: #0492D4;
  padding: 15px 30px 15px 74px;
  border: 1px solid #0492D4; }

@media all and (max-width: 540px) {
  .button-nav.nav-filter, input.button-nav.nav-filter {
    padding: 15px 30px; } }

.button-nav.nav-filter:after, input.button-nav.nav-filter:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 20px;
  display: inline-block;
  width: 44px;
  height: 17px;
  content: '';
  background-image: url(../images/tunnel-filter.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

@media all and (max-width: 540px) {
  .button-nav.nav-filter:after, input.button-nav.nav-filter:after {
    display: none; } }

.button-nav.button-loading:after, input.button-nav.button-loading:after {
  background-image: url(../images/load-white.svg); }

.nf-field-container.hidden-container {
  visibility: hidden;
  height: 0 !important;
  line-height: 0; }

.input-checkbox {
  position: relative;
  margin-left: 0;
  padding-left: 42px;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: normal !important;
  line-height: 25px;
  color: #626262;
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }

.input-checkbox.input-checkbox-long {
  line-height: 20px; }

.input-checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  cursor: pointer;
  opacity: 0; }

.input-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #0492D4;
  background-color: #fff;
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); }

.input-checkbox:hover input ~ .checkmark {
  background-color: #F3F3F3;
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); }

.input-checkbox input:checked ~ .checkmark {
  background-color: #0492D4; }

.input-checkbox .checkmark:after {
  position: absolute;
  display: none;
  content: "";
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); }

.input-checkbox input:checked ~ .checkmark:after {
  display: block; }

.input-checkbox .checkmark:after {
  width: 15px;
  height: 15px;
  border: 4px solid white;
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); }

label.has-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

label.has-info .icon-info {
  position: relative;
  display: inline-block;
  height: 14px;
  margin-top: -4px;
  margin-left: 10px;
  cursor: pointer;
  line-height: 100%; }

label.has-info .icon-info .info-wrapper {
  position: absolute;
  z-index: 2;
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100px;
  max-width: 450px;
  border: 1px solid #F3F3F3; }

label.has-info .icon-info .info-wrapper .info {
  float: left;
  clear: both;
  width: auto;
  padding: 25px;
  background-color: #fff; }

.popin-tat {
  position: absolute; }

.popin-tat .wrapper-popin-desktop {
  position: fixed;
  z-index: 90;
  right: 10px;
  bottom: 10px;
  display: none;
  width: 300px;
  border: 2px solid white; }

@media all and (max-width: 1076px) {
  .popin-tat .wrapper-popin-desktop {
    bottom: 105px; } }

@media all and (max-width: 745px) {
  .popin-tat .wrapper-popin-desktop {
    display: none !important; } }

.popin-tat .wrapper-popin-desktop .close {
  position: absolute;
  top: -20px;
  right: 0;
  padding: 8px 11px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  color: #0693d1;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: #EAEAEA; }

.popin-tat .popin-mobile {
  display: none; }

@media all and (max-width: 745px) {
  .popin-tat .popin-mobile {
    display: block; } }

.popin-tat .popin-mobile .floating-button {
  position: fixed;
  z-index: 90;
  right: 5px;
  bottom: 106px;
  display: block;
  width: 33px;
  height: 33px; }

.popin-tat .popin-mobile .floating-button img {
  width: 100%; }

.popin-tat .wrapper-popin-mobile {
  display: none; }

@media all and (max-width: 745px) {
  .popin-tat .wrapper-popin-mobile {
    position: fixed;
    z-index: 90;
    bottom: 110px;
    left: 10px;
    display: none;
    width: calc(100% - 33px - 20px);
    border: 2px solid white; } }

.popin-tat .popin-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  clear: both;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  color: #fff;
  background-color: #0492d4; }

.popin-tat .popin-head h3 {
  margin-left: 10px;
  font-family: "Playfair Display";
  font-size: 15px;
  line-height: 33px;
  color: #fff; }

.popin-tat .popin-main {
  float: left;
  clear: both;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #0273a8; }

.popin-tat .popin-main p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 25px;
  color: #fff; }

.popin-tat .popin-main img {
  width: 100%; }

.infobox {
  width: 350px;
  background: none !important; }

@media all and (max-width: 540px) {
  .infobox {
    position: fixed !important;
    right: 0 !important;
    left: 0 !important;
    width: 26vh !important;
    max-width: 500px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media all and (max-width: 540px) {
  .infobox {
    min-width: 205px; } }

.media {
  position: relative; }

.media.media-infobox {
  background: white;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  height: 100%;
  margin: 0;
  -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
  max-width: 350px;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 18px));
  -ms-transform: translate(-50%, calc(-50% - 18px));
  transform: translate(-50%, calc(-50% - 18px)); }

.media.media-infobox::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -30px) rotate(45deg);
  -ms-transform: translate(-50%, -30px) rotate(45deg);
  transform: translate(-50%, -30px) rotate(45deg);
  background-color: #fff;
  height: 40px;
  width: 40px; }

.media.media-infobox .media-btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 25px;
  width: 25px;
  pointer-events: all;
  cursor: pointer;
  color: #626262; }

.media.media-infobox .media-btn-close i {
  height: 100%;
  width: 100%;
  position: relative; }

.media.media-infobox .media-btn-close i::before {
  content: '╳';
  color: currentColor;
  font-size: 20px;
  font-style: normal; }

.media.media-infobox .media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  height: 100%; }

.media.media-infobox h4 {
  text-transform: uppercase;
  margin: 0; }

.media.media-infobox .wrapper-stars {
  margin: 0;
  height: auto; }

.media.media-infobox .wrapper-stars .stars {
  height: 25px; }

.media.media-infobox .wrapper-stars .icon {
  margin-top: 0;
  margin-bottom: 0; }

.media.media-infobox .all-expert-single--coord {
  color: #626262; }

.media.media-infobox .all-expert-single--link a {
  color: #0492D4;
  text-decoration: underline; }

.media.media-infobox .all-expert-single--labels {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px; }

.media.media-infobox .all-expert-single--labels img {
  max-height: 40px; }

.media.media-infobox .all-expert-single--labels .config-btn {
  background-color: white;
  border-radius: 50px;
  border: solid 2px #ED3124;
  padding: 1px 10px 0 7px;
  line-height: 28px;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
  color: #ED3124 !important; }

.media.media-infobox .all-expert-single--labels .config-btn img {
  height: 20px;
  float: left;
  margin-right: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0; }

.media.media-infobox .all-expert-single--labels .config-btn span {
  font-weight: 900;
  text-transform: uppercase; }

.media.media-infobox .all-expert-single--labels .config-btn:hover {
  background-color: #ED3124;
  color: white !important; }

.media.media-infobox .all-expert-single--labels .config-btn:hover img {
  mix-blend-mode: color-dodge;
  -webkit-filter: invert(100);
  filter: invert(100); }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999; }

body .ui-tooltip {
  background-color: #fff;
  border: 1px solid #F3F3F3;
  padding: 25px;
  max-width: 320px;
  font-size: 14px;
  line-height: 1.4;
  color: #626262; }

.breadcrumb {
  margin: 0 25px 50px;
  padding: 0;
  list-style: none; }

.breadcrumb li {
  display: inline;
  line-height: 3; }

.breadcrumb li a {
  color: currentColor;
  text-decoration: none;
  padding: 0 0 15px;
  border-bottom: solid 1px currentColor;
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); }

@media all and (max-width: 745px) {
  .breadcrumb li a {
    padding-bottom: 5px; } }

.breadcrumb li a:hover {
  color: #0492D4; }

.breadcrumb li + li::before {
  content: ' • ';
  color: #0492D4;
  display: inline-block;
  margin: 0 15px; }

.post-cover {
  width: 100%;
  height: 400px;
  background-color: #0492D4; }

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

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post-cover img {
    height: auto; } }

.post-container .post-wrapper {
  margin-top: -100px;
  margin-bottom: 50px; }

.post-container .post-wrapper .bloc-post {
  margin: 50px 0; }

@media all and (max-width: 745px) {
  .bloc-post {
    padding: 20px; } }

.bloc-post .post-categorie {
  margin-bottom: 10px;
  font-size: 14px;
  color: #626262; }

.bloc-post .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid #0492D4;
  border-bottom: 1px solid #0492D4; }

@media all and (max-width: 745px) {
  .bloc-post .post-meta {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .bloc-post .post-meta ul:first-child {
    margin-bottom: 20px; } }

.bloc-post .post-meta li {
  float: left;
  margin: 0 8px;
  font-size: 14px;
  line-height: 25px;
  color: #626262; }

.bloc-post .post-meta li:first-child {
  margin-left: 0; }

.bloc-post .post-meta .post-time {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

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

.bloc-post .post-share li {
  float: left;
  margin: 0 8px; }

.bloc-post .post-share li:last-child {
  margin-right: 0; }

.bloc-post .post-share li svg {
  height: 25px;
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  fill: #0492D4; }

.bloc-post .post-share li svg:hover {
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  fill: #046894; }

.post-read-time:before {
  display: inline-block;
  float: left;
  width: 20px;
  height: 25px;
  margin-right: 10px;
  content: '';
  background-image: url("../images/timer-lecture.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.post-read-time-video:before {
  display: inline-block;
  float: left;
  width: 20px;
  height: 25px;
  margin-right: 10px;
  content: '';
  background-image: url("../images/timer.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.post-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  clear: both;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 50px 0;
  padding-top: 40px;
  border-top: 1px solid #0492D4; }

.post-tag {
  float: left;
  margin: 0 8px; }

.post-tag:first-child {
  margin-left: 0; }

@media all and (max-width: 1076px) {
  .post-tag {
    clear: both;
    margin: 8px 0; } }

.see-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  text-align: center; }

.post-content, .page-content {
  margin: 30px 0;
  font-size: 22px;
  line-height: 1.6;
  text-align: left;
  color: #262626; }

.post-content p, .page-content p {
  float: left;
  width: 100%;
  margin-bottom: 35px; }

.post-content a:not(.button):not(.hid), .page-content a:not(.button):not(.hid) {
  text-decoration: none;
  color: #0492D4;
  border-bottom: 1px solid #0492D4;
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); }

.post-content a:not(.button):not(.hid):hover, .page-content a:not(.button):not(.hid):hover {
  color: #626262;
  border-color: #626262;
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); }

.post-content a.button:not(.up), .page-content a.button:not(.up) {
  float: left;
  clear: both;
  height: auto;
  margin: 10px 0;
  line-height: initial; }

.post-content ul li, .page-content ul li {
  font-size: 22px;
  line-height: 35px; }

.post-content ul li:before, .page-content ul li:before {
  margin-right: 15px;
  content: '•';
  color: #0492D4; }

.post-content ol, .page-content ol {
  list-style: none;
  counter-reset: li; }

.post-content ol li, .page-content ol li {
  counter-increment: li;
  font-size: 22px;
  line-height: 35px; }

.post-content ol li:before, .page-content ol li:before {
  margin-right: 15px;
  content: counter(li);
  color: #0492D4; }

.post-content hr, .page-content hr {
  color: #626262; }

.post-content u, .page-content u {
  text-decoration: none;
  border-bottom: 1px solid #626262; }

.post-content img, .page-content img {
  max-width: 100%; }

.post-content h2, .page-content h2 {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  line-height: 50px; }

.post-content h3, .page-content h3 {
  font-size: 22px;
  line-height: 35px; }

.post-content blockquote, .page-content blockquote {
  float: left;
  clear: both;
  width: 100%;
  padding: 35px;
  font-style: italic;
  background-color: #F3F3F3; }

.post-content table, .page-content table {
  width: 100%; }

.post-content table td, .page-content table td {
  width: auto;
  height: auto;
  padding: 20px 0;
  font-size: 16px;
  line-height: 1em;
  border-bottom: 1px solid #EAEAEA; }

.post-content table td p, .page-content table td p {
  margin-bottom: 0; }

.post-content table tr:last-child td, .page-content table tr:last-child td {
  border-bottom: none; }

.post-content iframe, .page-content iframe {
  width: 100%;
  height: 350px; }

.post-subtitle-playfair {
  font-family: "Playfair Display", serif; }

.post-subtitle-big {
  font-size: 45px;
  line-height: 60px; }

.post-exergue {
  margin: 35px 0px;
  padding-left: 50px;
  font-family: "Playfair Display", serif;
  font-size: 35px;
  line-height: 50px;
  text-align: left;
  border-left: 3px solid #0492D4; }

.post-caption {
  font-size: 14px;
  line-height: 16px;
  color: #626262; }

.home .cover {
  width: 100%;
  height: 620px; }

@media all and (max-width: 745px) {
  .home .cover {
    height: 50vh; } }

.home .cover .content .row {
  position: static; }

.home .cover .col-first-content {
  position: relative;
  z-index: 1;
  height: 620px; }

@media all and (max-width: 1076px) {
  .home .cover .col-first-content {
    width: calc(100% + (50px * 2));
    padding: 0; } }

@media all and (max-width: 745px) {
  .home .cover .col-first-content {
    width: 100vw;
    left: calc(50% - 50vw);
    height: 50vh;
    padding: 0; } }

.home .cover .col-first-content .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 20% 40px 10%;
  z-index: 1; }

@media all and (max-width: 1076px) {
  .home .cover .col-first-content .content {
    padding: 0 28px 24px; } }

.home .cover .col-first-content .content__20 {
  width: 150px;
  margin: 0 0 16px; }

@media all and (max-width: 1076px) {
  .home .cover .col-first-content .content__20 {
    width: 120px;
    margin: 0 0 8px; } }

.home .cover .col-first-content .content__20 .img {
  max-width: 100%; }

.home .cover .col-first-content .content__link {
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
  display: table;
  position: relative;
  font-weight: 400;
  text-decoration: none;
  margin-top: 24px; }

.home .cover .col-first-content .content__link:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: #fff;
  top: calc(100% + 8px);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }

.home .cover .col-first-content .content__link:visited {
  color: #fff; }

.home .cover .col-first-content .content__link:hover:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0); }

.home .cover .col-first-content h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 50px;
  margin: 0; }

@media all and (max-width: 745px) {
  .home .cover .col-first-content h1 {
    font-size: 28px;
    line-height: 40px; } }

.home .cover .col-first-content .cover-img {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
  width: auto;
  height: 100%; }

@media all and (max-width: 1456px) {
  .home .cover .col-first-content .cover-img {
    left: -50px; } }

.home .cover .col-first-content .cover-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.home .cover .col-promo-content .cover-img {
  position: relative;
  height: 620px;
  margin-right: -10px; }

@media all and (max-width: 540px) {
  .home .cover .col-promo-content .cover-img {
    width: calc(100% + (48px));
    height: 30vh;
    margin-right: -20px;
    margin-left: -20px; } }

.home .cover .col-promo-content .cover-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.home .cover .col-promo-content .cover-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  width: 50vw;
  content: '';
  background-color: #e7e6e4; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home .cover .col-promo-content {
    float: left;
    width: 50%; } }

.home .cover .promo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  padding: 55px 5rem;
  text-align: center;
  border: 15px solid #F3F3F3; }

@media all and (max-width: 745px) {
  .home .cover .promo {
    padding: 55px 3rem; } }

@media all and (max-width: 540px) {
  .home .cover .promo {
    width: calc(100% + 20px * 2);
    height: auto;
    padding: 35px 4rem;
    margin-right: -20px;
    margin-left: -20px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home .cover .promo {
    float: left;
    width: 50%; } }

.home .cover .promo .button {
  margin: 25px auto;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase; }

.home .cover .promo .mention {
  font-size: 12px;
  text-decoration: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home .cover .stephane {
    margin-top: 25px; } }

.home .cover .stephane .img, .home .cover .stephane .card-text {
  width: 100%;
  height: 310px; }

.home .cover .stephane .img p, .home .cover .stephane .card-text p {
  font-family: "Playfair Display", serif;
  font-size: 25px; }

.home .cover .stephane .card {
  margin: 0; }

@media all and (max-width: 1076px) {
  .home .cover .stephane .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home .cover .stephane .card {
    display: block; }
  .home .cover .stephane .card .img {
    float: left;
    width: 25%; }
  .home .cover .stephane .card .card-text {
    float: left;
    width: 75%; } }

@media all and (max-width: 540px) {
  .home .cover .stephane .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.home .cover .stephane .card .card-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.home .cover .stephane .card .card-text .link {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.home .cover .stephane .card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bloc-q-and-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.bloc-q-and-a .what {
  /*    &:after {
          content: '';
          position: absolute;
          display: block;
          top: -100px;
          bottom: -100px;
          left: $column-width * 9.5;
          border-right: 1px solid $gray;
          @media all and (max-width: 1456px ) {
            display: none;
          }*/ }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bloc-q-and-a .what {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
    clear: both; } }

.bloc-q-and-a .what .button, .bloc-q-and-a .what .link {
  float: left;
  clear: both; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bloc-q-and-a .q-and-a {
    float: left;
    width: 100%;
    clear: both; } }

.bloc-q-and-a .q-and-a:before {
  position: absolute;
  top: -100px;
  bottom: -100px;
  display: block;
  margin-left: -45px;
  content: '';
  border-right: 1px solid #EAEAEA; }

@media all and (max-width: 1076px) {
  .bloc-q-and-a .q-and-a:before {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bloc-q-and-a .q-and-a:before {
    display: none; } }

@media all and (max-width: 745px) {
  .bloc-q-and-a .q-and-a {
    margin-top: 50px; } }

.bloc-q-and-a .q-and-a .response {
  width: 100%;
  margin-bottom: 30px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bloc-q-and-a .q-and-a .response {
    display: inline-block;
    float: left;
    width: auto;
    margin-left: 25px; } }

@media all and (max-width: 745px) {
  .bloc-q-and-a .q-and-a .response {
    width: 80%; } }

@media all and (max-width: 540px) {
  .bloc-q-and-a .q-and-a .response {
    width: 100%; } }

@media all and (max-width: 745px) {
  .bloc-q-and-a .q-and-a .response:last-child {
    float: right; } }

@media all and (max-width: 540px) {
  .bloc-q-and-a .q-and-a .response:last-child {
    float: left; } }

.bloc-q-and-a .q-and-a .response .response-head {
  width: 100%;
  margin-bottom: 30px; }

.bloc-q-and-a .q-and-a .response .response-head .response-number {
  display: inline-block;
  width: 47px;
  font-family: "Playfair Display", serif;
  font-size: 75px;
  line-height: 65px;
  border-right: 1px solid #262626; }

.bloc-q-and-a .q-and-a .response .response-head h3 {
  display: inline-block;
  width: calc(100% - 51px - 17px);
  margin-left: 17px;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 25px; }

.bloc-q-and-a .q-and-a .response .normal {
  margin-bottom: 20px;
  color: #626262;
  font-size: 14px;
  line-height: 20px; }

.bloc-q-and-a .q-and-a .response .response-img {
  width: 100%;
  height: 190px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bloc-q-and-a .q-and-a .response .response-img {
    width: 350px; } }

.bloc-q-and-a .q-and-a .response .response-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

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

@media all and (max-width: 745px) {
  .wrapper-av {
    display: block; } }

.card-av {
  position: relative;
  height: calc(100% - 40px); }

.card-av .card-title {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px; }

.card-av .card-text .normal {
  margin-bottom: 20px;
  color: #626262;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px; }

.card-av .card-caption {
  position: absolute;
  bottom: 30px;
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px; }

@media all and (max-width: 745px) {
  .card-av .card-caption {
    position: static; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bloc-conseil .col-12 {
    float: left;
    width: 100%;
    margin-left: 0 !important;
    clear: both; } }

.bloc-conseil .card {
  height: calc(100% - 40px); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bloc-video {
    float: left;
    width: 100%;
    clear: both; } }

.bloc-video .video-tiles > div .card {
  cursor: pointer; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bloc-video .container-central .col-12 {
    float: left;
    width: 100%;
    margin-left: 0 !important;
    clear: both; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bloc-video .container-central .col-6 {
    float: left;
    width: 100%;
    margin-left: 0 !important;
    clear: both; } }

.bloc-video .card {
  height: calc(100% - 40px); }

.bloc-av .wrapper-av-title {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 30px; }

@media all and (max-width: 1076px) {
  .bloc-av .wrapper-av-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.bloc-av .wrapper-av-title .av-logo {
  text-align: right; }

@media all and (max-width: 1076px) {
  .bloc-av .wrapper-av-title .av-logo {
    text-align: left; } }

.bloc-av .wrapper-av-title img {
  max-width: 80%; }

@media all and (max-width: 1076px) {
  .bloc-av .wrapper-av-title img {
    margin-top: 50px; } }

.bloc-av .section-title {
  margin-bottom: 0; }

.wrapper-av .slick-list {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden; }

.wrapper-av .slick-list .slide {
  height: 100%;
  padding: 0 8px; }

.wrapper-av .slick-list .slide .card-av {
  height: 100%; }

.wrapper-av .slick-list .slide .card-av .card-text {
  height: 100%;
  min-height: 380px; }

.wrapper-av .slick-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  padding: 0;
  color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-repeat: no-repeat;
  border: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer; }

.wrapper-av .slick-arrow.slick-prev {
  left: -25px;
  background-image: url("../images/larr.svg"); }

.wrapper-av .slick-arrow.slick-next {
  right: -25px;
  background-image: url("../images/rarr.svg"); }

.home-configurateur {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  padding: 65px 0;
  clear: both;
  background-color: #D7DBE0; }

@media all and (max-width: 1076px) {
  .home-configurateur {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.home-configurateur .row {
  position: static; }

.home-configurateur .row .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden; }

.home-configurateur .row .bg-image:before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#d7dbe0), to(rgba(215, 219, 224, 0)));
  background: -o-linear-gradient(left, #d7dbe0 0%, rgba(215, 219, 224, 0) 100%);
  background: linear-gradient(90deg, #d7dbe0 0%, rgba(215, 219, 224, 0) 100%);
  width: 20%;
  z-index: 2; }

.home-configurateur .row .bg-image img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

@media all and (max-width: 1456px) {
  .home-configurateur .row .bg-image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -o-object-fit: cover;
    object-fit: cover; } }

.home-configurateur .row .text {
  z-index: 3;
  position: relative; }

@media all and (max-width: 1076px) {
  .home-configurateur .row .text {
    width: 100%; } }

.home-configurateur .row .button {
  margin: 25px 0; }

.expert-header .expert-header--bg {
  position: relative;
  background-color: #0492D4;
  background-blend-mode: multiply;
  -webkit-box-shadow: inset 0 -108px 0 0 #F3F3F3;
  box-shadow: inset 0 -108px 0 0 #F3F3F3; }

.expert-header .expert-header--bg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
  background-color: #F3F3F3; }

@media all and (max-width: 1076px) {
  .expert-header .expert-header--bg::after {
    width: 0; } }

@media all and (max-width: 1076px) {
  .expert-header .expert-header--bg {
    float: left;
    width: 100%;
    height: auto;
    clear: both;
    background-color: #0492D4; } }

.expert-header .expert-header--bg .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.expert-header .expert-header--bg .container .row {
  position: static; }

.expert-header .expert-header--bg .container .row .logo-area {
  position: absolute;
  top: unset;
  bottom: 460px; }

@media all and (max-width: 1076px) {
  .expert-header .expert-header--bg .container .row .logo-area {
    top: 25px;
    bottom: unset;
    position: relative; } }

.expert-header .expert-header--bg .container .row .wraper-logo {
  position: absolute;
  top: 100px;
  height: 360px;
  bottom: 0;
  z-index: 1; }

@media all and (max-width: 1076px) {
  .expert-header .expert-header--bg .container .row .wraper-logo {
    top: 25px; } }

@media all and (max-width: 1076px) {
  .expert-header .expert-header--bg .container .row .wraper-logo {
    width: 140%; } }

@media all and (max-width: 745px) {
  .expert-header .expert-header--bg .container .row .wraper-logo {
    top: 36px; } }

@media all and (max-width: 540px) {
  .expert-header .expert-header--bg .container .row .wraper-logo {
    position: static;
    float: left;
    width: 100%;
    margin-bottom: 36px;
    clear: both; } }

.expert-header .expert-header--bg .container .row .wraper-logo .logo {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 50px;
  background-color: #fff; }

@media all and (max-width: 540px) {
  .expert-header .expert-header--bg .container .row .wraper-logo .logo {
    height: auto; } }

.expert-header .expert-header--bg .container .row .wraper-logo .logo img {
  width: 100%; }

@media all and (max-width: 540px) {
  .expert-header .expert-header--bg .container .row .wraper-logo .logo img {
    width: 75%; } }

@media all and (max-width: 1076px) {
  .expert-header .expert-header--bg .container .row .wraper-logo .logo {
    width: 100%;
    padding: 25px; } }

.expert-header .expert-header--bg .container .row .wraper-logo .border-blue {
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: -1;
  width: 360px;
  height: calc(90px * 4 + 16px);
  background-color: #0492D4; }

@media all and (max-width: 1076px) {
  .expert-header .expert-header--bg .container .row .wraper-logo .border-blue {
    width: 100%;
    height: calc(100% + 16px); } }

.expert-header .expert-header--bgimage {
  position: absolute;
  top: 0;
  right: calc(90px * 4 + 16px);
  left: calc(0px - ((100vw - 1440px) / 2));
  z-index: 1;
  width: auto;
  overflow: hidden;
  background-color: #0492D4; }

@media all and (max-width: 1456px) {
  .expert-header .expert-header--bgimage {
    right: calc(90px * 2 + 16px);
    left: auto; } }

@media all and (max-width: 1076px) {
  .expert-header .expert-header--bgimage {
    right: calc((100vw - 100%) / 2);
    display: none;
    width: 100%;
    height: auto; } }

.expert-header .expert-header--bgimage img {
  opacity: .25;
  mix-blend-mode: multiply; }

.expert-header .expert-header--wrapper-content {
  position: relative;
  z-index: 1;
  min-height: 350px; }

@media all and (max-width: 1076px) {
  .expert-header .expert-header--wrapper-content {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px; } }

.expert-header .expert-header--wrapper-content .wrapper-stars .stars {
  float: left;
  clear: both; }

.expert-header .expert-header--wrapper-content .wrapper-stars .link {
  float: left;
  padding-top: 0;
  clear: both;
  margin-bottom: 25px; }

.expert-header .expert-header--breadcrumb {
  margin: 30px 0; }

@media all and (max-width: 745px) {
  .expert-header .expert-header--breadcrumb {
    display: none; } }

.expert-header .expert-header--breadcrumb #breadcrumblabel {
  display: none; }

.expert-header .expert-header--breadcrumb li {
  display: inline-block; }

.expert-header .expert-header--breadcrumb li:after {
  display: inline-block;
  margin: 0 15px;
  color: #C1D82F;
  content: '•'; }

.expert-header .expert-header--breadcrumb li:last-child:after {
  content: ''; }

.expert-header .expert-header--breadcrumb li a {
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
  border-bottom: 1px solid #fff; }

.expert-header .expert-header--breadcrumb li.active {
  color: #C1D82F; }

.expert-header .expert-header--content h1 {
  color: #fff;
  font-size: 50px;
  line-height: 65px; }

@media all and (max-width: 1456px) {
  .expert-header .expert-header--content h1 {
    font-size: 40px;
    line-height: 55px; } }

.expert-header .expert-header--content .introduction * {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-align: left !important; }

@media all and (max-width: 1076px) {
  .expert-header .expert-header--wrapper-nav {
    width: 100%;
    margin-left: 0; } }

.expert-header .expert-header--nav {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  height: 108px; }

.expert-header .expert-header--nav:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100%;
  z-index: -1;
  content: '';
  background-color: #fff; }

@media all and (max-width: 1076px) {
  .expert-header .expert-header--nav:before {
    left: -58px; } }

@media all and (max-width: 745px) {
  .expert-header .expert-header--nav:before {
    left: -28px; } }

@media all and (max-width: 540px) {
  .expert-header .expert-header--nav:before {
    left: -28px; } }

@media all and (max-width: 1076px) {
  .expert-header .expert-header--nav {
    display: block;
    height: auto;
    padding: 25px 0; }
  .expert-header .expert-header--nav:after {
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background-color: #fff; } }

@media all and (max-width: 1076px) and (max-width: 1076px) {
  .expert-header .expert-header--nav:after {
    right: -58px; } }

@media all and (max-width: 1076px) and (max-width: 745px) {
  .expert-header .expert-header--nav:after {
    right: -28px; } }

@media all and (max-width: 1076px) and (max-width: 540px) {
  .expert-header .expert-header--nav:after {
    right: -28px; } }

.expert-header .expert-header--nav nav {
  float: left; }

@media all and (max-width: 1076px) {
  .expert-header .expert-header--nav nav {
    width: 100%;
    padding: 25px 0;
    margin-bottom: 25px;
    clear: both; } }

@media all and (max-width: 1076px) {
  .expert-header .expert-header--nav nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media all and (max-width: 745px) {
  .expert-header .expert-header--nav nav ul {
    display: block;
    float: left;
    width: 100%;
    clear: both; } }

.expert-header .expert-header--nav nav ul li {
  float: left;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }

.expert-header .expert-header--nav nav ul li:after {
  display: inline-block;
  margin: 0 15px;
  color: #C1D82F;
  content: '•'; }

@media all and (max-width: 1456px) {
  .expert-header .expert-header--nav nav ul li:after {
    margin: 0 8px; } }

@media all and (max-width: 745px) {
  .expert-header .expert-header--nav nav ul li:after {
    margin: 0;
    content: ''; } }

.expert-header .expert-header--nav nav ul li:last-child:after {
  margin: 0 0 0 15px;
  content: ''; }

.expert-header .expert-header--nav nav ul li a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none; }

.expert-header .expert-header--nav nav ul li a.active {
  padding-bottom: 10px;
  border-bottom: 2px solid #C1D82F; }

@media all and (max-width: 1456px) {
  .expert-header .expert-header--nav nav ul li {
    font-size: 12px; } }

@media all and (max-width: 1300px) {
  .expert-header .expert-header--nav nav ul li {
    font-size: 12px; } }

@media all and (max-width: 1076px) {
  .expert-header .expert-header--nav nav ul li {
    font-size: 14px; } }

@media all and (max-width: 745px) {
  .expert-header .expert-header--nav nav ul li {
    display: block;
    float: left;
    width: 100%;
    padding: 0 6px;
    margin-bottom: 30px;
    clear: both;
    font-size: 16px;
    text-align: left; } }

.expert-header .expert-header--cta {
  float: left; }

@media all and (max-width: 1076px) {
  .expert-header .expert-header--cta {
    width: 100%;
    clear: both; } }

@media all and (max-width: 1076px) {
  .expert-header .expert-header--cta ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.expert-header .expert-header--cta ul li {
  float: left;
  padding: 0 8px; }

.expert-header .expert-header--cta ul li:last-child {
  padding-right: 16px; }

@media all and (max-width: 745px) {
  .expert-header .expert-header--cta ul li:last-child {
    padding: 0; } }

@media all and (max-width: 1300px) {
  .expert-header .expert-header--cta ul li {
    padding: 0 6px; } }

.expert-header .expert-header--cta .button {
  height: auto;
  padding: 15px 40px;
  font-size: 13px;
  line-height: initial;
  text-transform: uppercase; }

@media all and (max-width: 1300px) {
  .expert-header .expert-header--cta .button {
    padding: 5px 10px;
    font-size: 12px; } }

@media all and (max-width: 1076px) {
  .expert-header .expert-header--cta .button {
    padding: 15px 40px;
    font-size: 14px; } }

.expert-info {
  float: left;
  width: 100%;
  margin: 8px 0;
  clear: both; }

@media all and (max-width: 745px) {
  .expert-info + .expert-info {
    margin-top: -8px; } }

.expert-info .row-full-height {
  margin: 0; }

@media all and (max-width: 1076px) {
  .expert-info .row-full-height {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .expert-info .row-full-height [class^="col"] {
    margin-bottom: 16px; }
  .expert-info .row-full-height [class^="col"]:last-child {
    margin-bottom: 0; } }

@media all and (max-width: 745px) {
  .expert-info .row-full-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .expert-info .row-full-height [class^="col"] {
    margin-bottom: 16px; }
  .expert-info .row-full-height [class^="col"]:last-child {
    margin-bottom: 16px; } }

.expert-info .expert-bloc {
  float: left;
  width: 100%;
  height: 100%;
  padding: 50px 70px;
  margin: 8px 0;
  clear: both; }

@media all and (max-width: 1300px) {
  .expert-info .expert-bloc {
    padding-right: calc(90px / 2);
    padding-left: calc(90px / 2); } }

.expert-info .expert-bloc .title {
  position: relative; }

.expert-info .expert-bloc .title h2 {
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 30px; }

.expert-info .expert-bloc .title:before {
  position: absolute;
  left: -45px;
  width: 40px;
  height: 30px;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

@media all and (max-width: 1300px) {
  .expert-info .expert-bloc .title:before {
    left: -25px;
    width: 20px; } }

.expert-info .expert-bloc img {
  width: 100%; }

.expert-info .expert-bloc p, .expert-info .expert-bloc p * {
  font-size: 14px;
  line-height: 25px; }

.expert-info .expert-bloc p:not(.blue), .expert-info .expert-bloc p *:not(.blue) {
  color: #626262; }

.expert-info .expert-bloc.expert-address .title:before {
  background-image: url(../images/icone-adress.svg); }

.expert-info .expert-bloc.expert-address .address {
  margin-bottom: 25px; }

.expert-info .expert-bloc.expert-num .title:before {
  background-image: url(../images/icone-phone.svg); }

.expert-info .expert-bloc.expert-num .button {
  height: auto;
  padding: 15px 50px;
  color: #0492D4;
  font-size: 13px;
  line-height: initial;
  text-align: center;
  text-transform: uppercase; }

.expert-info .expert-bloc.expert-horaires .title:before {
  background-image: url(../images/icone-horaires.svg); }

.expert-info .expert-bloc.expert-produit-compl li {
  color: #626262;
  font-size: 14px;
  line-height: 25px; }

.expert-info .expert-bloc.expert-produit-compl li:before {
  display: inline;
  width: 1em;
  margin-right: 10px;
  margin-left: -1em;
  color: #C1D82F;
  content: '•'; }

.expert-info .expert-bloc.expert-presentation .title h2 {
  font-size: 40px;
  line-height: 50px; }

.expert-info .expert-bloc.expert-presentation .presentation {
  color: #626262;
  font-size: 20px;
  line-height: 35px;
  text-align: left !important; }

.expert-info .expert-bloc.expert-presentation .presentation * {
  color: #626262;
  font-size: 20px;
  line-height: 35px;
  text-align: left !important; }

.expert-info .expert-bloc.expert-presentation .presentation p {
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 35px; }

.expert-info .expert-bloc.expert-promo {
  text-align: center; }

.expert-info .expert-bloc.expert-promo a {
  text-decoration: none; }

.expert-info .expert-bloc.expert-promo .promo-date {
  display: block;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #C1D82F; }

.expert-info .expert-bloc.expert-promo .button {
  float: none;
  height: auto;
  padding: 15px 55px;
  font-size: 13px;
  line-height: initial;
  text-transform: uppercase; }

.expert-info .expert-bloc.expert-config {
  background-image: url(../images/configurateur.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1/1.1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  -webkit-transition: ease .25s;
  -o-transition: ease .25s;
  transition: ease .25s;
  padding: 70px 50px 50px; }

.expert-info .expert-bloc.expert-config .title h2 {
  font-size: 35px;
  padding-right: 50px;
  line-height: 1.1; }

.expert-info .expert-bloc.expert-config a {
  background-color: white;
  border-radius: 50px;
  padding: 5px 25px 0 14px;
  line-height: 50px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
  font-size: 18px;
  color: #ED3124; }

.expert-info .expert-bloc.expert-config a img {
  height: 46px;
  float: left;
  margin-right: 5px;
  margin-top: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0; }

.expert-info .expert-bloc.expert-config a span {
  font-weight: 900;
  text-transform: uppercase; }

.expert-info .expert-bloc.expert-config a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.expert-info .expert-bloc.expert-config a:hover {
  background-color: #ED3124;
  color: white; }

.expert-info .expert-bloc.expert-config a:hover img {
  mix-blend-mode: color-dodge;
  -webkit-filter: invert(100);
  filter: invert(100); }

@media (max-width: 440px) {
  .expert-info .expert-bloc.expert-config {
    padding: calc(50px * (var(--vw) / 440)) calc(45px * (var(--vw) / 440)) calc(50px * (var(--vw) / 440)); }
  .expert-info .expert-bloc.expert-config .title h2 {
    font-size: calc(33px * (var(--vw) / 440)); }
  .expert-info .expert-bloc.expert-config a {
    padding: calc(5px * (var(--vw) / 440)) calc(25px * (var(--vw) / 440)) 0 calc(14px * (var(--vw) / 440));
    line-height: calc(50px * (var(--vw) / 440));
    height: calc(60px * (var(--vw) / 440));
    font-size: calc(18px * (var(--vw) / 440));
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  .expert-info .expert-bloc.expert-config a img {
    height: calc(46px * (var(--vw) / 440));
    margin-right: calc(5px * (var(--vw) / 440));
    margin-top: calc(4px * (var(--vw) / 440)); } }

@media (max-width: 1440px) and (min-width: 1077px) {
  .expert-info .expert-bloc.expert-config {
    padding: calc(50px * (var(--vw) / 1440)) calc(45px * (var(--vw) / 1440)) calc(50px * (var(--vw) / 1440)); }
  .expert-info .expert-bloc.expert-config .title h2 {
    font-size: calc(33px * (var(--vw) / 1440)); }
  .expert-info .expert-bloc.expert-config a {
    padding: calc(5px * (var(--vw) / 1440)) calc(25px * (var(--vw) / 1440)) 0 calc(14px * (var(--vw) / 1440));
    line-height: calc(50px * (var(--vw) / 1440));
    height: calc(60px * (var(--vw) / 1440));
    font-size: calc(18px * (var(--vw) / 1440));
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  .expert-info .expert-bloc.expert-config a img {
    height: calc(46px * (var(--vw) / 1440));
    margin-right: calc(5px * (var(--vw) / 1440));
    margin-top: calc(4px * (var(--vw) / 1440)); } }

.expert-info .expert-bloc.expert-conseil.card {
  float: left;
  width: 100%;
  margin: 8px 0;
  clear: both;
  background-color: #fff; }

.expert-info .expert-bloc.expert-conseil.card a {
  text-decoration: none; }

.expert-info .expert-bloc.expert-conseil.card .card-text {
  padding: 30px 0; }

.expert-info .expert-bloc.expert-certif .title:before {
  background-image: url(../images/icone-certification.svg); }

.expert-info .expert-bloc.expert-certif li {
  display: inline-block;
  float: left;
  height: 65px;
  margin: 8px; }

.expert-info .expert-bloc.expert-certif li img {
  width: auto;
  height: 100%; }

.expert-info .expert-bloc.expert-dvi {
  text-align: center; }

.expert-info .expert-bloc.expert-dvi img {
  width: 100px;
  margin-bottom: 25px; }

.expert-info .expert-bloc.expert-dvi h3 {
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  text-align: center; }

.expert-info .expert-bloc.expert-dvi p {
  font-size: 14px;
  line-height: 25px;
  text-align: center !important;
  text-transform: uppercase; }

.expert-info .expert-bloc.expert-dvi p strong {
  font-size: 15px;
  font-weight: 500; }

.expert-info .expert-bloc.expert-dvi .button {
  float: none;
  height: auto;
  padding: 15px 55px;
  margin-top: 50px;
  color: #0492D4;
  font-size: 13px;
  line-height: initial;
  text-transform: uppercase; }

.expert-info .expert-bloc.product-kline .title h2 {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 65px; }

.expert-info .expert-bloc.expert-avis-verifies .wrapper-title {
  float: left;
  width: 100%;
  clear: both; }

.expert-info .expert-bloc.expert-avis-verifies .title {
  float: left;
  width: calc(50% - 16px);
  margin-right: 16px; }

.expert-info .expert-bloc.expert-avis-verifies .title h1 {
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 30px; }

.expert-info .expert-bloc.expert-avis-verifies .title .wrapper-stars p {
  color: #262626;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 35px; }

.expert-info .expert-bloc.expert-avis-verifies .title h2 .subtitle {
  color: #626262;
  font-family: "Playfair Display", serif;
  font-size: 20px; }

.expert-info .expert-bloc.expert-avis-verifies .logo {
  float: left;
  width: calc(50% - 16px); }

.expert-info .expert-bloc.expert-avis-verifies .logo img {
  float: right;
  width: 70%; }

.expert-info .expert-bloc.expert-avis-verifies .wrapper-reviews {
  float: left;
  width: 100%;
  margin: 25px 0;
  clear: both; }

.expert-info .expert-bloc.expert-avis-verifies .wrapper-reviews .expert-review {
  display: none;
  float: left;
  width: 100%;
  padding: 25px 0;
  clear: both;
  border-bottom: 1px solid #EAEAEA; }

.expert-info .expert-bloc.expert-avis-verifies .wrapper-reviews .expert-review .wrapper-stars {
  margin-top: 0; }

.expert-info .expert-bloc.expert-avis-verifies .wrapper-reviews .expert-review .reviews p {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  line-height: 30px; }

.expert-info .expert-bloc.expert-avis-verifies .wrapper-reviews .expert-review .publication p {
  margin-top: 10px;
  font-size: 13px; }

.expert-info .expert-bloc.expert-avis-verifies .load {
  float: left;
  width: 50%; }

.expert-info .expert-bloc.expert-avis-verifies .load a {
  height: auto;
  padding: 15px 55px;
  font-size: 14px;
  line-height: initial;
  text-transform: uppercase; }

.expert-info .expert-bloc.expert-avis-verifies .source {
  float: left;
  width: 50%;
  font-size: 13px; }

.expert-info .expert-bloc.expert-avis-verifies .source p {
  text-align: right !important; }

.expert-info .expert-bloc.expert-realisations {
  /*.wrapper-realisations {
			  display: flex;
					 flex-direction: row;
					 flex-wrap: wrap;
			}
			.expert-realisation {
			  float: left;
			  width: calc(50% - 16px);
			  margin-right: 16px;
			  margin-bottom: 16px;
			  @media all and (max-width: 1076px ) {
				float: left;
				clear: bottom;
				width: 100%;
				margin-right: 0;
			  }

			  &:nth-child(even) {
				margin-right: 0;
			  }
			}*/ }

@supports ((-moz-column-count: 2) or (column-count: 2)) {
  .expert-info .expert-bloc.expert-realisations .wrapper-realisations {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px; } }

@supports not ((-moz-column-count: 2) or (column-count: 2)) {
  .expert-info .expert-bloc.expert-realisations .wrapper-realisations .expert-realisation {
    width: 100%;
    float: left;
    clear: both; } }

@media all and (max-width: 540px) {
  .expert-info .expert-bloc.expert-realisations .wrapper-realisations {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }

.expert-info .expert-bloc.expert-realisations .wrapper-realisations .expert-realisation {
  display: inline-block;
  margin-bottom: 16px; }

.expert-info .form-row .delete {
  cursor: pointer; }

.expert-info .form-row .delete label input[type="checkbox"] {
  width: auto;
  float: none; }

.expert-info .form-row .delete:hover .label {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.expert-info .form-row .delete:hover .label:hover {
  text-decoration: underline; }

.expert-single-devis .main-header {
  display: none; }

.expert-single-devis .expert-devis-head {
  margin: 50px 0; }

@media all and (max-width: 540px) {
  .expert-single-devis .expert-devis-head {
    margin: 25px 0; } }

.expert-single-devis .expert-devis-head--link {
  text-align: left; }

@media all and (max-width: 540px) {
  .expert-single-devis .expert-devis-head--link {
    margin-bottom: 33px; } }

.expert-single-devis .expert-devis-head--link a {
  position: relative;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase; }

@media all and (max-width: 745px) {
  .expert-single-devis .expert-devis-head--link a {
    display: block;
    margin-left: 40px; } }

.expert-single-devis .expert-devis-head--link a:before {
  position: absolute;
  left: -40px;
  display: inline;
  width: 20px;
  height: 20px;
  content: '';
  background-image: url(../images/larr.svg);
  background-repeat: no-repeat; }

.expert-single-devis .expert-devis-head--logo {
  text-align: center; }

.expert-single-devis .expert-devis-head--logo img {
  width: 200px; }

.expert-single-devis .wrapper-devis-explain {
  margin-bottom: 25px; }

.expert-single-devis .wrapper-devis-explain p {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  line-height: 25px; }

.expert-single-devis .wrapper-expert-devis .nf-field-label {
  display: none; }

.expert-single-devis .wrapper-expert-devis .rgpd .nf-field-label {
  display: inline; }

.expert-single-devis .wrapper-expert-devis .button span {
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.expert-single-devis .wrapper-expert-devis .button:hover span {
  color: #0492D4;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.expert-single-devis .footer-garantie, .expert-single-devis .main-footer, .expert-single-devis .popin-tat, .expert-single-rappel .footer-garantie, .expert-single-rappel .main-footer, .expert-single-rappel .popin-tat {
  display: none; }

.expert-single-devis .wrapper-title, .expert-single-rappel .wrapper-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #EAEAEA; }

.expert-single-devis .wrapper-devis-explain, .expert-single-rappel .wrapper-devis-explain {
  margin-bottom: -10px; }

.expert-single-devis .expert-bloc, .expert-single-rappel .expert-bloc {
  margin-bottom: 55px; }

.wrapper-hour th {
  padding: 10px 5px;
  font-size: 13px;
  color: #626262; }

.wrapper-hour td {
  font-size: 13px;
  padding: 5px;
  border-bottom: 1px solid #F3F3F3;
  color: #626262;
  vertical-align: middle; }

.wrapper-hour td[scope="row"] {
  text-align: left;
  color: #262626; }

.wrapper-hour td.separator {
  padding: 0; }

.page .page-header {
  position: relative;
  float: left;
  width: 100%;
  clear: both; }

.page .page-header .page-head {
  position: relative;
  z-index: 5;
  margin: 50px 0; }

.page .page-header .page-head.white p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px; }

.page .page-header .page-head.white p * {
  color: #fff; }

.page .page-header .page-head .section-title {
  margin-bottom: 25px; }

.page .page-header .page-cover {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: calc(100% + 100px);
  overflow: hidden;
  background-color: #262626; }

.page .page-header .page-cover img {
  width: 100%;
  height: 100%;
  opacity: .7;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page .page-header .page-cover img {
    height: auto; } }

@media all and (max-width: 745px) {
  .new-container {
    width: calc(100% + 50px);
    padding: 0 25px !important;
    margin-bottom: 25px;
    margin-left: -25px; } }

.last-post .wrapper-last-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  margin: 90px 0 0 0;
  clear: both; }

@media all and (max-width: 745px) {
  .last-post .wrapper-last-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 25px 0 50px; } }

.last-post .wrapper-last-post .last-post--img img {
  width: calc(100% + (16px / 2));
  height: 100%;
  margin-left: calc(16px / 2 - 16px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

@media all and (max-width: 745px) {
  .last-post .wrapper-last-post .last-post--img img {
    width: calc(100% + (16px)); } }

@media all and (max-width: 745px) {
  .last-post .wrapper-last-post .last-post--img {
    width: 100%; } }

.last-post .wrapper-last-post .last-post--text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 390px;
  padding: 35px; }

@media all and (max-width: 745px) {
  .last-post .wrapper-last-post .last-post--text {
    width: 100%; } }

.last-post .wrapper-last-post .last-post--text .post-title {
  margin-top: auto;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 30px; }

.last-post .wrapper-last-post .last-post--text .post-title a {
  text-decoration: none; }

.last-post .wrapper-last-post .last-post--text .button {
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: auto;
  padding: 17px 35px;
  margin-top: auto;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: initial;
  text-transform: uppercase; }

.last-post .wrapper-last-post .last-post--text .post-meta {
  margin: 0;
  margin-top: auto;
  border-bottom: 0; }

@media all and (max-width: 745px) {
  .container-avantages-list .page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.list-post-container {
  float: left;
  margin-top: 90px; }

.list-post-category {
  float: left;
  margin: 10px 0 0px 0; }

.list-post-category li {
  display: inline-block;
  float: left;
  margin: 8px 8px 8px 0; }

.list-post-category li:last-child {
  margin-right: 0; }

.post-pagination {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  float: left;
  margin-top: auto; }

.post-pagination .pagination {
  float: right;
  margin-top: 25px; }

.post-pagination .pagination li {
  display: inline-block;
  float: left;
  margin: 8px 8px 8px 0; }

.post-pagination .pagination li:last-child {
  margin-right: 0; }

.post-pagination .pagination li.disabled {
  opacity: .5; }

.nav-post-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px; }

.list-post-container .list-post-wrapper {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 90px;
  clear: both; }

@media all and (max-width: 745px) {
  .list-post-container .list-post-wrapper {
    margin-bottom: 25px; } }

.news-sticked {
  float: left;
  margin-top: 100px;
  margin-bottom: 150px;
  clear: both; }

@media all and (max-width: 745px) {
  .news-sticked {
    margin-top: 0;
    margin-bottom: 50px; } }

.news-sticked .section-small-title {
  margin-bottom: 25px; }

#data-post {
  position: relative;
  float: left;
  width: 100%;
  min-height: calc((265px * 4) + (8px * 2 * 4) + 90px);
  clear: both; }

#data-post .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3; }

#data-post .loader-phantom {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%; }

@media all and (max-width: 1456px) {
  .videos .col-card {
    width: calc(100% / 3); } }

@media all and (max-width: 1076px) {
  .videos .col-card {
    width: calc((100% / 12) * 6); } }

@media all and (max-width: 745px) {
  .videos .col-card {
    width: 100%; } }

.videos .col-card:first-child {
  padding-left: 0; }

.videos .col-card:last-child {
  padding-right: 0; }

.videos #data-post {
  min-height: 0px; }

.page-content h2:not(.card-title) {
  font-family: Playfair Display, serif;
  margin: 0 0 50px;
  padding-bottom: 25px;
  position: relative;
  width: 100%;
  display: inline-block; }

.page-content h2:not(.card-title) > strong {
  font-family: Playfair Display, serif; }

.page-content h2:not(.card-title)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 75px;
  border-bottom: solid 5px #C1D82F; }

.page-content h2.card-title {
  font-size: 25px;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
  margin-bottom: 50px; }

.page-content--avantage.p-2-column-width p + h2:not(.card-title),
.page-content--avantage.p-2-column-width ol + h2:not(.card-title),
.page-content--avantage.p-2-column-width ul + h2:not(.card-title) {
  padding-top: 0;
  margin: 50px 0; }

.page-content--avantage.p-2-column-width p + h2:not(.card-title):before,
.page-content--avantage.p-2-column-width ol + h2:not(.card-title):before,
.page-content--avantage.p-2-column-width ul + h2:not(.card-title):before {
  display: none; }

.page-content ul + h2:not(.card-title),
.page-content ol + h2:not(.card-title),
.page-content p + h2:not(.card-title) {
  margin: 150px 0 50px;
  padding-top: 75px; }

.page-content ul + h2:not(.card-title)::before,
.page-content ol + h2:not(.card-title)::before,
.page-content p + h2:not(.card-title)::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 25px;
  width: 100vw;
  background-color: #F3F3F3; }

.page-content a.hid {
  color: currentColor;
  border-bottom: solid 1px transparent;
  text-decoration: none; }

.page-content a.hid:hover {
  color: #0492D4;
  border-bottom-color: currentColor; }

.page-content .card-content {
  font-size: 14px; }

.home {
  /*  .cover-covid {
      .content {
        bottom: 27%;
        @media all and (max-width: 1456px ) {
                top: 50px;
                bottom: auto;
              }
        @media all and (max-width: 1076px ) {
          top: 25px;
          bottom: auto;
        }
        @media all and (max-width: 540px ) {
          margin-top: 25px;
              }



      }
      .first-cover {
        background-color: #096693;
      }
    }*/ }

.home .col-first-content.home-covid:before {
  position: absolute;
  left: calc(-100vw + 10px);
  display: inline-block;
  width: 100vw;
  height: 100%;
  content: '';
  background-color: #096693; }

@media all and (max-width: 745px) {
  .home .col-first-content.home-covid:before {
    display: none; } }

@media all and (max-width: 1076px) {
  .home .col-first-content.home-covid {
    width: calc(100% + (50px * 2));
    padding: 0; } }

@media all and (max-width: 745px) {
  .home .col-first-content.home-covid {
    width: calc(100% + (20px * 2));
    height: 100vh;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px; } }

.home .col-first-content.home-covid .content {
  position: absolute;
  top: 50%;
  padding: 0 20px;
  -webkit-transform: translate(0, -65%);
  -ms-transform: translate(0, -65%);
  transform: translate(0, -65%); }

@media all and (max-width: 1076px) {
  .home .col-first-content.home-covid .content {
    padding: 0 50px; } }

@media all and (max-width: 745px) {
  .home .col-first-content.home-covid .content {
    padding: 0 20px; } }

.home .col-first-content.home-covid .content .normal {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px; }

.home .col-first-content.home-covid .content .normal .small {
  margin-bottom: 26px;
  display: inline-block; }

@media all and (max-width: 1300px) {
  .home .col-first-content.home-covid .content .normal {
    font-size: 20px;
    line-height: 35px; } }

.home .col-first-content.home-covid .content h1 {
  position: static; }

@media all and (max-width: 745px) {
  .home .col-first-content.home-covid .content h1 {
    padding: 0; } }

.home .col-first-content.home-covid .content .title-covid {
  position: static;
  margin-bottom: 50px;
  font-family: "Playfair Display", serif;
  font-size: 60px;
  line-height: 65px; }

@media all and (max-width: 1300px) {
  .home .col-first-content.home-covid .content .title-covid {
    margin-bottom: 25px;
    font-size: 45px;
    line-height: 50px; } }

@media all and (max-width: 745px) {
  .home .col-first-content.home-covid .content .title-covid {
    font-size: 35px;
    line-height: 40px; } }

.home .col-first-content.home-covid .img {
  width: 100%;
  height: 100%; }

.home .col-first-content.home-covid .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.ope-covid .expert-header {
  padding-top: 50px; }

@media all and (max-width: 1076px) {
  .ope-covid .expert-header {
    margin-top: 100px; } }

.ope-covid .expert-header .expert-header--wrapper-content {
  height: auto; }

.ope-covid .expert-header .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media all and (max-width: 1076px) {
  .ope-covid .expert-header .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.ope-covid .ope-header--content h1 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px; }

.ope-covid .ope-header--content .title-covid {
  margin: 25px 0 45px;
  font-size: 65px;
  line-height: 75px; }

.ope-covid .head-illu img {
  width: 100%; }

@media all and (max-width: 1076px) {
  .ope-covid .head-illu {
    margin-top: 50px; } }

@media all and (max-width: 540px) {
  .ope-covid .head-illu {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; } }

.ope-covid .etapes .etape {
  text-align: center; }

@media all and (max-width: 1076px) {
  .ope-covid .etapes .etape {
    width: 50%; } }

@media all and (max-width: 540px) {
  .ope-covid .etapes .etape {
    width: 100%; } }

.ope-covid .etapes .etape img {
  width: 70%;
  height: auto; }

@media all and (max-width: 1076px) {
  .ope-covid .etapes .etape img {
    width: 50%; } }

.ope-covid .etapes .etape .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px; }

.ope-covid .etapes .etape .text .number {
  margin-right: 16px;
  font-family: "Playfair Display", serif;
  font-size: 40px; }

.ope-covid .etapes .etape .text p {
  text-align: left;
  font-size: 18px;
  line-height: 1.3; }

.ope-covid .etapes .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0; }

@media all and (max-width: 540px) {
  .ope-covid .covid-qa .col-6 {
    margin-bottom: 25px; } }

.ope-covid .case-item {
  margin-top: 100px; }

.ope-covid .case-item .case-illu {
  height: 350px; }

.ope-covid .case-item .case-illu img {
  width: 100%;
  max-height: 300px; }

.ope-covid .case-item .case-item-list {
  margin-top: 25px; }

.ope-covid .case-item .case-item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 25px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ope-covid .case-item .case-item-list li {
    display: inline-block; } }

.ope-covid .case-item .case-item-list li .case-item-list--illu {
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 16px; }

.ope-covid .case-item .case-item-list li .case-item-list--illu img {
  width: inherit; }

.ope-covid .case-item .case-item-list li p {
  font-size: 14px;
  line-height: 25px;
  color: #626262; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ope-covid .case-item .case-item-list li p {
    display: inline-block;
    float: left;
    width: calc(100% - 75px - 16px); } }

.ope-configurateur .post-header {
  position: relative; }

.ope-configurateur .post-header .post-cover-text {
  position: relative;
  z-index: 1;
  padding: 180px 0 220px;
  margin-bottom: 100px; }

@media all and (max-width: 1076px) {
  .ope-configurateur .post-header .post-cover-text {
    margin: 0 !important;
    padding: 152px 0 160px; } }

.ope-configurateur .post-header .post-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover; }

.ope-configurateur .post-header .post-cover img {
  -o-object-position: right;
  object-position: right; }

.ope-configurateur .config-intro {
  margin-bottom: 32px;
  padding-top: 80px;
  padding-bottom: 80px; }

@media all and (max-width: 540px) {
  .ope-configurateur .config-intro {
    font-size: 16px;
    padding: 32px; } }

.ope-configurateur .config-intro__text {
  line-height: 1.7;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  width: 85%; }

@media all and (max-width: 540px) {
  .ope-configurateur .config-intro__text {
    font-size: 16px;
    width: 100%; } }

@media all and (max-width: 540px) {
  .ope-configurateur .last-post .bloc-post {
    margin: 0 !important; } }

@media all and (max-width: 540px) {
  .ope-configurateur .last-post .button {
    margin-top: 20px !important;
    padding: 17px 15px !important; } }

.ope-configurateur .page-section {
  float: left;
  width: 100%;
  margin: 50px 0;
  clear: both; }

.ope-configurateur .page-section.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ope-configurateur .etapes__title {
  font-size: 40px;
  margin: 0 auto 80px;
  font-family: "Playfair Display", serif;
  text-align: center; }

.ope-configurateur .etapes .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px; }

.ope-configurateur .etapes__one {
  width: calc(25% - 16px); }

@media all and (max-width: 1024px) {
  .ope-configurateur .etapes__one {
    width: calc(50% - 16px); } }

@media all and (max-width: 540px) {
  .ope-configurateur .etapes__one {
    width: 100%; } }

.ope-configurateur .etapes__cta {
  float: left;
  clear: both;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 56px; }

.ope-configurateur .etapes__cta a {
  text-transform: uppercase;
  line-height: 1; }

.ope-configurateur .etape {
  margin: 0; }

@media all and (max-width: 1024px) {
  .ope-configurateur .etape {
    margin: 0 auto 56px; } }

.ope-configurateur .etape:last-child {
  margin: 0 auto; }

.ope-configurateur .etape__picto {
  display: table;
  margin: 0 auto 24px;
  max-width: 144px; }

@media all and (max-width: 1024px) {
  .ope-configurateur .etape__picto {
    margin: 0 auto 16px; } }

.ope-configurateur .etape__number {
  font-size: 60px;
  font-family: "Playfair Display", serif;
  margin: 0 auto 24px;
  text-align: center; }

.ope-configurateur .etape__text {
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
  font-family: "Playfair Display", serif; }

.ope-configurateur .samples .sample {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  margin: 50px 0;
  clear: both; }

@media all and (max-width: 1456px) {
  .ope-configurateur .samples .sample {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media all and (max-width: 745px) {
  .ope-configurateur .samples .sample {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 25px 0; } }

@media all and (max-width: 1456px) {
  .ope-configurateur .samples .sample .col-7 {
    width: 50%; } }

@media all and (max-width: 745px) {
  .ope-configurateur .samples .sample .col-7 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; } }

.ope-configurateur .samples .sample .col-7 img {
  width: 100%;
  height: auto; }

@media all and (max-width: 1456px) {
  .ope-configurateur .samples .sample .col-4 {
    width: 50%; } }

@media all and (max-width: 745px) {
  .ope-configurateur .samples .sample .col-4 {
    width: 100%;
    float: left;
    clear: both; } }

.ope-configurateur .samples .sample .testimonial {
  display: block;
  float: left;
  width: 100%;
  padding: 50px 0;
  border-top: 3px solid #C1D82F;
  border-bottom: 3px solid #C1D82F; }

@media all and (max-width: 745px) {
  .ope-configurateur .samples .sample .testimonial {
    border-top: none; } }

.ope-configurateur .samples .sample .testimonial p {
  margin-bottom: 25px;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 30px; }

@media all and (max-width: 745px) {
  .ope-configurateur .samples .sample .testimonial p {
    font-size: 18px;
    line-height: 23px; } }

.ope-configurateur .samples .sample .testimonial footer {
  color: #626262;
  font-size: 14px;
  line-height: 20px; }

.ope-configurateur .footer-configurateur {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }

.ope-configurateur .footer-configurateur h2 {
  font-size: 40px;
  line-height: 50px; }

.ope-configurateur .footer-configurateur a {
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: auto; }

.ope-socotec .post-header {
  position: relative; }

.ope-socotec .post-header .post-cover-text {
  position: relative;
  z-index: 1;
  padding: 176px 0 236px;
  text-align: center; }

@media all and (max-width: 1076px) {
  .ope-socotec .post-header .post-cover-text {
    padding: 120px 0 196px; } }

@media all and (max-width: 1076px) {
  .ope-socotec .post-header .post-cover-text {
    padding: 96px 0 160px; } }

.ope-socotec .post-header .post-cover-text h1 {
  margin: 0; }

.ope-socotec .post-header .post-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover; }

.ope-socotec .post-header .post-cover img {
  -o-object-position: right;
  object-position: right; }

.ope-socotec .config-intro {
  padding-top: 80px;
  padding-bottom: 80px; }

@media all and (max-width: 540px) {
  .ope-socotec .config-intro {
    font-size: 16px;
    padding: 32px; } }

.ope-socotec .config-intro__text {
  line-height: 1.7;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  width: 85%; }

@media all and (max-width: 540px) {
  .ope-socotec .config-intro__text {
    font-size: 16px;
    width: 100%; } }

/**
 Description
 */
.socotec-desc {
  margin-top: 136px; }

@media all and (max-width: 1076px) {
  .socotec-desc {
    margin-top: 80px; } }

.socotec-desc__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 16px; }

@media all and (max-width: 540px) {
  .socotec-desc__title {
    font-size: 30px; } }

.socotec-desc__img {
  margin: 56px auto 0;
  position: relative;
  z-index: 2; }

.socotec-desc__img img {
  max-width: 100%; }

.socotec-garantie {
  padding: 216px 0 104px;
  margin-top: -160px;
  position: relative;
  z-index: 1; }

@media all and (max-width: 540px) {
  .socotec-garantie {
    padding: 216px 0 56px; } }

.socotec-garantie:before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100vw;
  left: calc(50% - 50vw);
  top: 0;
  bottom: 0;
  background: #fff;
  display: none; }

@media all and (max-width: 540px) {
  .socotec-garantie:before {
    display: block; } }

.socotec-garantie__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media all and (max-width: 1024px) {
  .socotec-garantie__container {
    display: block; } }

.socotec-garantie__logo {
  width: 200px;
  min-width: 200px;
  margin: 0 0 24px; }

.socotec-garantie__logo img {
  width: 100%; }

.socotec-garantie__text {
  padding-right: calc(100% / 7); }

@media all and (max-width: 1024px) {
  .socotec-garantie__text {
    padding: 0; } }

.socotec-garantie__title {
  font-size: 25px;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
  margin: 0 0 16px; }

.socotec-garantie__desc {
  margin: 24px 0; }

.socotec-garantie__btn.medium {
  text-transform: none;
  margin: 24px auto 0; }

.socotec-expert {
  margin-top: 112px; }

.socotec-expert__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media all and (max-width: 1076px) {
  .socotec-expert__container {
    display: block; } }

.socotec-expert__text {
  width: calc(100% / 14 * 7);
  background: #fff;
  padding: 96px calc(100% / 14) 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media all and (max-width: 1076px) {
  .socotec-expert__text {
    width: 100%;
    padding: 56px calc(100% / 7); } }

.socotec-expert__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px; }

@media all and (max-width: 540px) {
  .socotec-expert__title {
    font-size: 30px; } }

.socotec-expert__btn.medium {
  float: none;
  display: table;
  margin-top: 40px;
  text-transform: none;
  margin-bottom: 0; }

.socotec-expert__img {
  width: calc(100% / 14 * 7); }

@media all and (max-width: 1076px) {
  .socotec-expert__img {
    width: 100%; } }

.socotec-expert__img img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.socotec-criteria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 64px; }

@media all and (max-width: 745px) {
  .socotec-criteria {
    display: block; } }

.socotec-criteria__text {
  width: calc(100% / 16 * 8); }

@media all and (max-width: 745px) {
  .socotec-criteria__text {
    width: 100%; } }

.socotec-criteria__logo {
  width: calc(100% / 16 * 5); }

.socotec-criteria__logo img {
  display: block;
  max-width: 100%; }

.socotec-criteria__subtitle {
  font-size: 25px;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
  margin: 0 0 24px; }

.socotec-criteria__stepsrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px; }

.socotec-criteria__step {
  width: calc(25% - 16px); }

@media all and (max-width: 1076px) {
  .socotec-criteria__step {
    width: calc(50% - 8px); } }

@media all and (max-width: 540px) {
  .socotec-criteria__step {
    width: 100%; } }

.socotec-criteria__step[class^="col"] {
  float: none; }

.socotec-criteria__step .border {
  width: 100%; }

.socotec-label {
  margin: 112px auto; }

.socotec-label__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.socotec-label__text {
  width: calc(100% / 12 * 8);
  padding: 144px calc(100% / 16);
  background: #262626;
  color: #fff; }

.socotec-label__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 32px; }

@media all and (max-width: 540px) {
  .socotec-label__title {
    font-size: 30px; } }

.socotec-label__desc {
  line-height: 1.7;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  width: 85%; }

@media all and (max-width: 540px) {
  .socotec-label__desc {
    font-size: 16px;
    width: 100%; } }

.socotec-label__logos {
  width: calc(100% / 12 * 4);
  background: #fff; }

.row-product-list {
  margin: 15px 0; }

.products-list .row-product-list:last-child {
  margin-bottom: 90px; }

.bloc-product-list {
  position: relative; }

.bloc-product-list .text-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 550px; }

@media all and (max-width: 745px) {
  .bloc-product-list .text-content {
    min-height: auto;
    padding: 32px 16px; } }

.bloc-product-list .text-content .post-title {
  margin-bottom: 25px; }

.bloc-product-list .text-content a {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 15px;
  margin-bottom: 0; }

.bloc-product-list .img-border-less {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

@media all and (max-width: 745px) {
  .bloc-product-list .img-border-less {
    position: static;
    float: left;
    width: 100%;
    overflow: visible;
    clear: both; } }

.bloc-product-list .img-border-less img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 550px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  -o-object-fit: cover;
  object-fit: cover; }

@media all and (max-width: 745px) {
  .bloc-product-list .img-border-less img {
    position: static;
    float: left;
    width: calc(100% + 16px * 2);
    min-height: 25vh;
    margin-right: calc(-16px*2)16px;
    margin-left: calc(-16px * 2 + 16px);
    clear: both; } }

.bloc-product-list .img-border-less.left {
  left: 0; }

@media all and (max-width: 745px) {
  .bloc-product-list.revert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.bloc-reassurance-fenetre {
  float: left;
  width: 100%;
  clear: both;
  background-image: url(../images/pages/products/reassurance-fenetre.jpg);
  background-position: center;
  background-size: cover; }

.bloc-reassurance-fenetre .text {
  padding: 90px;
  margin-top: 90px;
  margin-bottom: 90px; }

.bloc-reassurance-fenetre .text p {
  margin-top: 25px; }

.bloc-reassurance-kline-content {
  margin-top: 50px; }

.bloc-reassurance-kline-content * {
  float: left;
  clear: both; }

.bloc-reassurance-kline-content .big-number, .bloc-reassurance-kline-content h3, .bloc-reassurance-kline-content .border {
  margin-bottom: 25px; }

.bloc-reassurance-certif .text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 90px; }

.bloc-reassurance-certif .logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px; }

.bloc-reassurance-findExpert {
  float: left;
  width: 100%;
  clear: both;
  background-image: url(../images/pages/products/reassurance-expert.jpg);
  background-position: top center;
  background-size: cover; }

.bloc-reassurance-findExpert .text {
  padding: 90px 0; }

.bloc-reassurance-findExpert .text a {
  display: inline-block;
  float: none;
  width: auto;
  margin: auto;
  clear: none; }

.product-single .page-header .page-head {
  margin: 100px 0; }

.product-single .page-header .page-cover {
  min-height: 400px; }

.img-product-wrapper {
  position: relative;
  float: left;
  width: 100%;
  height: 520px;
  clear: both; }

@media all and (max-width: 745px) {
  .img-product-wrapper {
    height: auto; } }

.img-product-wrapper .img-product-cover {
  position: absolute;
  top: 0;
  right: -8px;
  left: -8px;
  width: calc(100% + 16px);
  height: 520px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

@media all and (max-width: 745px) {
  .img-product-wrapper .img-product-cover {
    position: relative;
    height: auto; }
  .img-product-wrapper .img-product-cover img {
    height: auto; } }

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

.text-product-wrapper {
  float: left;
  width: 100%;
  clear: both; }

.has-label-ofg {
  position: relative; }

.has-label-ofg:after {
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 1;
  width: 135px;
  height: 150px;
  content: '';
  background-image: url(../images/certif-france.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

@media all and (max-width: 1300px) {
  .has-label-ofg:after {
    width: 10vw;
    height: 10vw; } }

@media all and (max-width: 1076px) {
  .has-label-ofg:after {
    top: -10vw;
    right: -8px;
    width: 10vw;
    height: 10vw;
    background-color: #fff;
    background-size: 65%; } }

@media all and (max-width: 1076px) {
  .has-label-ofg:after {
    top: -15vw;
    width: 15vw;
    height: 15vw; } }

.bloc-product-desc .text {
  margin-bottom: 20px; }

.bloc-product-desc .text h2 {
  margin-bottom: 25px; }

.bloc-under-img {
  position: relative; }

.bloc-under-img .img-on-bloc {
  position: relative;
  float: left;
  height: 550px;
  clear: both; }

@media all and (max-width: 745px) {
  .bloc-under-img .img-on-bloc {
    height: 25vh; } }

.bloc-under-img .img-on-bloc img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding-right: 45px;
  padding-left: 45px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

@media all and (max-width: 745px) {
  .bloc-under-img .img-on-bloc img {
    padding-right: 22.5px;
    padding-left: 22.5px; } }

.bloc-under-img .under-img-equal-width {
  width: calc(100% + 16px);
  margin-right: -8px;
  margin-left: -8px; }

.bloc-under-img .text-under-img {
  position: relative;
  float: left;
  width: calc(100% + 16px);
  padding-bottom: 90px;
  margin-top: 60px;
  margin-right: -8px;
  margin-left: -8px;
  padding-left: 0px;
  clear: both; }

@media all and (max-width: 745px) {
  .bloc-under-img .text-under-img {
    margin-top: 25px; } }

.bloc-under-img .text-under-img:before {
  position: absolute;
  top: -250px;
  z-index: 0;
  width: 100%;
  height: 250px;
  content: '';
  background-color: #fff; }

@media all and (max-width: 745px) {
  .bloc-under-img .text-under-img:before {
    top: -25vh;
    height: 25vh; } }

.slider-product-type {
  position: relative; }

.slider-product-type .row, .slider-product-type .col-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media all and (max-width: 1076px) {
  .slider-product-type .row, .slider-product-type .col-selector {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (max-width: 745px) {
  .slider-product-type .row, .slider-product-type .col-selector {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media all and (max-width: 1076px) {
  .slider-product-type .col-selector {
    width: 30%; } }

@media all and (max-width: 745px) {
  .slider-product-type .col-selector {
    width: 100%;
    margin-bottom: 25px; } }

.slider-product-type .selector {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slider-product-type .selector li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  width: auto;
  min-width: 20%;
  padding: 10px 0;
  margin-top: 15px;
  color: #262626;
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  cursor: pointer; }

@media all and (max-width: 745px) {
  .slider-product-type .selector li {
    margin-top: 15px; } }

.slider-product-type .selector li:hover {
  min-width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  color: #0492D4; }

.slider-product-type .selector li:hover:after {
  width: calc(100% + 16px);
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); }

@media all and (max-width: 745px) {
  .slider-product-type .selector li:hover:after {
    width: 100%; } }

.slider-product-type .selector li:after {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 7;
  width: 100%;
  content: '';
  border-bottom: 2px solid #262626;
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slider-product-type .selector li:after {
    border-bottom: 0; } }

.slider-product-type .selector li.open {
  color: #0492D4; }

.slider-product-type .selector li.open:after {
  width: calc(180px + 90px);
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); }

@media all and (max-width: 745px) {
  .slider-product-type .selector li.open:after {
    width: 100%; } }

.slider-product-type .slide-product-img {
  position: relative;
  height: 550px;
  overflow: hidden; }

@media all and (max-width: 1076px) {
  .slider-product-type .slide-product-img {
    width: 70%;
    min-height: 550px; } }

@media all and (max-width: 745px) {
  .slider-product-type .slide-product-img {
    width: 100%;
    height: auto;
    min-height: 50vh; } }

.slider-product-type .slide-product-img img {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  opacity: 0;
  visibility: hidden; }

.slider-product-type .slide-product-img img.open {
  height: 100%;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  visibility: visible; }

@media all and (max-width: 745px) {
  .slider-product-type .slide-product-img img.open {
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; } }

.slider-product-type .slide-product-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  height: auto;
  /*overflow: hidden;*/
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

@media all and (max-width: 1076px) {
  .slider-product-type .slide-product-text {
    position: relative;
    float: left;
    width: 100%;
    min-height: 250px;
    clear: both; } }

@media all and (max-width: 745px) {
  .slider-product-type .slide-product-text {
    height: auto;
    min-height: auto; } }

.slider-product-type .slide-product-text .slider-content-select {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 6;
  height: auto;
  padding: 45px;
  background-color: #fff;
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  opacity: 0;
  visibility: hidden; }

.slider-product-type .slide-product-text .slider-content-select p {
  margin-top: 15px; }

@media all and (max-width: 745px) {
  .slider-product-type .slide-product-text .slider-content-select {
    position: static;
    display: none;
    width: 100%;
    padding: 16px; } }

.slider-product-type .slide-product-text .slider-content-select.open {
  height: auto;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  visibility: visible; }

@media all and (max-width: 745px) {
  .slider-product-type .slide-product-text .slider-content-select.open {
    display: block; } }

.slider-product-type-seo {
  position: relative; }

.slider-product-type-seo .row, .slider-product-type-seo .col-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media all and (max-width: 1076px) {
  .slider-product-type-seo .row, .slider-product-type-seo .col-selector {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (max-width: 745px) {
  .slider-product-type-seo .row, .slider-product-type-seo .col-selector {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media all and (max-width: 1076px) {
  .slider-product-type-seo .col-selector {
    width: 30%; } }

@media all and (max-width: 745px) {
  .slider-product-type-seo .col-selector {
    width: 100%;
    margin-bottom: 25px; } }

.slider-product-type-seo .selector {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slider-product-type-seo .selector li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  width: auto;
  min-width: 20%;
  padding: 10px 0;
  margin-top: 15px;
  color: #262626;
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  cursor: pointer; }

@media all and (max-width: 745px) {
  .slider-product-type-seo .selector li {
    margin-top: 15px; } }

.slider-product-type-seo .selector li:hover {
  min-width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  color: #0492D4; }

.slider-product-type-seo .selector li:hover:after {
  width: calc(100% + 16px);
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); }

@media all and (max-width: 745px) {
  .slider-product-type-seo .selector li:hover:after {
    width: 100%; } }

.slider-product-type-seo .selector li:after {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 7;
  width: 100%;
  content: '';
  border-bottom: 2px solid #262626;
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slider-product-type-seo .selector li:after {
    border-bottom: 0; } }

.slider-product-type-seo .selector li.open {
  color: #0492D4; }

.slider-product-type-seo .selector li.open:after {
  width: calc(180px + 90px);
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); }

@media all and (max-width: 745px) {
  .slider-product-type-seo .selector li.open:after {
    width: 100%; } }

.slider-product-type-seo .slide-product-img {
  position: relative;
  height: 550px;
  overflow: hidden; }

@media all and (max-width: 1076px) {
  .slider-product-type-seo .slide-product-img {
    width: 70%;
    min-height: 550px; } }

@media all and (max-width: 745px) {
  .slider-product-type-seo .slide-product-img {
    width: 100%;
    height: auto;
    min-height: 50vh; } }

.slider-product-type-seo .slide-product-img img {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  opacity: 0;
  visibility: hidden; }

.slider-product-type-seo .slide-product-img img.open {
  height: 100%;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  visibility: visible; }

@media all and (max-width: 745px) {
  .slider-product-type-seo .slide-product-img img.open {
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; } }

.slider-product-type-seo .slide-product-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  height: auto;
  /*overflow: hidden;*/
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

@media all and (max-width: 1076px) {
  .slider-product-type-seo .slide-product-text {
    position: relative;
    float: left;
    width: 100%;
    min-height: 250px;
    clear: both; } }

@media all and (max-width: 745px) {
  .slider-product-type-seo .slide-product-text {
    height: auto;
    min-height: auto; } }

.slider-product-type-seo .slide-product-text .slider-content-select {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 6;
  height: auto;
  padding: 45px;
  background-color: #fff;
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  opacity: 0;
  visibility: hidden; }

.slider-product-type-seo .slide-product-text .slider-content-select p {
  margin-top: 15px; }

@media all and (max-width: 745px) {
  .slider-product-type-seo .slide-product-text .slider-content-select {
    position: static;
    display: none;
    width: 100%;
    padding: 16px; } }

.slider-product-type-seo .slide-product-text .slider-content-select.open {
  height: auto;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  visibility: visible; }

@media all and (max-width: 745px) {
  .slider-product-type-seo .slide-product-text .slider-content-select.open {
    display: block; } }

.wrapper-product {
  margin: 50px 0 0; }

.wrapper-product.slick-slider {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.wrapper-product.slick-slider .slick-list {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.wrapper-product.slick-slider .slick-arrow {
  right: 0;
  bottom: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  z-index: 1;
  width: 90px;
  padding: 10px 15px;
  margin: 20px 8px;
  color: transparent;
  background-color: #fff;
  background-image: url(../images/rarr-long-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  border: 1px solid #0492D4;
  cursor: pointer; }

.wrapper-product.slick-slider .slick-arrow:focus {
  outline: none; }

.wrapper-product.slick-slider .slick-arrow.slick-prev {
  left: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  background-image: url(../images/larr-long-blue.svg); }

.bloc-smart-home .logo {
  text-align: center; }

.bloc-smart-home .logo img {
  width: 50%; }

.product-single * {
  -webkit-transition: height 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: height 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: height 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.product-slider-color {
  height: auto;
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); }

.product-slider-color .color-group {
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); }

.product-slider-color .color-group .group-title {
  width: calc(100% + 16px);
  margin-right: -8px;
  margin-left: -8px; }

.product-slider-color .color-group .group-title h3 {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  opacity: 0;
  visibility: hidden; }

.product-slider-color .color-group .group-title h3.active {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  visibility: visible; }

.product-slider-color .color-group .color-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 32px);
  margin-right: -16px;
  margin-left: -16px; }

@media all and (max-width: 1456px) {
  .product-slider-color .color-group .color-wrapper {
    margin-right: -16px;
    margin-left: -16px; } }

.product-slider-color .color-group .color-wrapper .product-color {
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  opacity: 0;
  visibility: hidden; }

@media all and (max-width: 1456px) {
  .product-slider-color .color-group .color-wrapper .product-color {
    width: calc((100% / 5)); } }

@media all and (max-width: 1076px) {
  .product-slider-color .color-group .color-wrapper .product-color {
    width: calc((100% / 3));
    height: auto; } }

.product-slider-color .color-group .color-wrapper .product-color img {
  float: left;
  width: 100%;
  clear: both;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  opacity: 0; }

.product-slider-color .color-group .color-wrapper .product-color p {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  width: 100%;
  padding-top: 25px;
  margin-bottom: 16px;
  clear: both;
  color: #626262;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  opacity: 0; }

.product-slider-color .color-group .color-wrapper .product-color p:before {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 1px;
  height: 0px;
  content: '';
  background-color: #262626;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  opacity: 0; }

.product-slider-color .color-group .color-wrapper .product-color.active {
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  visibility: visible; }

.product-slider-color .color-group .color-wrapper .product-color.active img {
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1; }

.product-slider-color .color-group .color-wrapper .product-color.active p {
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1; }

.product-slider-color .color-group .color-wrapper .product-color.active p:before {
  height: 50px;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1; }

.product-slider-color .color-group .color-wrapper .product-color.active:after {
  display: none; }

.item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 0; }

@media all and (max-width: 745px) {
  .item-icon {
    width: 100%; } }

.item-icon .icon {
  width: 30%;
  text-align: center; }

.item-icon .content {
  width: 60%; }

.border-top {
  position: relative; }

.border-top:before {
  position: absolute;
  right: -8px;
  left: -8px;
  content: '';
  border-top: 1px solid #F3F3F3; }

.reseau-etapes .row-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.reseau-etapes .row-wrap [class^="col"]:first-child {
  margin-left: auto; }

.reseau-etapes .row-wrap.col-12 [class^="col"] {
  -webkit-box-flex: 33.33%;
  -ms-flex: 33.33%;
  flex: 33.33%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

@media all and (max-width: 745px) {
  .reseau-etapes .row-wrap.col-12 [class^="col"] {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%; } }

@media all and (max-width: 540px) {
  .reseau-etapes .row-wrap.col-12 [class^="col"] {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%; } }

.reseau-etapes ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  list-style: none; }

.reseau-etapes ul li:before {
  display: inline-block;
  content: '•'; }

.border-right {
  position: relative; }

.border-right:after {
  position: absolute;
  top: 0px;
  right: -8px;
  bottom: 0px;
  content: '';
  border-right: 1px solid #F3F3F3; }

@media all and (max-width: 745px) {
  .border-right:after {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    content: '';
    border-right: none;
    border-bottom: 1px solid #F3F3F3; } }

.about .bloc-product-desc .origin-label .has-label-ofg {
  position: absolute;
  z-index: 10;
  top: -200px;
  right: 30px; }

@media all and (max-width: 745px) {
  .about .bloc-product-desc .origin-label .has-label-ofg {
    top: -20vw;
    right: 0px; } }

.grid-chiffre {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  padding: 0 !important;
  background-color: #F3F3F3;
  grid-gap: 1px; }

.grid-chiffre .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 25px;
  background-color: white; }

.bloc-reassurance-certif .logo {
  position: relative;
  display: block; }

.bloc-reassurance-certif .logo .certif-logo {
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 25px;
  text-align: center; }

.bloc-reassurance-certif .logo .certif-logo:first-child:after {
  position: absolute;
  right: 0;
  left: 0;
  padding-bottom: 25px;
  content: '';
  border-bottom: 1px solid #F3F3F3; }

.bloc-reassurance-certif .logo .certif-logo img {
  max-height: 85px; }

.img-full-height {
  position: relative;
  overflow: hidden;
  height: 100%; }

.img-full-height img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%; }

@media all and (max-width: 1076px) {
  .img-full-height img {
    position: static; } }

.origin-label {
  position: relative; }

.origin-label .has-label-ofg {
  position: absolute;
  z-index: 10;
  top: -250px;
  right: 0; }

@media all and (max-width: 1076px) {
  .origin-label .has-label-ofg {
    top: -250px; } }

@media all and (max-width: 745px) {
  .origin-label .has-label-ofg {
    top: -10vw;
    right: 0px; } }

@media all and (max-width: 1076px) {
  .origin-label .has-label-ofg:after {
    top: 0;
    right: 0;
    width: 10vw;
    height: 10vw; } }

@media all and (max-width: 745px) {
  .origin-label .has-label-ofg:after {
    right: 0; } }

.collapsible {
  border-top: 5px solid black !important;
  font-family: "Playfair Display", serif;
  background-color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px; }

.collapsible:after {
  content: "⌃";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: black;
  font-size: 20px;
  font-weight: bold;
  float: right;
  margin-left: 5px; }

.active:after {
  content: "\2212"; }

.content-collapse {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }

.page-ope .bloc-white-seo {
  margin-bottom: 100px; }

.bloc-vitrage-presentation > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.col-image-seo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.seo-slide-image {
  position: sticky !important;
  top: 7em; }

.slider-devis {
  width: 100%;
  margin: 0 auto; }

.slider-devis .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slider-devis .slide .seo-slide-image {
  width: -webkit-fill-available; }

.slider-devis .slide .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.slider-devis .slide .section-title {
  margin-bottom: 30px; }

.slider-devis .slide .grid-devis-seo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  padding: 0 !important;
  grid-gap: 10px; }

.slider-devis .slide .grid-devis-seo .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 20px 0px; }

.slider-devis .slide .grid-devis-seo .grid-item .top-bar-item-devis {
  height: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.slider-devis .slide .grid-devis-seo .grid-item .devis-text-slide-title {
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 0px; }

.slider-devis .slide .grid-devis-seo .grid-item .strong {
  font-weight: 600;
  margin-bottom: 10px; }

.slider-devis .slide .grid-devis-seo .grid-item .top-barre-item {
  background-color: #0492D4;
  height: 4px;
  top: -7px;
  position: relative;
  margin-right: 9px; }

.text-under-img-cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.text-under-img-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.btn-mt {
  margin-top: auto; }

@media screen and (min-width: 782px) {
  .col-image-seo {
    margin-top: 50px; }
  .slick-list {
    overflow: inherit; } }

@media screen and (max-width: 768px) {
  .slider-devis .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.step-3__header {
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
  line-height: 1.4;
  width: 100%; }

@media screen and (min-width: 768px) {
  .step-3__header {
    padding: 56px 0;
    width: 80%; } }

@media screen and (min-width: 1200px) {
  .step-3__header {
    width: 50%; } }

@media screen and (min-width: 768px) {
  .step-3__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px; } }

@media screen and (min-width: 1200px) {
  .step-3__row {
    gap: 104px; } }

.step-3__expert {
  width: 100%; }

@media screen and (min-width: 768px) {
  .step-3__expert {
    width: 50%; } }

.step-3__form {
  width: 100%; }

@media screen and (min-width: 768px) {
  .step-3__form {
    width: 50%; } }

.devis-expert {
  border: 1px solid #CACACA;
  width: 100%; }

.devis-expert__thumb {
  position: relative;
  width: 100%;
  height: 280px;
  clear: both; }

@media screen and (min-width: 768px) {
  .devis-expert__thumb {
    height: 400px; } }

.devis-expert__thumb img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center; }

.devis-expert__txt {
  padding: 32px;
  position: relative;
  border-top: 1px solid #CACACA;
  text-align: left; }

.devis-expert__title {
  width: calc(100% - 72px);
  font-size: 20px;
  margin: 0 0 16px;
  font-family: "Playfair Display", serif; }

@media screen and (min-width: 1200px) {
  .devis-expert__title {
    width: calc(100% - 96px); } }

.devis-expert__address {
  width: calc(100% - 72px);
  line-height: 1.4; }

@media screen and (min-width: 1200px) {
  .devis-expert__address {
    width: calc(100% - 96px); } }

.devis-expert__20 {
  position: absolute;
  top: 40px;
  right: 32px;
  width: 64px; }

@media screen and (min-width: 1200px) {
  .devis-expert__20 {
    width: 80px; } }

.devis-expert__20 img {
  max-width: 100%; }

.devis-expert .wrapper-av {
  margin-top: 40px;
  position: relative; }

.devis-expert .wrapper-av:before {
  content: '';
  position: absolute;
  top: -8px;
  height: 1px;
  background: #CACACA;
  left: 0;
  right: 0; }

.devis-expert .wrapper-av .small {
  line-height: 40px; }

.devis-expert .wrapper-stars {
  margin: 0; }

.devis-recap {
  margin-top: 32px; }

@media screen and (min-width: 768px) {
  .devis-recap {
    margin-top: 0;
    padding-top: 16px; } }

.devis-recap__content > *:last-child {
  margin-bottom: 0; }

.devis-recap__one {
  margin: 0 0 48px; }

.devis-recap__form {
  margin: 32px 0;
  padding: 24px 0 12px;
  border-top: 2px solid #0492D4;
  border-bottom: 2px solid #0492D4; }

.devis-recap__form .form-row, .devis-recap__form label {
  margin-bottom: 0; }

.devis-recap .form-group.nf-field-container:not(#nf-field-43-container):not(#nf-field-27-container) {
  display: none; }

@media screen and (min-width: 1024px) {
  .devis-recap__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.devis-recap .nf-after-form-content {
  position: absolute; }

.devis-recap-one {
  position: relative;
  padding-left: 56px; }

.devis-recap-one__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0492D4;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -14px; }

.devis-recap-one__label {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #0492D4;
  margin: 0 0 8px; }

.devis-recap-one__info {
  font-size: 14px;
  line-height: 1.4; }

.step-3-footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px; }

.step-3-footer__col .nf-field-container {
  margin: 0; }

.bold {
  font-weight: bold; }

.bloc-title {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 25px; }

.container-experts-list .pb-0 {
  padding-bottom: 0; }

.container-experts-list .alpha-search {
  margin-bottom: 25px;
  max-width: 100%; }

.container-experts-list .alpha-search .wrapper-input {
  max-width: calc(100% - 50px); }

.container-experts-list .alpha-search label {
  width: 250px;
  max-width: 100%; }

.container-experts-list .alpha-search input[type="text"] {
  margin: 10px 25px 10px 0;
  border-color: #ccc;
  width: 250px;
  max-width: calc(100% - 20px); }

.container-experts-list .alpha-search button {
  background: none;
  border: 0;
  border-bottom: solid 2px #0492D4;
  color: #0492D4;
  height: 75px;
  width: auto; }

.container-experts-list .media-list {
  gap: 20px; }

.container-experts-list .media-list .card-bordered {
  padding: 25px;
  border: solid 1px #F3F3F3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(25% - 15px); }

@media all and (max-width: 1076px) {
  .container-experts-list .media-list .card-bordered {
    width: calc((100% / 3) - 15px); } }

@media all and (max-width: 745px) {
  .container-experts-list .media-list .card-bordered {
    width: calc(50% - 15px); } }

@media all and (max-width: 540px) {
  .container-experts-list .media-list .card-bordered {
    width: 100%; } }

.container-experts-list .media-list .card-bordered .media {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.container-experts-list .media-list .card-bordered .media-img {
  width: 200px;
  max-height: 100px;
  max-width: 100%;
  margin: auto; }

.container-experts-list .media-list .card-bordered .media-img img {
  max-height: 100px;
  margin: auto;
  max-width: 100%;
  width: auto; }

.container-experts-list .media-list .card-bordered .button-outline-nav {
  margin: 25px auto 0;
  height: 40px; }

.container-experts-list .media-list .card-bordered .button-outline-nav:hover {
  background-color: #0492D4; }

.container-experts-list .media-list .card-bordered .card-body {
  padding-top: 25px;
  line-height: 1.5;
  font-size: 14px;
  color: #262626; }

.container-experts-list .media-list .card-bordered .card-body small {
  font-size: 12px;
  color: #626262; }

.container-experts-list .alpha-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: calc((100% - (13 * 50px)) / 13);
  max-width: 900px;
  margin: auto; }

@media all and (max-width: 1076px) {
  .container-experts-list .alpha-pagination {
    gap: 10px;
    max-width: 900px; } }

.container-experts-list .alpha-pagination .page-item {
  margin-bottom: 20px;
  width: 50px; }

@media all and (max-width: 1076px) {
  .container-experts-list .alpha-pagination .page-item {
    margin-bottom: 0; } }

.container-experts-list .alpha-pagination .page-item .page-link {
  display: block;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  color: #0492D4;
  border: solid 1px #0492D4;
  background-color: #fff; }

.container-experts-list .alpha-pagination .page-item .page-link:hover {
  background-color: #626262;
  color: #fff; }

.container-experts-list .alpha-pagination .page-item.active .page-link {
  background-color: #0492D4;
  color: #fff; }

.container-find-expert .subtitle {
  font-size: 40px;
  line-height: 1.125;
  font-family: "Playfair Display", serif;
  margin-bottom: 50px; }

@media all and (max-width: 745px) {
  .container-find-expert .subtitle {
    font-size: 30px; } }

.container-find-expert .normal h2 {
  font-size: 40px;
  line-height: 1.125;
  font-family: "Playfair Display", serif;
  margin-bottom: 50px; }

@media all and (max-width: 745px) {
  .container-find-expert .normal h2 {
    font-size: 30px; } }

.container-find-expert__btn {
  margin-top: 48px; }

.container-find-expert .form-inline-expert {
  gap: 20px;
  padding: 50px 0; }

@media all and (max-width: 745px) {
  .container-find-expert .form-inline-expert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.container-find-expert .form-inline-expert .form-group {
  gap: 10px; }

.container-find-expert .form-inline-expert .form-group [for="search-address"] {
  color: #626262; }

.container-find-expert .form-inline-expert .form-group #search-address {
  width: 250px; }

.container-find-expert .form-inline-expert button {
  -ms-flex-item-align: end;
  align-self: flex-end; }

@media all and (max-width: 745px) {
  .container-find-expert .form-inline-expert button {
    -ms-flex-item-align: center;
    align-self: center;
    width: 250px; } }

.container-find-expert .map-wrapper {
  width: 100%;
  margin-bottom: 25px;
  aspect-ratio: 16/9; }

.container-find-expert .searched {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 50px; }

@media all and (max-width: 745px) {
  .container-find-expert .searched {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.container-find-expert .searched .map-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  margin-bottom: 5px; }

@media all and (max-width: 745px) {
  .container-find-expert .searched .map-wrapper {
    width: 100%;
    border: solid 1px #979797;
    aspect-ratio: 1; } }

.container-find-expert .searched .experts-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%; }

@media all and (max-width: 745px) {
  .container-find-expert .searched .experts-block {
    width: 100%; } }

.container-find-expert .searched .experts-block hr.blue {
  border-bottom-color: #0492D4;
  border-top-width: 0;
  margin: 20px 0; }

.container-find-expert .searched .experts-block ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.container-find-expert .searched .experts-block ul li {
  margin: 5px 0 5px 0;
  position: relative;
  background-color: #EAEAEA;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.container-find-expert .searched .experts-block ul li:hover {
  background-color: #F3F3F3; }

.container-find-expert .searched .experts-block ul li:hover .media-image {
  border-color: #EAEAEA; }

@media all and (max-width: 1024px) {
  .container-find-expert .searched .experts-block ul li > .media-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.container-find-expert .searched .experts-block ul li .media-counter {
  color: #fff;
  background: #0492D4;
  height: 22px;
  width: 22px;
  border-radius: 22px;
  line-height: 22px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -2.5px;
  left: -5px;
  -webkit-transform: translate(-25%, -25%);
  -ms-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%); }

.container-find-expert .searched .experts-block ul li .media-image {
  border: solid 1px #979797;
  background-color: #fff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

@media all and (max-width: 1024px) {
  .container-find-expert .searched .experts-block ul li .media-image {
    display: none; } }

.container-find-expert .searched .experts-block ul li .media-image img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center; }

.container-find-expert .searched .experts-block ul li .media-content {
  padding: 20px 30px; }

@media all and (max-width: 1300px) {
  .container-find-expert .searched .experts-block ul li .media-content {
    padding: 20px 10px; } }

.container-find-expert .searched .experts-block ul li .media-content .media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  font-size: 12px;
  pointer-events: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.container-find-expert .searched .experts-block ul li .media-content .media-body h4 {
  font-size: 14px;
  text-transform: uppercase; }

.container-find-expert .searched .experts-block ul li .media-content .media-body .wrapper-stars {
  margin: 0 auto 5px;
  height: 20px; }

.container-find-expert .searched .experts-block ul li .media-content .media-body .wrapper-stars .stars .icon {
  margin-top: 0;
  margin-bottom: 0; }

.container-find-expert .searched .experts-block ul li .media-content .media-body a {
  color: #0492D4;
  text-decoration: underline;
  pointer-events: all; }

.container-find-expert .searched .experts-block ul li .media-content .media-body a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.container-find-expert .searched .experts-block ul li .media-content .media-body .config-btn {
  margin-top: 8px; }

.container-find-expert .searched .experts-block ul li .media-labels {
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

@media all and (max-width: 1024px) {
  .container-find-expert .searched .experts-block ul li .media-labels {
    padding: 0 25px 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.container-find-expert .searched .experts-block ul li .media-labels > * {
  max-height: 40px; }

.container-find-expert .all-experts-wrapper {
  margin-bottom: 200px;
  position: relative;
  z-index: 1; }

.container-find-expert .letter {
  margin-top: 50px;
  margin-bottom: 25px;
  background-image: -o-linear-gradient(left, #262626 calc(50% - 60px), transparent calc(50% - 60px), transparent calc(50% + 60px), #262626 calc(50% + 60px));
  background-image: linear-gradient(to right, #262626 calc(50% - 60px), transparent calc(50% - 60px), transparent calc(50% + 60px), #262626 calc(50% + 60px));
  background-size: 100% 1px;
  background-position: center;
  background-repeat: no-repeat; }

.container-find-expert .toggle-list-experts {
  display: none; }

@media all and (max-width: 745px) {
  .container-find-expert .toggle-list-experts {
    display: table;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media all and (max-width: 745px) {
  .container-find-expert .list-expert-wrapper:not(.opened) {
    height: 50px;
    overflow: hidden; } }

.container-find-expert .list-expert {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 50px; }

@media all and (max-width: 1300px) {
  .container-find-expert .list-expert {
    grid-template-columns: repeat(2, 1fr); } }

@media all and (max-width: 1076px) {
  .container-find-expert .list-expert {
    grid-template-columns: repeat(1, 1fr); } }

.container-find-expert .list-expert:last-child {
  margin-bottom: 0; }

.container-find-expert .list-expert .all-expert-single {
  position: relative;
  background: white;
  padding: 35px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  height: 100%;
  margin: 0; }

.container-find-expert .list-expert .all-expert-single h4 {
  text-transform: uppercase;
  margin: 0; }

.container-find-expert .list-expert .all-expert-single .avisverifies {
  pointer-events: none; }

.container-find-expert .list-expert .all-expert-single .avisverifies .wrapper-stars {
  margin: 0;
  height: auto; }

.container-find-expert .list-expert .all-expert-single .avisverifies .wrapper-stars .stars {
  height: 25px; }

.container-find-expert .list-expert .all-expert-single .avisverifies .wrapper-stars .icon {
  margin-top: 0;
  margin-bottom: 0; }

.container-find-expert .list-expert .all-expert-single .all-expert-single--coord {
  color: #626262; }

.container-find-expert .list-expert .all-expert-single .all-expert-single--link a {
  color: #0492D4;
  text-decoration: underline; }

.container-find-expert .list-expert .all-expert-single .all-expert-single--link a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.container-find-expert .list-expert .all-expert-single .all-expert-single--labels {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px; }

@media all and (max-width: 745px) {
  .container-find-expert .list-expert .all-expert-single .all-expert-single--labels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.container-find-expert .list-expert .all-expert-single .all-expert-single--labels img {
  max-height: 40px; }

.container-find-expert .nav-list-experts {
  position: sticky;
  top: 150px;
  margin-top: 120px;
  margin-bottom: 200px; }

@media all and (max-width: 745px) {
  .container-find-expert .nav-list-experts {
    left: 0;
    top: 110px; } }

.container-find-expert .nav-list-experts ul {
  height: calc(100vh - 180px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media all and (max-width: 1024px) {
  .container-find-expert .nav-list-experts ul {
    height: calc(100vh - 120px); } }

.container-find-expert .nav-list-experts ul li {
  text-align: center; }

.container-find-expert .nav-list-experts ul li a {
  text-decoration: none;
  display: inline-block;
  position: relative; }

.container-find-expert .nav-list-experts ul li a:hover {
  color: #0492D4; }

.container-find-expert .nav-list-experts ul li a:focus, .container-find-expert .nav-list-experts ul li a:active {
  color: #0492D4; }

.container-find-expert .nav-list-experts ul li a:focus::after, .container-find-expert .nav-list-experts ul li a:active::after {
  content: '';
  position: absolute;
  top: 75%;
  left: 0;
  height: 50%;
  width: 100%;
  border-bottom: solid 1px currentColor;
  -webkit-transform: translateY(75%);
  -ms-transform: translateY(75%);
  transform: translateY(75%); }

.container-find-expert .config-btn {
  border-radius: 50px;
  border: solid 2px #ED3124;
  padding: 1px 10px 0 7px;
  line-height: calc(28px * .9);
  font-size: calc(12px * .9);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
  color: #ED3124 !important; }

.container-find-expert .config-btn img {
  height: calc(20px * .9);
  float: left;
  margin-right: calc(5px * .9);
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0; }

.container-find-expert .config-btn span {
  font-weight: 900;
  text-transform: uppercase; }

.container-find-expert .config-btn:hover {
  background-color: #ED3124;
  color: white !important; }

.container-find-expert .config-btn:hover img {
  mix-blend-mode: color-dodge;
  -webkit-filter: invert(100);
  filter: invert(100); }

.list-mediaYearbook {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

@media all and (max-width: 1076px) {
  .list-mediaYearbook {
    display: block; } }

.list-mediaTools {
  clear: both; }

.list-mediaTools .media-body a[href] {
  color: #0492D4; }

.list-mediaTools .media-body a[type="button"] {
  color: #0492D4;
  text-decoration: underline;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.list-mediaTools .media-body a[type="button"]::after {
  content: '⬀'; }

.list-mediaTools .media-body a[type="button"]:hover {
  text-decoration: none; }

.list-mediaTools > li {
  padding: 20px;
  background: #EAEAEA;
  line-height: 1.5; }

.list-mediaTools > li + li {
  margin-top: 20px; }

.list-mediaTools > li .media-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }

.list-mediaTools > li .media-tools > div:first-child {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.list-mediaTools > li .media-tools > div:not(:first-child) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.list-mediaTools > li .media-tools > div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.list-mediaTools > li .media-tools > div a.blue {
  text-decoration: underline; }

.list-mediaTools > li .media-tools > div a.blue:hover {
  text-decoration: none; }

.list-mediaTools > li .media-tools > div img {
  max-width: 100%; }

.section-question {
  width: 100%;
  background: #F3F3F3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  padding: 120px 50px; }

.section-question h2 {
  font-size: 40px;
  line-height: 1.125;
  font-family: "Playfair Display", serif;
  margin-bottom: 50px; }

.m-ban-promo {
  background: #0492D4;
  padding: 48px 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 96px;
  margin-top: 40px; }

@media all and (max-width: 1076px) {
  .m-ban-promo {
    gap: 48px;
    padding: 48px; } }

@media all and (max-width: 745px) {
  .m-ban-promo {
    display: block;
    position: relative;
    padding: 112px 24px 32px; } }

.m-ban-promo__img {
  width: 50%; }

@media all and (max-width: 745px) {
  .m-ban-promo__img {
    width: 100%;
    margin-bottom: 24px; } }

.m-ban-promo__img img {
  max-width: 100%; }

.m-ban-promo__txt {
  width: 50%; }

@media all and (max-width: 745px) {
  .m-ban-promo__txt {
    width: 100%; } }

.m-ban-promo__date {
  margin: 0 auto 24px;
  background: #C1D82F;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  padding: 8px 40px;
  display: table; }

@media all and (max-width: 745px) {
  .m-ban-promo__date {
    position: absolute;
    top: 32px;
    left: 24px;
    right: 24px; } }

.m-ban-promo__desc {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  text-align: center; }

@media all and (max-width: 745px) {
  .m-ban-promo__desc {
    font-size: 20px; } }

.m-ban-promo__btn {
  display: table;
  margin: 24px auto;
  float: none; }

.m-ban-promo__mentions {
  display: table;
  margin: 0 auto; }

.head-devis {
  float: left;
  clear: both;
  width: 100%; }

.head-devis .surnav {
  position: relative;
  display: block;
  width: 100%;
  height: 30px; }

.head-devis .logo {
  float: left; }

@media all and (max-width: 540px) {
  .head-devis .logo {
    float: none;
    width: 150px;
    margin: auto; } }

@media all and (max-width: 540px) {
  .head-devis .logo img {
    width: 100%; } }

.head-devis .nav {
  float: left;
  clear: both;
  width: 100%;
  padding: 25px 30px;
  border-bottom: 1px solid rgba(98, 98, 98, 0.5); }

@media all and (max-width: 540px) {
  .head-devis .nav {
    padding: 25px 20px; } }

.head-devis .nav .devis-nav {
  float: left;
  counter-reset: step; }

@media all and (max-width: 745px) {
  .head-devis .nav .devis-nav {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 20px; } }

.head-devis .nav .devis-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

@media all and (max-width: 540px) {
  .head-devis .nav .devis-nav ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; } }

.head-devis .nav .devis-nav ul .nav-step:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 5px;
  content: counter(step) " ";
  counter-increment: step;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 43px;
  color: #0492D4;
  border-radius: 48px;
  background-color: #F3F3F3; }

@media all and (max-width: 1076px) {
  .head-devis .nav .devis-nav ul .nav-step:before {
    float: none;
    margin: auto; } }

.head-devis .nav .devis-nav ul .nav-step.active:before {
  color: #fff;
  background-color: #0492D4; }

@media all and (max-width: 540px) {
  .head-devis .nav .devis-nav ul .nav-step.active p {
    display: block; } }

.head-devis .nav .devis-nav ul .nav-step p {
  float: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #0492D4; }

@media all and (max-width: 1076px) {
  .head-devis .nav .devis-nav ul .nav-step p {
    clear: both;
    text-align: center; } }

@media all and (max-width: 540px) {
  .head-devis .nav .devis-nav ul .nav-step p {
    display: none; } }

.head-devis .nav .devis-nav ul .sep {
  position: relative;
  height: 48px; }

@media all and (max-width: 1076px) {
  .head-devis .nav .devis-nav ul .sep {
    display: none; } }

.head-devis .nav .devis-nav ul .sep .separator {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #0492D4;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.wraper-devis {
  float: left;
  clear: both;
  width: 100%; }

.step {
  min-height: calc(100vh - 135px); }

.step .section-title {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 45px; }

.step .step-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: calc(100vh - 135px);
  padding-top: 5vh;
  text-align: center; }

@media all and (max-width: 745px) {
  .step .step-info {
    float: left;
    clear: both;
    width: 100%;
    min-height: auto;
    padding: 25px 0;
    padding-top: 20px; } }

.step .step-info:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -45px;
  left: -50vw;
  width: auto;
  height: 200vh;
  content: '';
  background-color: #F3F3F3; }

@media all and (max-width: 745px) {
  .step .step-info:before {
    bottom: 0;
    height: auto; } }

.step .step-info p {
  margin-bottom: 20px;
  line-height: 20px; }

.step .step-info .step-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 330px; }

.step .step-info .step-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.step .step-info .map-block {
  float: left;
  clear: both;
  width: 100%;
  height: auto; }

.col-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media all and (max-width: 745px) {
  .col-form {
    float: left;
    clear: both;
    width: 100%;
    min-height: auto;
    padding-top: 20px; } }

.col-form input {
  padding: 10px 20px;
  font-weight: normal;
  color: #626262; }

.col-form input:focus {
  color: #262626; }

.col-form input.input-small {
  padding: 10px; }

.col-form input.input-small + span + span {
  right: 10px; }

.col-form input.input-small + span:after {
  right: 10px; }

.col-form label, .col-form .label {
  font-size: 14px;
  font-weight: 700;
  color: #626262; }

.col-form textarea {
  padding: 10px 20px;
  color: #626262; }

.col-form .wrap {
  padding: 0 8px; }

.col-form .wrap .label {
  float: left;
  clear: both;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%; }

.col-form .wrap .inline {
  display: inline-block;
  float: left; }

.wraper-devis .col-form {
  min-height: calc(100vh - 155px);
  margin-top: 15px;
  padding-top: 5vh; }

.row-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.input {
  position: relative;
  float: left;
  clear: both;
  width: 100%; }

@media all and (max-width: 540px) {
  .input {
    margin-bottom: 10px; } }

.input .form-error {
  color: #ED3124;
  background-color: rgba(237, 49, 36, 0.2); }

.input span.valid {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 20px;
  display: none;
  width: 15px;
  height: 11px;
  content: '';
  background-image: url("../images/check-valid.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.input span.error {
  display: none;
  float: left;
  clear: both;
  margin-top: 10px;
  font-size: 12px;
  line-height: 13px;
  color: #ED3124; }

.input span.error:after {
  position: absolute;
  z-index: 5;
  top: 30px;
  right: 20px;
  width: 15px;
  height: 11px;
  content: '';
  background-image: url("../images/check-invalid.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(0, -150%);
  -ms-transform: translate(0, -150%);
  transform: translate(0, -150%); }

.input span.alerte {
  display: none;
  float: left;
  clear: both;
  margin-top: 10px;
  font-size: 12px;
  line-height: 13px;
  color: #ff8d00; }

.form-control-radio.form-error {
  color: #ED3124;
  background-color: rgba(237, 49, 36, 0.2);
  margin-top: 25px;
  padding: 25px;
  position: relative;
  width: 100%; }

.form-control-radio.form-error span.error {
  display: none;
  float: left;
  clear: both;
  margin-top: 10px;
  font-size: 12px;
  line-height: 13px;
  color: #ED3124;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%; }

.form-control-radio.form-error span.error:after {
  position: absolute;
  z-index: 5;
  top: 15px;
  right: 0px;
  width: 15px;
  height: 11px;
  content: '';
  background-image: url("../images/check-invalid.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(0, -150%);
  -ms-transform: translate(0, -150%);
  transform: translate(0, -150%); }

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

.wrap .flex-break {
  width: 100%; }

.form-row .inline {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 0; }

.form-row .inline label {
  display: inline-block;
  clear: none;
  width: auto;
  margin-bottom: 0; }

.form-row .inline input {
  display: inline-block;
  clear: none;
  width: auto; }

.form-row .inline.input-checkbox label {
  margin-left: 0; }

.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: calc(100vh - 155px);
  background-color: #fff; }

.map-sidebar .info-sidebar {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px; }

.map-sidebar .info-sidebar .sidebar-title {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #0492D4; }

.map-sidebar .info-sidebar .small {
  line-height: 20px; }

.list-media {
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #0492D4; }

.list-media .expert-selection {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer; }

.list-media .expert-selection:last-child {
  margin-bottom: 0; }

.list-media .expert-selection:hover {
  outline: 3px solid #C1D82F; }

.list-media .expert-selection.expert-selected {
  position: relative;
  outline: 3px solid #C1D82F; }

.list-media .expert-selection.expert-selected:before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: '';
  background-image: url(../images/expert-selected.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.list-media .expert-selection .media-thumb {
  position: absolute;
  top: 0;
  right: 0;
  float: left;
  width: 130px;
  height: 100%;
  border: 1px solid #F3F3F3;
  background-color: #fff; }

@media all and (max-width: 540px) {
  .list-media .expert-selection .media-thumb {
    width: 60px; } }

.list-media .expert-selection .media-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  margin: 0 10%;
  -o-object-fit: contain;
  object-fit: contain; }

.list-media .expert-selection .media-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 130px);
  min-height: 130px;
  padding: 15px 20px; }

@media all and (max-width: 540px) {
  .list-media .expert-selection .media-content {
    width: calc(100% - 60px); } }

.list-media .expert-selection .media-content .media-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #262626; }

.list-media .expert-selection .media-content .wrapper-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media all and (max-width: 540px) {
  .list-media .expert-selection .media-content .wrapper-media-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.list-media .expert-selection .media-content .wrapper-media-text .media-address {
  display: inline-block;
  width: calc(100% - 91px - 20px);
  font-size: 10px;
  line-height: 15px;
  color: #626262; }

@media all and (max-width: 540px) {
  .list-media .expert-selection .media-content .wrapper-media-text .media-address {
    width: 100%; } }

.list-media .expert-selection .media-content .media-garantie {
  margin: 10px 0; }

.list-media .expert-selection .media-content .media-av {
  float: left;
  clear: both;
  width: 100%;
  margin-top: auto;
  border-top: 1px solid rgba(98, 98, 98, 0.5); }

.list-media .expert-selection .media-content .media-av .wrapper-stars {
  margin: auto; }

.nf-after-form-content {
  visibility: hidden; }

.wrapper-cta {
  position: relative;
  float: left;
  clear: both;
  margin-top: 10px; }

.wrapper-cta .nav-prev {
  float: left; }

.wrapper-cta .nav-left {
  float: right; }

/*
.step-3 {
  text-align: center;
}*/
.step-3 .bloc-small-bottom {
  padding-bottom: 50px; }

.step-3 .cta-finish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  clear: both;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.step-3 .cta-finish a {
  margin-bottom: 0; }

.step-3 .bloc-post .post-meta ul:first-child {
  margin-bottom: auto; }

.nf-d-none {
  display: none;
  visibility: hidden;
  height: 0;
  opacity: 0; }

.wraper-devis {
  overflow: hidden; }

.wraper-devis .container {
  position: relative; }

.wraper-devis .container .return {
  position: absolute;
  z-index: 1;
  top: 10vh;
  right: 0;
  cursor: pointer; }

@media all and (max-width: 745px) {
  .wraper-devis .container .return {
    display: none; } }

.notification {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  padding: 25px 0; }

.notification.alert {
  color: #fff;
  background-color: #ED3124; }

.notification.blue {
  color: #fff;
  background-color: #0492D4; }

.notification.white {
  color: #0492D4;
  background-color: #fff; }

.notification.green {
  color: #fff;
  background-color: #C1D82F; }

.notification p {
  font-size: 14px; }

.rapid-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.rapid-access .button {
  height: 100%; }

.wrapper-download-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flag {
  display: inline-block;
  margin: 0 5px;
  padding: 2px 6px;
  font-size: 14px;
  color: #0492D4 !important;
  border: 1px solid #0492D4;
  border-radius: 3px;
  background-color: rgba(4, 146, 212, 0.1); }

.flag.green {
  color: #C1D82F !important;
  border: 1px solid #C1D82F;
  background-color: rgba(193, 216, 47, 0.1); }

.flag.red {
  color: #ED3124 !important;
  border: 1px solid #ED3124;
  background-color: rgba(237, 49, 36, 0.1); }

.list-bloc {
  height: 200px; }

.list-bloc .fixed-height {
  overflow-y: scroll;
  height: 200px; }

.list-bloc .dashboard-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 5px);
  margin-right: 5px;
  margin-bottom: 4px;
  padding-bottom: 2px;
  font-size: 14px;
  color: #626262;
  border-bottom: 1px solid #EAEAEA; }

.list-bloc .dashboard-list .list-item .value {
  color: #626262; }

.modify a {
  text-decoration: none; }

.modify a .label {
  color: #626262; }

.modify a:hover .label {
  color: #0492D4; }

.modify a svg {
  color: #626262; }

.is-valid i {
  color: #C1D82F; }

.is-valid svg {
  color: #C1D82F; }

.not-valid i {
  color: #ED3124; }

.not-valid svg {
  color: #ED3124; }

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

.input-file-previewer .wrapper-image-previewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  background-color: #F3F3F3;
  -o-object-fit: contain;
  object-fit: contain; }

.input-file-previewer .wrapper-image-previewer img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center; }

.input-file-previewer .wrapper-image-previewer .icone {
  width: 50%;
  height: 50%;
  text-align: center; }

.input-file-previewer .input {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: auto; }

@media all and (max-width: 1024px) {
  .form-row--preview {
    display: none; } }

.canvas-crop {
  width: 100%;
  background-color: #ffffff;
  cursor: default;
  border: 1px solid black; }

.js-crop-trigger {
  display: none;
  cursor: pointer; }

.js-crop-trigger.is-visible {
  display: inline-block; }

.image-preview-box {
  display: none;
  text-align: center; }

.crop-trigger {
  width: 100%; }

.crop-button {
  margin: 0 auto 25px;
  float: inherit; }

.expert-hour-day .disabled {
  pointer-events: none;
  opacity: .5; }

.expert-hour-day .disabled select {
  cursor: not-allowed; }

.wrap-sup .input {
  margin-right: 8px; }

.wrap-sup .input:last-child {
  margin-right: 0; }

.cel-step-wrapper {
  position: relative;
  margin-bottom: 25px;
  pointer-events: all;
  opacity: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  min-inline-size: auto; }

.cel-step-wrapper.step-error summary {
  color: #ED3124 !important;
  background-color: rgba(237, 49, 36, 0.2) !important; }

.cel-step-wrapper .finish-step {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px; }

.cel-step-wrapper .cel-loading-message {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  text-align: left;
  color: #0492D4;
  -webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); }

.cel-step-wrapper.wait {
  pointer-events: none;
  opacity: .5; }

.cel-step-wrapper.wait .nav-cel-next:after {
  background-image: url("../images/load-white.svg"); }

.cel-step-wrapper summary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 15px 25px;
  cursor: pointer;
  color: #0492D4;
  background-color: #EAEAEA; }

.cel-step-wrapper summary .step-number {
  -ms-flex-item-align: center;
  align-self: center;
  width: 38px;
  margin-right: 25px;
  padding: 10px;
  text-align: center;
  color: #0492D4;
  border: 1px solid #0492D4;
  border-radius: 100%; }

.cel-step-wrapper summary .step-number:after {
  content: ''; }

.cel-step-wrapper summary.active {
  color: #fff;
  background-color: #0492D4; }

.cel-step-wrapper summary.active .step-number {
  color: #fff;
  border: 1px solid #fff; }

.cel-step-wrapper .nav-cel-next {
  float: right;
  text-align: right; }

.page-template-cel-form_partner {
  overflow: initial;
  height: 100%;
  min-height: 100em; }

.head-cel-nav {
  position: static;
  z-index: 100;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #EAEAEA;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

@media all and (max-width: 1076px) {
  .head-cel-nav {
    position: fixed; } }

.head-cel-nav.sticky-active {
  position: fixed;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.head-cel-nav.slide-up {
  top: -130px;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

@media all and (max-width: 1076px) {
  .head-cel-nav.slide-up {
    top: 0; } }

.head-cel-nav.slide-down {
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.wrapper-charcounter {
  position: relative; }

.wrapper-charcounter .counter {
  position: absolute;
  bottom: 1px;
  left: 1px;
  padding: 5px 7px;
  font-size: 14px;
  color: #0492D4;
  background-color: #F3F3F3;
  border: 1px solid #EAEAEA; }

.wrapper-charcounter .counter.red {
  color: #ED3124;
  border: 1px solid #ED3124;
  background-color: rgba(237, 49, 36, 0.1); }

.ms-container {
  width: 100%;
  margin-bottom: 25px;
  background: transparent url("../images/arrow-left-right.svg") no-repeat 50% 50%; }

.ms-container:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  min-height: 0;
  content: ".";
  font-size: 0;
  line-height: 0; }

.ms-container .ms-selectable, .ms-container .ms-selection {
  float: left;
  width: calc(100% / 2 - 50px);
  color: #F3F3F3;
  background: #fff; }

.ms-container .ms-selection {
  float: right; }

.ms-container .ms-list {
  position: relative;
  overflow-y: auto;
  height: 200px;
  padding: 0;
  border: 1px solid #F3F3F3;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s; }

.ms-container .ms-list.ms-focus {
  border-color: #0492D4;
  outline: 0;
  outline: thin dotted \9; }

.ms-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.ms-container .ms-optgroup-container {
  width: 100%; }

.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #626262; }

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  padding: 10px 20px;
  font-size: 14px;
  color: #626262;
  border-bottom: 1px #F3F3F3 solid; }

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background-color: #0492D4; }

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  cursor: text;
  color: #F3F3F3;
  background-color: #626262; }

.ms-caption {
  float: right; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center; }

.modal {
  display: none;
  position: relative;
  z-index: 2;
  max-width: 800px;
  text-align: left; }

.modal a.close-modal {
  display: none; }

.modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 180px 0 50px; }

@media all and (max-width: 1076px) {
  .modal-dialog {
    padding: 180px 0 140px; } }

.modal-preview-image-container {
  position: relative; }

.modal-preview-image-container .model {
  display: block;
  width: 100%; }

.modal-preview-image-container .user-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(173px, 289px);
  -ms-transform: translate(173px, 289px);
  transform: translate(173px, 289px); }

.modal-preview-image-container .user-image {
  width: 61.4px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  background-color: white; }

.modal-preview-image-container .user-image:nth-child(2) {
  margin: 0 2px; }

.modal-preview-image-container .user-image.is-image {
  background-size: cover; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 2.5rem;
  outline: 0;
  padding-top: 45px;
  padding-bottom: 45px;
  border-radius: 0; }

.modal-content .close {
  position: absolute;
  z-index: 99;
  right: 15px;
  top: calc(30px - 45px);
  opacity: 1; }

.modal-content .close svg {
  width: 50px;
  height: 50px; }

.modal-content .close svg g {
  stroke: rgba(76, 69, 69, 0.38); }

.modal-content .close svg:hover g {
  stroke: #4c4545; }

.modal-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 40px;
  border-bottom: 0 solid transparent;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem; }

.modal-header .modal-title {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-style: italic; }

.modal-header.modal-header-subbar::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 68px;
  height: 2px;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background-color: #b3d143; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 30px 40px; }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

dialog {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 25px;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

dialog:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

dialog:not([open]) {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

dialog .modal--close {
  color: #979797;
  position: absolute;
  top: 25px;
  right: 25px;
  font-weight: 700;
  font-size: 25px;
  cursor: pointer; }

dialog img {
  max-width: 100%;
  max-height: calc(100vh - 300px); }

dialog a[download]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0; }

/*# sourceMappingURL=style_V2.css.map */
