@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");*/

@font-face {
    font-family: "Roboto Condensed";  
    src: url(https://orca.eu/wp-content/themes/bootstrap-basic-child/fonts/RobotoCondensed-Regular.ttf);
    font-weight: normal;  
	font-display: swap;
}
/* line 1, ../custom-sass/_header.scss */
.home .sticky-wrapper {
  width: 100%;
  height: 70px !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99; }

/* line 9, ../custom-sass/_header.scss */
header {
  left: 0;
  height: 70px;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9;
  background: none; }
  @media only screen and (max-width: 767px) {
    /* line 9, ../custom-sass/_header.scss */
    header {
      height: 45px;
      min-height: 45px;
      background: #FFF; } }
  /* line 25, ../custom-sass/_header.scss */
  .is-sticky header {
    z-index: 99 !important;
    background: #FFF; }
    /* line 28, ../custom-sass/_header.scss */
    .admin-bar .is-sticky header {
      top: 32px !important; }
  /* line 32, ../custom-sass/_header.scss */
  header > .inner {
    width: 100%;
    overflow: hidden;
    *zoom: 1;
    margin: 0 auto;
    position: relative;
    overflow: visible; }
  /* line 40, ../custom-sass/_header.scss */
  header .main-navigation {
    width: 30%;
    float: left; }
    @media only screen and (max-width: 767px) {
      /* line 40, ../custom-sass/_header.scss */
      header .main-navigation {
        width: 35%; } }
  /* line 48, ../custom-sass/_header.scss */
  header .site-branding {
    width: 40%;
    float: left;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      /* line 48, ../custom-sass/_header.scss */
      header .site-branding {
        width: 30%; } }
  /* line 56, ../custom-sass/_header.scss */
  header .header-top-right {
    width: 30%;
    float: left;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      /* line 56, ../custom-sass/_header.scss */
      header .header-top-right {
        width: 35%; } }
    /* line 63, ../custom-sass/_header.scss */
    header .header-top-right .widget {
      float: right; }
  /* line 67, ../custom-sass/_header.scss */
  header .navbar-toggle {
    padding: 0;
    margin: 0; }

/* line 72, ../custom-sass/_header.scss */
.menu-titre {
  margin: 0 0 80px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 72px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 72px;
  color: #93ffff; }
  @media only screen and (max-width: 767px) {
    /* line 72, ../custom-sass/_header.scss */
    .menu-titre {
      font-size: 36px;
      line-height: 36px;
      margin: 0 0 40px; } }

/* line 86, ../custom-sass/_header.scss */
.widget_search {
  min-width: 81px;
  min-height: 1px; }
  @media only screen and (max-width: 767px) {
    /* line 86, ../custom-sass/_header.scss */
    .widget_search {
      min-width: 41px; } }

/* line 95, ../custom-sass/_header.scss */
.language-switcher .widget_polylang {
  margin: 20px 20px 0 0; }
  /* line 97, ../custom-sass/_header.scss */
  .language-switcher .widget_polylang .btn-group.bootstrap-select {
    width: 65px; }
    /* line 99, ../custom-sass/_header.scss */
    .language-switcher .widget_polylang .btn-group.bootstrap-select .dropdown-menu.open {
      margin: 0;
      padding: 0;
      box-shadow: none;
      border: 0; }
    /* line 110, ../custom-sass/_header.scss */
    .language-switcher .widget_polylang .btn-group.bootstrap-select .dropdown-menu > li > a:focus, .language-switcher .widget_polylang .btn-group.bootstrap-select .dropdown-menu > li > a:hover {
      background: none;
      color: #000; }
    /* line 114, ../custom-sass/_header.scss */
    .language-switcher .widget_polylang .btn-group.bootstrap-select .btn-group.open .dropdown-toggle {
      box-shadow: none; }
  /* line 118, ../custom-sass/_header.scss */
  .language-switcher .widget_polylang .btn.dropdown-toggle.btn-default {
    border: 0;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.75); }
    /* line 127, ../custom-sass/_header.scss */
    .language-switcher .widget_polylang .btn.dropdown-toggle.btn-default:hover {
      background-color: #fff; }
/* line 132, ../custom-sass/_header.scss */
.language-switcher .btn-group.bootstrap-select {
  outline: none;
  outline-offset: 0; }
/* line 136, ../custom-sass/_header.scss */
.language-switcher .btn-group.open .dropdown-toggle {
  box-shadow: none; }
/* line 139, ../custom-sass/_header.scss */
.language-switcher .btn-default:active, .language-switcher .btn-default.active, .language-switcher .open > .btn-default.dropdown-toggle {
  background: #fff; }

/* line 144, ../custom-sass/_header.scss */
.navbar {
  margin: 0; }
  /* line 146, ../custom-sass/_header.scss */
  .navbar.navbar-default {
    background: none;
    border: none;
    box-shadow: inherit; }
    /* line 151, ../custom-sass/_header.scss */
    .navbar.navbar-default .navbar-collapse.collapse, .navbar.navbar-default .navbar-collapse.collapsing {
      display: none !important;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      opacity: 0;
      -moz-opacity: 0.5;
      -webkit-opacity: 0;
      filter: alpha(opacity=0); }
      /* line 155, ../custom-sass/_header.scss */
      .navbar.navbar-default .navbar-collapse.collapse.toggled-on, .navbar.navbar-default .navbar-collapse.collapse.in, .navbar.navbar-default .navbar-collapse.collapsing.toggled-on, .navbar.navbar-default .navbar-collapse.collapsing.in {
        display: block !important;
        opacity: 1;
        -moz-opacity: 0.5;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        height: calc(100vh - 90px) !important;
        height: -webkit-calc(100vh - 90px) !important;
        height: -moz-calc(100vh - 90px) !important; }
        @media only screen and (max-width: 767px) {
          /* line 155, ../custom-sass/_header.scss */
          .navbar.navbar-default .navbar-collapse.collapse.toggled-on, .navbar.navbar-default .navbar-collapse.collapse.in, .navbar.navbar-default .navbar-collapse.collapsing.toggled-on, .navbar.navbar-default .navbar-collapse.collapsing.in {
            height: calc(100vh - 45px) !important;
            height: -webkit-calc(100vh - 45px) !important;
            height: -moz-calc(100vh - 45px) !important; } }

/* line 173, ../custom-sass/_header.scss */
.site-title {
  margin: 10px 0 0; }
  @media only screen and (max-width: 767px) {
    /* line 173, ../custom-sass/_header.scss */
    .site-title {
      margin: 0;
      text-align: center; }
      /* line 178, ../custom-sass/_header.scss */
      .site-title > .logo-orca {
        width: 73px;
        display: inline-block; } }

/* line 186, ../custom-sass/_header.scss */
.navbar .navbar-toggle {
  display: block;
  background: url('../images/sprites-sbf26d17511.png') -1996px 0;
  height: 31px;
  width: 30px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  margin: 18px 32px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  /* line 193, ../custom-sass/_header.scss */
  .navbar .navbar-toggle:hover, .navbar .navbar-toggle:active {
    background-color: transparent; }
  @media only screen and (max-width: 767px) {
    /* line 186, ../custom-sass/_header.scss */
    .navbar .navbar-toggle {
      width: 15px;
      height: 15px;
      background: url("../images/sprites/burger.png") 0 0 no-repeat transparent;
      -moz-background-size: 15px auto;
      -o-background-size: 15px auto;
      -webkit-background-size: 15px auto;
      background-size: 15px auto;
      margin: 15px 17px; } }
/* line 203, ../custom-sass/_header.scss */
.navbar .navbar-header {
  height: 70px;
  width: 95px; }
  @media only screen and (max-width: 767px) {
    /* line 203, ../custom-sass/_header.scss */
    .navbar .navbar-header {
      height: 45px;
      width: 45px; } }
/* line 211, ../custom-sass/_header.scss */
.navbar.menu-open {
  position: static; }
  /* line 213, ../custom-sass/_header.scss */
  .navbar.menu-open .navbar-header {
    background: #fff; }
  /* line 217, ../custom-sass/_header.scss */
  .navbar.menu-open .navbar-toggle {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg); }
  /* line 226, ../custom-sass/_header.scss */
  .navbar.menu-open .navbar-collapse {
    background: #fff;
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      /* line 226, ../custom-sass/_header.scss */
      .navbar.menu-open .navbar-collapse {
        top: 45px; } }
/* line 239, ../custom-sass/_header.scss */
.navbar .inside {
  padding: 0;
  max-height: calc(85vh);
  max-height: -webkit-calc(85vh);
  max-height: -moz-calc(85vh);
  overflow: hidden;
  *zoom: 1;
  overflow: auto; }
  /* line 246, ../custom-sass/_header.scss */
  .navbar .inside .inside-inner {
    padding: 120px 90px 10px;
    overflow: hidden;
    *zoom: 1; }
    @media only screen and (max-width: 767px) {
      /* line 246, ../custom-sass/_header.scss */
      .navbar .inside .inside-inner {
        padding: 30px; } }

@media only screen and (max-width: 767px) {
  /* line 257, ../custom-sass/_header.scss */
  .navbar-default .navbar-nav {
    margin: 6.25px 0; } }
/* line 261, ../custom-sass/_header.scss */
.navbar-default .navbar-nav > li {
  float: left; }
  @media only screen and (max-width: 767px) {
    /* line 261, ../custom-sass/_header.scss */
    .navbar-default .navbar-nav > li {
      margin-bottom: 15px;
      float: none; } }
  /* line 267, ../custom-sass/_header.scss */
  .navbar-default .navbar-nav > li > a {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0; }
    /* line 276, ../custom-sass/_header.scss */
    .navbar-default .navbar-nav > li > a:hover {
      color: #93ffff; }
    @media only screen and (max-width: 767px) {
      /* line 267, ../custom-sass/_header.scss */
      .navbar-default .navbar-nav > li > a {
        font-size: 15px;
        line-height: 15px; } }
/* line 286, ../custom-sass/_header.scss */
.navbar-default .navbar-nav .sub-menu a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  color: #000; }
  /* line 294, ../custom-sass/_header.scss */
  .navbar-default .navbar-nav .sub-menu a:hover {
    color: #93ffff;
    text-decoration: none; }
  @media only screen and (max-width: 767px) {
    /* line 286, ../custom-sass/_header.scss */
    .navbar-default .navbar-nav .sub-menu a {
      font-size: 12px;
      line-height: 12px; } }

/* line 305, ../custom-sass/_header.scss */
#menu-main_nav, #menu-main_nav-ru {
  width: 75%;
  overflow: hidden;
  *zoom: 1; }
  @media only screen and (max-width: 767px) {
    /* line 305, ../custom-sass/_header.scss */
    #menu-main_nav, #menu-main_nav-ru {
      margin-right: 0;
      margin-left: 0; } }
  /* line 312, ../custom-sass/_header.scss */
  #menu-main_nav > li, #menu-main_nav-ru > li {
    width: 33.333%; }
    /* line 314, ../custom-sass/_header.scss */
    #menu-main_nav > li:first-child, #menu-main_nav-ru > li:first-child {
      padding-right: 15px; }
      @media only screen and (max-width: 767px) {
        /* line 314, ../custom-sass/_header.scss */
        #menu-main_nav > li:first-child, #menu-main_nav-ru > li:first-child {
          padding-right: 0; } }
    /* line 320, ../custom-sass/_header.scss */
    #menu-main_nav > li:last-child, #menu-main_nav-ru > li:last-child {
      padding-left: 15px;
      padding-right: 15px; }
      @media only screen and (max-width: 767px) {
        /* line 320, ../custom-sass/_header.scss */
        #menu-main_nav > li:last-child, #menu-main_nav-ru > li:last-child {
          padding-left: 0;
          padding-right: 0; } }
    @media only screen and (max-width: 767px) {
      /* line 312, ../custom-sass/_header.scss */
      #menu-main_nav > li, #menu-main_nav-ru > li {
        width: 100%; } }

/* line 333, ../custom-sass/_header.scss */
#menu-right_nav {
  width: 25%; }
  @media only screen and (max-width: 767px) {
    /* line 333, ../custom-sass/_header.scss */
    #menu-right_nav {
      margin-right: 0;
      margin-left: 0;
      width: 100%; } }
  /* line 340, ../custom-sass/_header.scss */
  #menu-right_nav > li {
    float: none;
    margin-bottom: 35px; }

/* line 346, ../custom-sass/_header.scss */
.search-form {
  border-left: 3px solid #2d2d2d;
  min-height: 35px;
  margin: 18px 0 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media only screen and (max-width: 767px) {
    /* line 346, ../custom-sass/_header.scss */
    .search-form {
      margin: 7px 0 0; } }
  /* line 354, ../custom-sass/_header.scss */
  .search-form .simple-search-icon {
    display: inline-block;
    text-indent: -999px;
    overflow: hidden;
    background: url('../images/sprites-sbf26d17511.png') -1852px 0;
    height: 24px;
    width: 24px;
    height: 35px;
    vertical-align: top;
    position: absolute;
    top: 25px;
    right: 29px;
    z-index: 9;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      /* line 354, ../custom-sass/_header.scss */
      .search-form .simple-search-icon {
        top: 14px;
        right: 7px;
        background: url("../images/sprites/loop.png") 0 0 no-repeat transparent;
        -moz-background-size: 19px auto;
        -o-background-size: 19px auto;
        -webkit-background-size: 19px auto;
        background-size: 19px auto; } }
  /* line 375, ../custom-sass/_header.scss */
  .search-form .form-search {
    padding-left: 22px;
    border: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    text-align: left;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
    opacity: 0;
    -moz-opacity: 0.5;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); }
    @media only screen and (max-width: 767px) {
      /* line 375, ../custom-sass/_header.scss */
      .search-form .form-search {
        font-size: 12px;
        padding-left: 12px; } }
  /* line 390, ../custom-sass/_header.scss */
  .search-form.active {
    margin: 0; }
    /* line 392, ../custom-sass/_header.scss */
    .search-form.active .form-search {
      height: 90px;
      line-height: 90px;
      opacity: 1;
      -moz-opacity: 0.5;
      -webkit-opacity: 1;
      filter: alpha(opacity=100);
      width: 290px; }
      @media only screen and (max-width: 767px) {
        /* line 392, ../custom-sass/_header.scss */
        .search-form.active .form-search {
          height: 45px;
          line-height: 45px; } }

/* line 1, ../custom-sass/_footer.scss */
body #site-footer {
  background: #FFF;
  width: 100%;
  text-align: center;
  padding: 79px 0;
  min-height: 490px;
  border: none; }
  @media only screen and (max-width: 767px) {
    /* line 1, ../custom-sass/_footer.scss */
    body #site-footer {
      padding: 40px 0;
      min-height: 225px; } }
  /* line 12, ../custom-sass/_footer.scss */
  body #site-footer .follow-title {
    margin-bottom: 26px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      /* line 12, ../custom-sass/_footer.scss */
      body #site-footer .follow-title {
        font-size: 18px;
        margin-bottom: 14px; } }
  /* line 23, ../custom-sass/_footer.scss */
  body #site-footer .follow-us {
    margin-bottom: 92px; }
    @media only screen and (max-width: 767px) {
      /* line 23, ../custom-sass/_footer.scss */
      body #site-footer .follow-us {
        margin-bottom: 45px; } }

/* line 32, ../custom-sass/_footer.scss */
#menu-suivez_nous {
  margin-bottom: 0 0 90px;
  padding: 0; }
  /* line 35, ../custom-sass/_footer.scss */
  #menu-suivez_nous .menu-item {
    list-style: none;
    display: inline-block;
    margin: 0 34px; }
    @media only screen and (max-width: 767px) {
      /* line 35, ../custom-sass/_footer.scss */
      #menu-suivez_nous .menu-item {
        margin: 0 17px; } }
    /* line 42, ../custom-sass/_footer.scss */
    #menu-suivez_nous .menu-item a {
      text-indent: -9999px;
      overflow: hidden;
      display: block; }
  /* line 48, ../custom-sass/_footer.scss */
  #menu-suivez_nous .facebook a {
    background: url('../images/sprites-sbf26d17511.png') -2867px 0;
    height: 43px;
    width: 20px; }
    @media only screen and (max-width: 767px) {
      /* line 48, ../custom-sass/_footer.scss */
      #menu-suivez_nous .facebook a {
        background: url("../images/sprites/icon-fb.png") 0 0 no-repeat transparent;
        background-size: 100% auto;
        width: 12px;
        height: 22px; } }
    /* line 56, ../custom-sass/_footer.scss */
    #menu-suivez_nous .facebook a:hover {
      background: url('../images/sprites-sbf26d17511.png') -2892px 0;
      height: 43px;
      width: 20px; }
      @media only screen and (max-width: 767px) {
        /* line 56, ../custom-sass/_footer.scss */
        #menu-suivez_nous .facebook a:hover {
          background: url("../images/sprites/icon-fb_hover.png") 0 0 no-repeat transparent;
          background-size: 100% auto;
          width: 12px;
          height: 22px; } }
  /* line 66, ../custom-sass/_footer.scss */
  #menu-suivez_nous .twitter a {
    background: url('../images/sprites-sbf26d17511.png') -2084px 0;
    height: 37px;
    width: 44px; }
    @media only screen and (max-width: 767px) {
      /* line 66, ../custom-sass/_footer.scss */
      #menu-suivez_nous .twitter a {
        background: url("../images/sprites/icon-tw.png") 0 0 no-repeat transparent;
        background-size: 100% auto;
        width: 22px;
        height: 22px; } }
    /* line 74, ../custom-sass/_footer.scss */
    #menu-suivez_nous .twitter a:hover {
      background: url('../images/sprites-sbf26d17511.png') -2133px 0;
      height: 37px;
      width: 44px; }
      @media only screen and (max-width: 767px) {
        /* line 74, ../custom-sass/_footer.scss */
        #menu-suivez_nous .twitter a:hover {
          background: url("../images/sprites/icon-tw_hover.png") 0 0 no-repeat transparent;
          background-size: 100% auto;
          width: 22px;
          height: 22px; } }
  /* line 84, ../custom-sass/_footer.scss */
  #menu-suivez_nous .linkedin a {
    background: url('../images/sprites-sbf26d17511.png') -2574px 0;
    height: 42px;
    width: 42px; }
    @media only screen and (max-width: 767px) {
      /* line 84, ../custom-sass/_footer.scss */
      #menu-suivez_nous .linkedin a {
        background: url("../images/sprites/icon-in.png") 0 0 no-repeat transparent;
        background-size: 100% auto;
        width: 22px;
        height: 22px; } }
    /* line 92, ../custom-sass/_footer.scss */
    #menu-suivez_nous .linkedin a:hover {
      background: url('../images/sprites-sbf26d17511.png') -2621px 0;
      height: 42px;
      width: 42px; }
      @media only screen and (max-width: 767px) {
        /* line 92, ../custom-sass/_footer.scss */
        #menu-suivez_nous .linkedin a:hover {
          background: url("../images/sprites/icon-in_hover.png") 0 0 no-repeat transparent;
          background-size: 100% auto;
          width: 22px;
          height: 22px; } }
  /* line 102, ../custom-sass/_footer.scss */
  #menu-suivez_nous .youtube a {
    background: url('../images/sprites-sbf26d17511.png') -2668px 0;
    height: 42px;
    width: 42px; }
    @media only screen and (max-width: 767px) {
      /* line 102, ../custom-sass/_footer.scss */
      #menu-suivez_nous .youtube a {
        background: url("../images/sprites/icon-yr.png") 0 0 no-repeat transparent;
        background-size: 100% auto;
        width: 22px;
        height: 22px; } }
    /* line 110, ../custom-sass/_footer.scss */
    #menu-suivez_nous .youtube a:hover {
      background: url('../images/sprites-sbf26d17511.png') -2715px 0;
      height: 42px;
      width: 42px; }
      @media only screen and (max-width: 767px) {
        /* line 110, ../custom-sass/_footer.scss */
        #menu-suivez_nous .youtube a:hover {
          background: url("../images/sprites/icon-yr_hover.png") 0 0 no-repeat transparent;
          background-size: 100% auto;
          width: 22px;
          height: 22px; } }

/* line 122, ../custom-sass/_footer.scss */
#menu-page_obligatoires,
#menu-page_obligatoire_cn,
#menu-page_obligatoires_ru {
  padding: 0; }
  /* line 126, ../custom-sass/_footer.scss */
  #menu-page_obligatoires li,
  #menu-page_obligatoire_cn li,
  #menu-page_obligatoires_ru li {
    list-style: none;
    display: inline-block; }
    /* line 130, ../custom-sass/_footer.scss */
    #menu-page_obligatoires li:last-child a,
    #menu-page_obligatoire_cn li:last-child a,
    #menu-page_obligatoires_ru li:last-child a {
      border: none; }
    /* line 134, ../custom-sass/_footer.scss */
    #menu-page_obligatoires li a,
    #menu-page_obligatoire_cn li a,
    #menu-page_obligatoires_ru li a {
      display: block;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 18px;
      text-transform: uppercase;
      color: #2d2d2d;
      border-right: 3px solid #2d2d2d;
      padding: 0 16px; }
      /* line 144, ../custom-sass/_footer.scss */
      #menu-page_obligatoires li a:hover,
      #menu-page_obligatoire_cn li a:hover,
      #menu-page_obligatoires_ru li a:hover {
        color: #2d2d2d; }
      @media only screen and (max-width: 767px) {
        /* line 134, ../custom-sass/_footer.scss */
        #menu-page_obligatoires li a,
        #menu-page_obligatoire_cn li a,
        #menu-page_obligatoires_ru li a {
          padding: 0 8px;
          font-size: 12px;
          line-height: 10px; } }

/* line 1, ../custom-sass/_sliders.scss */
.slider-content-wrap {
  position: relative; }

/* line 5, ../custom-sass/_sliders.scss */
.slider-container {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8; }
  @media only screen and (max-width: 767px) {
    /* line 5, ../custom-sass/_sliders.scss */
    .slider-container {
      top: 30px; } }
  /* line 15, ../custom-sass/_sliders.scss */
  .slider-container .title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase;
    position: relative;
    padding-top: 35px;
    color: #FFF;
    margin: 0;
    height: 295px;
    display: inline-block;
    width: 50%; }
    @media only screen and (max-width: 1319px) {
      /* line 15, ../custom-sass/_sliders.scss */
      .slider-container .title {
        font-size: 80px;
        line-height: 65px; } }
    @media only screen and (max-width: 991px) {
      /* line 15, ../custom-sass/_sliders.scss */
      .slider-container .title {
        font-size: 50px;
        line-height: 45px;
        height: 200px; } }
    @media only screen and (max-width: 767px) {
      /* line 15, ../custom-sass/_sliders.scss */
      .slider-container .title {
        font-size: 32px;
        line-height: 28px;
        height: 115px;
        padding-top: 19px; } }
    /* line 43, ../custom-sass/_sliders.scss */
    .slider-container .title:before {
      background: url('../images/sprites-sbf26d17511.png') -164px 0;
      height: 11px;
      width: 77px;
      position: absolute;
      top: 0;
      left: 0;
      content: ""; }
      @media only screen and (max-width: 767px) {
        /* line 43, ../custom-sass/_sliders.scss */
        .slider-container .title:before {
          background: url("../images/sprites/border-top.png") no-repeat 0 0 transparent;
          background-size: 33px auto;
          width: 33px;
          height: 6px; } }
  /* line 58, ../custom-sass/_sliders.scss */
  .slider-container .more a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #FFF;
    text-decoration: none;
    border: 3px solid #FFF;
    padding: 8px 25px;
    margin-left: 5px;
    display: inline-block; }
    @media only screen and (max-width: 991px) {
      /* line 58, ../custom-sass/_sliders.scss */
      .slider-container .more a {
        margin-left: 0; } }
    @media only screen and (max-width: 767px) {
      /* line 58, ../custom-sass/_sliders.scss */
      .slider-container .more a {
        font-size: 12px;
        line-height: 12px;
        border: 2px solid #FFF;
        padding: 4px 17px; } }

/* line 84, ../custom-sass/_sliders.scss */
.slider-content-wrap .bx-controls {
  position: absolute;
  top: 447px;
  left: 0;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    /* line 84, ../custom-sass/_sliders.scss */
    .slider-content-wrap .bx-controls {
      display: none; } }
/* line 93, ../custom-sass/_sliders.scss */
.slider-content-wrap .bx-wrapper {
  margin-bottom: 120px; }
  /* line 95, ../custom-sass/_sliders.scss */
  .slider-content-wrap .bx-wrapper .bx-viewport {
    border: none;
    -moz-box-shadow: #FFF 0 0 0;
    -webkit-box-shadow: #FFF 0 0 0;
    box-shadow: #FFF 0 0 0;
    left: 0; }
    @media only screen and (min-width: 1024px) {
      /* line 95, ../custom-sass/_sliders.scss */
      .slider-content-wrap .bx-wrapper .bx-viewport {
        height: 80vh !important; } }
    @media only screen and (min-width: 1440px) {
      /* line 95, ../custom-sass/_sliders.scss */
      .slider-content-wrap .bx-wrapper .bx-viewport {
        height: 720px !important;
        display: block;
        margin: auto; } }
    @media only screen and (min-width: 1920px) {
      /* line 95, ../custom-sass/_sliders.scss */
      .slider-content-wrap .bx-wrapper .bx-viewport {
        max-width: 1920px;
        height: 960px !important;
        display: block;
        margin: auto; } }
  /* line 114, ../custom-sass/_sliders.scss */
  .slider-content-wrap .bx-wrapper img {
    width: 100% !important; }
  @media only screen and (max-width: 767px) {
    /* line 93, ../custom-sass/_sliders.scss */
    .slider-content-wrap .bx-wrapper {
      margin: 0; } }
  /* line 120, ../custom-sass/_sliders.scss */
  .slider-content-wrap .bx-wrapper .bx-pager.bx-default-pager {
    position: relative;
    top: 0;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    *zoom: 1;
    /*@include responsive(md) {
        padding-left: $gutter-md / 2;
        padding-right: $gutter-md / 2;
    }*/
    /*@include responsive(sm) {
        padding-left: $gutter-sm / 2;
        padding-right: $gutter-sm / 2;
    }*/
    /*@include responsive(xs) {
        padding-left: $gutter-xs / 2;
        padding-right: $gutter-xs / 2;
    }*/
    padding-top: 0; }
    @media (min-width: 768px) {
      /* line 120, ../custom-sass/_sliders.scss */
      .slider-content-wrap .bx-wrapper .bx-pager.bx-default-pager {
        width: 740px; } }
    @media (min-width: 992px) {
      /* line 120, ../custom-sass/_sliders.scss */
      .slider-content-wrap .bx-wrapper .bx-pager.bx-default-pager {
        width: 960px; } }
    @media (min-width: 1320px) {
      /* line 120, ../custom-sass/_sliders.scss */
      .slider-content-wrap .bx-wrapper .bx-pager.bx-default-pager {
        width: 1320px; } }
    /* line 126, ../custom-sass/_sliders.scss */
    .slider-content-wrap .bx-wrapper .bx-pager.bx-default-pager a {
      width: 14px;
      height: 14px;
      border: 3px solid #FFF;
      background: none;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%; }
      /* line 132, ../custom-sass/_sliders.scss */
      .slider-content-wrap .bx-wrapper .bx-pager.bx-default-pager a.active, .slider-content-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover {
        background: #93ffff;
        border-color: #93ffff; }

/* line 142, ../custom-sass/_sliders.scss */
.anchor {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%; }
  /* line 147, ../custom-sass/_sliders.scss */
  .anchor a {
    background: url('../images/sprites-sbf26d17511.png') -2031px 0;
    height: 32px;
    width: 48px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      /* line 147, ../custom-sass/_sliders.scss */
      .anchor a {
        background: url("../images/sprites/anchor.png") no-repeat 0 0 transparent;
        background-size: 24px auto;
        width: 24px;
        height: 16px; } }

/* line 1, ../custom-sass/_base.scss */
body {
  font-family: "Roboto Condensed", sans-serif; }

/* line 5, ../custom-sass/_base.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 10, ../custom-sass/_base.scss */
.flex {
  display: flex; }
  @media only screen and (max-width: 991px) {
    /* line 10, ../custom-sass/_base.scss */
    .flex {
      display: block; } }

/* line 16, ../custom-sass/_base.scss */
.border-top {
  display: block;
  margin-bottom: 30px; }
  /* line 19, ../custom-sass/_base.scss */
  .single-solution .border-top {
    text-align: right; }
  /* line 22, ../custom-sass/_base.scss */
  .border-top span {
    background: url("../images/border-top.png") 0 0 no-repeat #93ffff;
    height: 11px;
    width: 78px;
    display: inline-block; }

/* line 29, ../custom-sass/_base.scss */
.introduction-block {
  padding: 0 0 122px; }
  /* line 31, ../custom-sass/_base.scss */
  .introduction-block .title {
    margin: 0 0 77px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 72px;
    text-transform: uppercase;
    text-align: center;
    color: #2d2d2d; }
    @media only screen and (max-width: 767px) {
      /* line 31, ../custom-sass/_base.scss */
      .introduction-block .title {
        font-size: 36px;
        line-height: 36px; } }
  /* line 49, ../custom-sass/_base.scss */
  .introduction-block .image {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 30px 35px -15px rgba(0, 0, 0, 0.3);
    padding: 0 !important; }
    @media (min-width: 992px) {
      /* line 49, ../custom-sass/_base.scss */
      .introduction-block .image {
        float: left;
        width: 50%; } }
    /* line 53, ../custom-sass/_base.scss */
    .single-solution .introduction-block .image {
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px; }
      @media (min-width: 992px) {
        /* line 53, ../custom-sass/_base.scss */
        .single-solution .introduction-block .image {
          float: left;
          width: 41.66667%; } }
      @media (min-width: 992px) {
        /* line 53, ../custom-sass/_base.scss */
        .single-solution .introduction-block .image {
          margin-left: 8.33333%; } }
    /* line 71, ../custom-sass/_base.scss */
    .introduction-block .image img {
      display: inline-block;
      height: 100%;
      position: relative;
      z-index: 7;
      width: 100%; }
  /* line 79, ../custom-sass/_base.scss */
  .introduction-block .excerpt {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #2d2d2d;
    position: relative;
    padding: 50px 0 0; }
    @media (min-width: 992px) {
      /* line 79, ../custom-sass/_base.scss */
      .introduction-block .excerpt {
        float: left;
        width: 41.66667%; } }
    @media (min-width: 992px) {
      /* line 79, ../custom-sass/_base.scss */
      .introduction-block .excerpt {
        margin-left: 8.33333%; } }
    @media only screen and (max-width: 767px) {
      /* line 79, ../custom-sass/_base.scss */
      .introduction-block .excerpt {
        font-size: 20px; } }
    /* line 92, ../custom-sass/_base.scss */
    .single-solution .introduction-block .excerpt {
      text-align: right; }
    /* line 95, ../custom-sass/_base.scss */
    .introduction-block .excerpt .inner {
      margin-left: -20px; }
      @media only screen and (max-width: 991px) {
        /* line 95, ../custom-sass/_base.scss */
        .introduction-block .excerpt .inner {
          margin: 0; } }
      @media only screen and (max-width: 767px) {
        /* line 95, ../custom-sass/_base.scss */
        .introduction-block .excerpt .inner {
          padding: 0 10px; } }

/* line 113, ../custom-sass/_base.scss */
.marques-main-wrapper {
  padding: 121px 0 127px; }
  @media only screen and (max-width: 767px) {
    /* line 113, ../custom-sass/_base.scss */
    .marques-main-wrapper {
      padding: 60px 0; } }
  /* line 118, ../custom-sass/_base.scss */
  .single-solution .marques-main-wrapper {
    padding-top: 0; }

/* line 123, ../custom-sass/_base.scss */
.section-top-content {
  text-align: center;
  margin-bottom: 76px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  *zoom: 1;
  /*@include responsive(md) {
      padding-left: $gutter-md / 2;
      padding-right: $gutter-md / 2;
  }*/
  /*@include responsive(sm) {
      padding-left: $gutter-sm / 2;
      padding-right: $gutter-sm / 2;
  }*/
  /*@include responsive(xs) {
      padding-left: $gutter-xs / 2;
      padding-right: $gutter-xs / 2;
  }*/
  position: relative; }
  @media (min-width: 768px) {
    /* line 123, ../custom-sass/_base.scss */
    .section-top-content {
      width: 740px; } }
  @media (min-width: 992px) {
    /* line 123, ../custom-sass/_base.scss */
    .section-top-content {
      width: 960px; } }
  @media (min-width: 1320px) {
    /* line 123, ../custom-sass/_base.scss */
    .section-top-content {
      width: 1320px; } }
  @media only screen and (max-width: 767px) {
    /* line 123, ../custom-sass/_base.scss */
    .section-top-content {
      margin-bottom: 35px; } }
  /* line 131, ../custom-sass/_base.scss */
  .section-top-content h3 {
    margin: 0 0 13px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    color: #22252c; }
    @media only screen and (max-width: 767px) {
      /* line 131, ../custom-sass/_base.scss */
      .section-top-content h3 {
        margin-bottom: 38px;
        font-size: 30px;
        line-height: 30px; } }
  /* line 145, ../custom-sass/_base.scss */
  .section-top-content p {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 23px;
    color: #22252c; }
    @media only screen and (max-width: 767px) {
      /* line 145, ../custom-sass/_base.scss */
      .section-top-content p {
        font-size: 15px;
        line-height: 18px; } }

/* line 162, ../custom-sass/_base.scss */
.nos-marques-contenu .inside {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 992px) {
    /* line 162, ../custom-sass/_base.scss */
    .nos-marques-contenu .inside {
      float: left;
      width: 83.33333%; } }
  @media (min-width: 992px) {
    /* line 162, ../custom-sass/_base.scss */
    .nos-marques-contenu .inside {
      margin-left: 8.33333%; } }
/* line 167, ../custom-sass/_base.scss */
.nos-marques-contenu .marque a {
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  color: #2d2d2d; }
  @media only screen and (max-width: 767px) {
    /* line 167, ../custom-sass/_base.scss */
    .nos-marques-contenu .marque a {
      font-size: 30px;
      line-height: 30px; } }
/* line 179, ../custom-sass/_base.scss */
.nos-marques-contenu .marque .company {
  text-transform: uppercase; }
/* line 182, ../custom-sass/_base.scss */
.nos-marques-contenu .marque .equip {
  color: #838383; }

/* line 187, ../custom-sass/_base.scss */
.iso-certificat-wrapper {
  padding: 79px 0 83px;
  text-align: center;
  background: #eae9e9; }
  @media only screen and (max-width: 767px) {
    /* line 187, ../custom-sass/_base.scss */
    .iso-certificat-wrapper {
      display: none; } }
  /* line 195, ../custom-sass/_base.scss */
  .iso-certificat-wrapper .image-iso {
    width: 200px;
    height: 153px;
    background: #FFF;
    margin: 0 8px;
    display: inline-block;
    line-height: 155px;
    max-width: 100%; }
    @media only screen and (max-width: 991px) {
      /* line 195, ../custom-sass/_base.scss */
      .iso-certificat-wrapper .image-iso {
        height: 100px;
        line-height: 100px; } }
    @media only screen and (max-width: 767px) {
      /* line 195, ../custom-sass/_base.scss */
      .iso-certificat-wrapper .image-iso {
        margin: 0 0 20px; } }

/* line 212, ../custom-sass/_base.scss */
.iso-logo-certificat {
  padding: 6px 0 0; }

/* line 215, ../custom-sass/_base.scss */
.application-main-wrapper {
  padding: 79px 0;
  margin: 0 0 100px;
  background: #eae9e9; }
  @media only screen and (max-width: 767px) {
    /* line 215, ../custom-sass/_base.scss */
    .application-main-wrapper {
      margin-bottom: 0; } }
  /* line 222, ../custom-sass/_base.scss */
  .application-main-wrapper .app-content {
    padding-top: 7px; }

/* line 226, ../custom-sass/_base.scss */
.application-content-wrapper {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-bottom: 45px;
  min-height: 385px; }
  @media (min-width: 768px) {
    /* line 226, ../custom-sass/_base.scss */
    .application-content-wrapper {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    /* line 226, ../custom-sass/_base.scss */
    .application-content-wrapper {
      float: left;
      width: 25%; } }
  @media only screen and (max-width: 767px) {
    /* line 226, ../custom-sass/_base.scss */
    .application-content-wrapper {
      min-height: auto; } }
  @media screen and (max-width: 320px) {
    /* line 226, ../custom-sass/_base.scss */
    .application-content-wrapper {
      width: 100%; } }
  /* line 239, ../custom-sass/_base.scss */
  .application-content-wrapper .image {
    margin: 0;
    opacity: 0.7;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative; }
    /* line 244, ../custom-sass/_base.scss */
    .application-content-wrapper .image .app-link {
      background-color: rgba(255, 255, 255, 0);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  /* line 254, ../custom-sass/_base.scss */
  .application-content-wrapper:hover .image {
    opacity: 1;
    -moz-opacity: 0.5;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }
  /* line 258, ../custom-sass/_base.scss */
  .application-content-wrapper .title {
    height: 60px;
    line-height: 75px; }
    /* line 262, ../custom-sass/_base.scss */
    .application-content-wrapper .title h3 {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 24px;
      color: #2d2d2d;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        /* line 262, ../custom-sass/_base.scss */
        .application-content-wrapper .title h3 {
          font-size: 25px;
          line-height: 25px; } }
  /* line 278, ../custom-sass/_base.scss */
  .application-content-wrapper .description {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #2d2d2d; }
    @media only screen and (max-width: 767px) {
      /* line 278, ../custom-sass/_base.scss */
      .application-content-wrapper .description {
        font-size: 16px; } }

/* line 291, ../custom-sass/_base.scss */
.widget_black-studio-tinymce, .widget_text, .widget_sow-editor {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #2d2d2d; }
  /* line 292, ../custom-sass/_base.scss */
  .page-template-page_8_single .widget_black-studio-tinymce, .page-template-page_8_single .widget_text, .page-template-page_8_single .widget_sow-editor {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    *zoom: 1;
    /*@include responsive(md) {
        padding-left: $gutter-md / 2;
        padding-right: $gutter-md / 2;
    }*/
    /*@include responsive(sm) {
        padding-left: $gutter-sm / 2;
        padding-right: $gutter-sm / 2;
    }*/
    /*@include responsive(xs) {
        padding-left: $gutter-xs / 2;
        padding-right: $gutter-xs / 2;
    }*/ }
    @media (min-width: 768px) {
      /* line 292, ../custom-sass/_base.scss */
      .page-template-page_8_single .widget_black-studio-tinymce, .page-template-page_8_single .widget_text, .page-template-page_8_single .widget_sow-editor {
        width: 740px; } }
    @media (min-width: 992px) {
      /* line 292, ../custom-sass/_base.scss */
      .page-template-page_8_single .widget_black-studio-tinymce, .page-template-page_8_single .widget_text, .page-template-page_8_single .widget_sow-editor {
        width: 960px; } }
    @media (min-width: 1320px) {
      /* line 292, ../custom-sass/_base.scss */
      .page-template-page_8_single .widget_black-studio-tinymce, .page-template-page_8_single .widget_text, .page-template-page_8_single .widget_sow-editor {
        width: 1320px; } }
  /* line 295, ../custom-sass/_base.scss */
  .produit .first-product-block .panel-grid-cell:last-child .widget_black-studio-tinymce, .produit .first-product-block .panel-grid-cell:last-child .widget_text, .produit .first-product-block .panel-grid-cell:last-child .widget_sow-editor {
    padding: 0; }
  /* line 303, ../custom-sass/_base.scss */
  .widget_black-studio-tinymce .widget-title, .widget_text .widget-title, .widget_sow-editor .widget-title {
    text-align: center;
    margin: 90px 0 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    color: #2d2d2d; }
  /* line 313, ../custom-sass/_base.scss */
  .widget_black-studio-tinymce .textwidget, .widget_text .textwidget, .widget_sow-editor .textwidget {
    padding-top: 50px;
    padding-bottom: 90px; }
    /* line 314, ../custom-sass/_base.scss */
    .page-template-page_8_single .widget_black-studio-tinymce .textwidget, .page-template-page_8_single .widget_text .textwidget, .page-template-page_8_single .widget_sow-editor .textwidget {
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px; }
      @media (min-width: 992px) {
        /* line 314, ../custom-sass/_base.scss */
        .page-template-page_8_single .widget_black-studio-tinymce .textwidget, .page-template-page_8_single .widget_text .textwidget, .page-template-page_8_single .widget_sow-editor .textwidget {
          margin-left: 8.33333%; } }
      @media (min-width: 992px) {
        /* line 314, ../custom-sass/_base.scss */
        .page-template-page_8_single .widget_black-studio-tinymce .textwidget, .page-template-page_8_single .widget_text .textwidget, .page-template-page_8_single .widget_sow-editor .textwidget {
          float: left;
          width: 83.33333%; } }
    /* line 320, ../custom-sass/_base.scss */
    .produit .first-product-block .panel-grid-cell:last-child .widget_black-studio-tinymce .textwidget, .produit .first-product-block .panel-grid-cell:last-child .widget_text .textwidget, .produit .first-product-block .panel-grid-cell:last-child .widget_sow-editor .textwidget {
      padding-top: 0; }
  /* line 324, ../custom-sass/_base.scss */
  .widget_black-studio-tinymce h2, .widget_black-studio-tinymce h3, .widget_text h2, .widget_text h3, .widget_sow-editor h2, .widget_sow-editor h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #2d2d2d;
    margin: 40px 0 35px; }
    @media only screen and (max-width: 767px) {
      /* line 324, ../custom-sass/_base.scss */
      .widget_black-studio-tinymce h2, .widget_black-studio-tinymce h3, .widget_text h2, .widget_text h3, .widget_sow-editor h2, .widget_sow-editor h3 {
        font-size: 15px;
        margin: 10px 0; } }
  /* line 336, ../custom-sass/_base.scss */
  .widget_black-studio-tinymce p, .widget_text p, .widget_sow-editor p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #2d2d2d;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      /* line 336, ../custom-sass/_base.scss */
      .widget_black-studio-tinymce p, .widget_text p, .widget_sow-editor p {
        font-size: 10px; } }
    /* line 346, ../custom-sass/_base.scss */
    .produit .first-product-block .panel-grid-cell:last-child .widget_black-studio-tinymce p, .produit .first-product-block .panel-grid-cell:last-child .widget_text p, .produit .first-product-block .panel-grid-cell:last-child .widget_sow-editor p {
      margin-bottom: 25px; }
  /* line 350, ../custom-sass/_base.scss */
  .widget_black-studio-tinymce li, .widget_text li, .widget_sow-editor li {
    margin-bottom: 15px; }

/* line 355, ../custom-sass/_base.scss */
.conditions-content-wrapper {
  padding: 95px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #2d2d2d; }
  /* line 364, ../custom-sass/_base.scss */
  .conditions-content-wrapper p {
    margin: 0; }
  /* line 367, ../custom-sass/_base.scss */
  .conditions-content-wrapper .title {
    font-weight: 700; }
  /* line 370, ../custom-sass/_base.scss */
  .conditions-content-wrapper .publisher, .conditions-content-wrapper .email, .conditions-content-wrapper .publishing-director, .conditions-content-wrapper .hosting, .conditions-content-wrapper .conception {
    margin-bottom: 20px; }

/* line 375, ../custom-sass/_base.scss */
.modal-open {
  /* .modal.in {
    background-color: rgba(0, 0, 0, 0.6);
    .modal-dialog {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  } */
  /*New*/
  /*New*/ }
  /* line 387, ../custom-sass/_base.scss */
  .modal-open .modal.fade {
    background-color: rgba(0, 0, 0, 0.6); }
    /* line 389, ../custom-sass/_base.scss */
    .modal-open .modal.fade .modal-dialog {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

/* line 401, ../custom-sass/_base.scss */
#modal-schema-interactif {
  /*New*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  overflow: auto;
  display: none;
  /*New*/ }
  /* line 413, ../custom-sass/_base.scss */
  #modal-schema-interactif.open {
    display: block; }
  /* line 417, ../custom-sass/_base.scss */
  #modal-schema-interactif .close-interactive {
    position: absolute;
    top: 10px;
    right: 15px;
    background: url('../images/sprites-sbf26d17511.png') -1717px 0;
    height: 20px;
    width: 20px;
    text-indent: -999px;
    overflow: hidden;
    z-index: 2;
    border: none;
    cursor: pointer; }
  /* line 429, ../custom-sass/_base.scss */
  #modal-schema-interactif .row {
    padding-top: 150px; }
  /* line 433, ../custom-sass/_base.scss */
  #modal-schema-interactif .title-wrapper {
    -ms-transform: translate(-50%, 0) skewX(-10deg);
    -webkit-transform: translate(-50%, 0) skewX(-10deg);
    transform: translate(-50%, 0) skewX(-10deg);
    left: 50%;
    top: 50px; }
  /* line 441, ../custom-sass/_base.scss */
  #modal-schema-interactif .close_btn_interactif {
    -ms-transform: translate(-50%, 0) skewX(-10deg);
    -webkit-transform: translate(-50%, 0) skewX(-10deg);
    transform: translate(-50%, 0) skewX(-10deg);
    left: 67%;
    top: 83px;
    cursor: pointer; }
  /* line 451, ../custom-sass/_base.scss */
  #modal-schema-interactif .close-interactive {
    /* position: absolute;
    top: 13%;
    left: 57%;
    background: #000;
    -ms-transform: skewX(-10deg); IE 9
    -webkit-transform: skewX(-10deg); Safari
    transform: skewX(-10deg); Standard syntax
    cursor: default;
    z-index: 10;
    padding: 10px 0px;
    .svg_close_btn {
      background: none !important;
      width: 108px !important;
      text-align: center;
      color: #fff;
      font-weight: bold;
      -ms-transform: skewX(10deg); IE 9
      -webkit-transform: skewX(10deg); Safari
      transform: skewX(10deg); Standard syntax
      position: relative;
      padding: 0 10px 0 35px;
      &::after {
        position: absolute;
        top: 0;
        left: 18px;
        @include sprite(croix);
        display: block;
        content: '';
      }
      &:hover {
        color: $noir;
        &::after {
          @include sprite(croix-hover);
        }
      }
    }
    &:hover {
      background: $white;
      .svg_close_btn {
        color: $noir;
        &::after {
          @include sprite(croix-hover);
        }
      }
    } */ }
  /* line 503, ../custom-sass/_base.scss */
  #modal-schema-interactif .modal-dialog .modal-content .close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: url('../images/sprites-sbf26d17511.png') -1717px 0;
    height: 20px;
    width: 20px;
    text-indent: -999px;
    overflow: hidden;
    z-index: 2; }
  /* line 512, ../custom-sass/_base.scss */
  #modal-schema-interactif .modal-dialog .modal-content .schema_interactif {
    padding: 0; }
    /* line 514, ../custom-sass/_base.scss */
    #modal-schema-interactif .modal-dialog .modal-content .schema_interactif .orca_schema_plateau {
      margin: 0; }

/* line 1, ../custom-sass/_home.scss */
.industry-main-wrapper {
  overflow: hidden;
  padding-top: 78px;
  padding-bottom: 55px; }
  /* line 7, ../custom-sass/_home.scss */
  .home .industry-main-wrapper {
    background: #FFF;
    padding-top: 0;
    padding-bottom: 0; }
  @media only screen and (max-width: 1319px) {
    /* line 1, ../custom-sass/_home.scss */
    .industry-main-wrapper {
      padding-left: 10px;
      padding-right: 10px; } }
  /* line 16, ../custom-sass/_home.scss */
  .industry-main-wrapper .industry-content-wrap {
    position: relative;
    max-width: 1440px;
    width: 95%;
    margin: 0 auto 67px;
    display: block;
    padding: 15px;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      /* line 16, ../custom-sass/_home.scss */
      .industry-main-wrapper .industry-content-wrap {
        margin-bottom: 35px; } }
  /* line 28, ../custom-sass/_home.scss */
  .industry-main-wrapper .actualite-main-wrapper .act-thumbnail .industryslide {
    overflow: hidden;
    *zoom: 1; }
  /* line 31, ../custom-sass/_home.scss */
  .industry-main-wrapper .bx-pager {
    display: none; }
  /* line 34, ../custom-sass/_home.scss */
  .industry-main-wrapper .bx-wrapper {
    height: auto !important;
    overflow: auto; }
    @media only screen and (min-width: 1441px) {
      /* line 34, ../custom-sass/_home.scss */
      .industry-main-wrapper .bx-wrapper {
        margin: 0 auto 60px; } }
    @media only screen and (max-width: 1319px) {
      /* line 34, ../custom-sass/_home.scss */
      .industry-main-wrapper .bx-wrapper {
        margin-left: 0; } }
    @media only screen and (max-width: 767px) {
      /* line 34, ../custom-sass/_home.scss */
      .industry-main-wrapper .bx-wrapper {
        margin-left: 0;
        margin-bottom: 35px; } }
    /* line 51, ../custom-sass/_home.scss */
    .industry-main-wrapper .bx-wrapper .bx-viewport {
      position: initial;
      background: transparent; }
      @media only screen and (max-width: 1319px) {
        /* line 54, ../custom-sass/_home.scss */
        .industry-main-wrapper .bx-wrapper .bx-viewport .industryslide li {
          max-width: 300px; } }
  @media only screen and (max-width: 767px) {
    /* line 61, ../custom-sass/_home.scss */
    .industry-main-wrapper .industry-content {
      padding-top: 0; } }
  /* line 67, ../custom-sass/_home.scss */
  .industry-main-wrapper .industry-inner-content {
    min-height: 489px;
    position: relative;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 20px -10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 20px -10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 20px -10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      /* line 67, ../custom-sass/_home.scss */
      .industry-main-wrapper .industry-inner-content {
        height: 100%;
        min-height: 1px; } }
    /* line 77, ../custom-sass/_home.scss */
    .industry-main-wrapper .industry-inner-content:hover {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px); }
      /* line 80, ../custom-sass/_home.scss */
      .industry-main-wrapper .industry-inner-content:hover img {
        transform: scale(1.2) translate(-50%, 0);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    /* line 85, ../custom-sass/_home.scss */
    .industry-main-wrapper .industry-inner-content .indus-link {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: transparent no-repeat 0 0; }
  /* line 94, ../custom-sass/_home.scss */
  .industry-main-wrapper .industry-top-content {
    text-align: center;
    margin-bottom: 51px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    *zoom: 1;
    /*@include responsive(md) {
        padding-left: $gutter-md / 2;
        padding-right: $gutter-md / 2;
    }*/
    /*@include responsive(sm) {
        padding-left: $gutter-sm / 2;
        padding-right: $gutter-sm / 2;
    }*/
    /*@include responsive(xs) {
        padding-left: $gutter-xs / 2;
        padding-right: $gutter-xs / 2;
    }*/
    position: relative; }
    @media (min-width: 768px) {
      /* line 94, ../custom-sass/_home.scss */
      .industry-main-wrapper .industry-top-content {
        width: 740px; } }
    @media (min-width: 992px) {
      /* line 94, ../custom-sass/_home.scss */
      .industry-main-wrapper .industry-top-content {
        width: 960px; } }
    @media (min-width: 1320px) {
      /* line 94, ../custom-sass/_home.scss */
      .industry-main-wrapper .industry-top-content {
        width: 1320px; } }
    @media only screen and (max-width: 767px) {
      /* line 94, ../custom-sass/_home.scss */
      .industry-main-wrapper .industry-top-content {
        margin: 30px 0; } }
  /* line 103, ../custom-sass/_home.scss */
  .industry-main-wrapper .indus-title {
    margin: 0 0 13px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    color: #22252c; }
    @media only screen and (max-width: 767px) {
      /* line 103, ../custom-sass/_home.scss */
      .industry-main-wrapper .indus-title {
        font-size: 18px;
        line-height: 18px; } }
  /* line 116, ../custom-sass/_home.scss */
  .industry-main-wrapper .indus-chapo {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 23px;
    color: #22252c; }
    @media only screen and (max-width: 767px) {
      /* line 116, ../custom-sass/_home.scss */
      .industry-main-wrapper .indus-chapo {
        font-size: 12px;
        line-height: 12px; } }
  /* line 128, ../custom-sass/_home.scss */
  .industry-main-wrapper .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-box-shadow: #FFF 0 0 0;
    -webkit-box-shadow: #FFF 0 0 0;
    box-shadow: #FFF 0 0 0;
    text-align: center;
    overflow: hidden; }
    /* line 135, ../custom-sass/_home.scss */
    .industry-main-wrapper .thumbnail > img {
      max-width: none;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: relative;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    @media only screen and (max-width: 767px) {
      /* line 128, ../custom-sass/_home.scss */
      .industry-main-wrapper .thumbnail {
        overflow: hidden; }
        /* line 144, ../custom-sass/_home.scss */
        .industry-main-wrapper .thumbnail > img {
          max-width: inherit;
          min-height: 200px;
          width: auto; } }
  /* line 151, ../custom-sass/_home.scss */
  .industry-main-wrapper .description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 48px 20px;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(45, 45, 45, 0) 0%, rgba(45, 45, 45, 0.2) 59%, #2d2d2d 73%, #2d2d2d 76%);
    background: -webkit-linear-gradient(top, rgba(45, 45, 45, 0) 0%, rgba(45, 45, 45, 0.2) 59%, #2d2d2d 73%, #2d2d2d 76%);
    background: linear-gradient(to bottom, rgba(45, 45, 45, 0) 0%, rgba(45, 45, 45, 0.2) 59%, #2d2d2d 73%, #2d2d2d 76%);
    display: flex;
    align-items: center;
    justify-content: center; }
    /* line 165, ../custom-sass/_home.scss */
    .industry-main-wrapper .description > .inner {
      align-self: flex-end; }
  /* line 169, ../custom-sass/_home.scss */
  .industry-main-wrapper .industry-pg-titre {
    margin: 0 0 16px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    color: #FFF; }
    @media only screen and (max-width: 1319px) {
      /* line 169, ../custom-sass/_home.scss */
      .industry-main-wrapper .industry-pg-titre {
        font-size: 30px;
        line-height: 32px; } }
    @media only screen and (max-width: 767px) {
      /* line 169, ../custom-sass/_home.scss */
      .industry-main-wrapper .industry-pg-titre {
        font-size: 15px;
        line-height: 15px; } }
  /* line 186, ../custom-sass/_home.scss */
  .industry-main-wrapper p {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 21px;
    color: #FFF; }
    @media only screen and (max-width: 767px) {
      /* line 186, ../custom-sass/_home.scss */
      .industry-main-wrapper p {
        font-size: 12px;
        line-height: 14px; } }
  /* line 198, ../custom-sass/_home.scss */
  .industry-main-wrapper .link-more {
    margin-top: 35px;
    text-align: center; }
    /* line 201, ../custom-sass/_home.scss */
    .industry-main-wrapper .link-more a {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 24px;
      font-weight: 400;
      line-height: 24px;
      color: #333;
      text-decoration: none;
      border: 3px solid #333;
      padding: 5px 50px;
      display: inline-block;
      text-transform: lowercase;
      background: none;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      padding: 9px 50px; }
      /* line 341, ../custom-sass/helpers/_mixins.scss */
      .industry-main-wrapper .link-more a:hover {
        background: #333;
        color: #000; }
      @media only screen and (max-width: 767px) {
        /* line 201, ../custom-sass/_home.scss */
        .industry-main-wrapper .link-more a {
          padding: 5px 25px;
          border: 2px solid #333;
          font-size: 18px;
          line-height: 18px; } }
      @media only screen and (max-width: 767px) {
        /* line 204, ../custom-sass/_home.scss */
        .industry-main-wrapper .link-more a:hover {
          background: none; } }
    @media only screen and (max-width: 767px) {
      /* line 198, ../custom-sass/_home.scss */
      .industry-main-wrapper .link-more {
        margin: 0; }
        /* line 212, ../custom-sass/_home.scss */
        .industry-main-wrapper .link-more a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: none;
          text-indent: -999px;
          overflow: hidden;
          z-index: 9; } }
  /* line 231, ../custom-sass/_home.scss */
  .industry-main-wrapper .bx-custom-controls-direction {
    width: 100%;
    position: absolute;
    top: 42%;
    left: 0;
    z-index: 90; }
    @media only screen and (max-width: 767px) {
      /* line 231, ../custom-sass/_home.scss */
      .industry-main-wrapper .bx-custom-controls-direction {
        display: none; } }
    /* line 240, ../custom-sass/_home.scss */
    .industry-main-wrapper .bx-custom-controls-direction .bx-prev {
      left: 50px;
      background: url('../images/sprites-sbf26d17511.png') -1805px 0;
      height: 24px;
      width: 16px;
      text-indent: -999px;
      overflow: hidden;
      display: block;
      position: absolute; }
      @media only screen and (min-width: 1024px) {
        /* line 240, ../custom-sass/_home.scss */
        .industry-main-wrapper .bx-custom-controls-direction .bx-prev {
          left: -10px; } }
      /* line 250, ../custom-sass/_home.scss */
      .industry-main-wrapper .bx-custom-controls-direction .bx-prev:hover, .industry-main-wrapper .bx-custom-controls-direction .bx-prev.disable {
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        filter: alpha(opacity=50); }
    /* line 255, ../custom-sass/_home.scss */
    .industry-main-wrapper .bx-custom-controls-direction .bx-next {
      right: 50px;
      background: url('../images/sprites-sbf26d17511.png') -1784px 0;
      height: 24px;
      width: 16px;
      text-indent: -999px;
      overflow: hidden;
      display: block;
      position: absolute; }
      @media only screen and (min-width: 1024px) {
        /* line 255, ../custom-sass/_home.scss */
        .industry-main-wrapper .bx-custom-controls-direction .bx-next {
          right: -10px; } }
      /* line 265, ../custom-sass/_home.scss */
      .industry-main-wrapper .bx-custom-controls-direction .bx-next:hover, .industry-main-wrapper .bx-custom-controls-direction .bx-next.disable {
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        filter: alpha(opacity=50); }

/* line 273, ../custom-sass/_home.scss */
.prestation-main-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  *zoom: 1;
  /*@include responsive(md) {
      padding-left: $gutter-md / 2;
      padding-right: $gutter-md / 2;
  }*/
  /*@include responsive(sm) {
      padding-left: $gutter-sm / 2;
      padding-right: $gutter-sm / 2;
  }*/
  /*@include responsive(xs) {
      padding-left: $gutter-xs / 2;
      padding-right: $gutter-xs / 2;
  }*/
  position: relative;
  min-height: 500px;
  overflow: visible; }
  @media (min-width: 768px) {
    /* line 273, ../custom-sass/_home.scss */
    .prestation-main-wrapper {
      width: 740px; } }
  @media (min-width: 992px) {
    /* line 273, ../custom-sass/_home.scss */
    .prestation-main-wrapper {
      width: 960px; } }
  @media (min-width: 1320px) {
    /* line 273, ../custom-sass/_home.scss */
    .prestation-main-wrapper {
      width: 1320px; } }
  @media only screen and (max-width: 1319px) {
    /* line 273, ../custom-sass/_home.scss */
    .prestation-main-wrapper {
      min-height: 1px; } }
  /* line 281, ../custom-sass/_home.scss */
  .prestation-main-wrapper .pres-image {
    width: 55%; }
    @media only screen and (max-width: 991px) {
      /* line 281, ../custom-sass/_home.scss */
      .prestation-main-wrapper .pres-image {
        width: 100%;
        text-align: center; } }
  /* line 288, ../custom-sass/_home.scss */
  .prestation-main-wrapper .pres-content {
    position: absolute;
    right: 0;
    top: 30px;
    width: 55%;
    height: 100%;
    float: left;
    text-align: center; }
    /* line 296, ../custom-sass/_home.scss */
    .prestation-main-wrapper .pres-content:before {
      content: "";
      background: url('../images/sprites-sbf26d17511.png') 0 0;
      height: 11px;
      width: 77px;
      position: absolute;
      top: 46%;
      left: -19px; }
    @media only screen and (max-width: 991px) {
      /* line 288, ../custom-sass/_home.scss */
      .prestation-main-wrapper .pres-content {
        width: 88%;
        position: relative;
        top: 0;
        margin-top: -109px;
        float: none;
        margin: -20px auto 0; }
        /* line 310, ../custom-sass/_home.scss */
        .prestation-main-wrapper .pres-content:before {
          display: none; } }
    @media only screen and (max-width: 767px) {
      /* line 288, ../custom-sass/_home.scss */
      .prestation-main-wrapper .pres-content {
        background: #2d2d2d;
        margin-top: -20px;
        margin-bottom: 55px;
        width: 94%; }
        /* line 319, ../custom-sass/_home.scss */
        .prestation-main-wrapper .pres-content img {
          display: none; } }
    /* line 323, ../custom-sass/_home.scss */
    .prestation-main-wrapper .pres-content .text-wrapper {
      padding: 90px 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      @media only screen and (max-width: 1319px) {
        /* line 323, ../custom-sass/_home.scss */
        .prestation-main-wrapper .pres-content .text-wrapper {
          padding: 45px 25px; } }
      @media only screen and (max-width: 767px) {
        /* line 323, ../custom-sass/_home.scss */
        .prestation-main-wrapper .pres-content .text-wrapper {
          position: relative; } }
    /* line 340, ../custom-sass/_home.scss */
    .prestation-main-wrapper .pres-content .inner {
      width: 350px;
      margin: 0 auto;
      align-self: center; }
  /* line 346, ../custom-sass/_home.scss */
  .prestation-main-wrapper .pres-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 36px;
    text-transform: uppercase;
    color: #93ffff;
    margin-bottom: 45px; }
    @media only screen and (max-width: 1319px) {
      /* line 346, ../custom-sass/_home.scss */
      .prestation-main-wrapper .pres-title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 28px; } }
    @media only screen and (max-width: 767px) {
      /* line 346, ../custom-sass/_home.scss */
      .prestation-main-wrapper .pres-title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 25px; } }
  /* line 365, ../custom-sass/_home.scss */
  .prestation-main-wrapper .pres-desc {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    color: #93ffff;
    margin-bottom: 34px; }
    @media only screen and (max-width: 1319px) {
      /* line 365, ../custom-sass/_home.scss */
      .prestation-main-wrapper .pres-desc {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 28px; } }
    @media only screen and (max-width: 767px) {
      /* line 365, ../custom-sass/_home.scss */
      .prestation-main-wrapper .pres-desc {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 25px; } }
  /* line 385, ../custom-sass/_home.scss */
  .prestation-main-wrapper .pres-link a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #93ffff;
    text-decoration: none;
    border: 3px solid #93ffff;
    padding: 5px 50px;
    display: inline-block;
    text-transform: lowercase;
    background: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 7px 38px; }
    /* line 341, ../custom-sass/helpers/_mixins.scss */
    .prestation-main-wrapper .pres-link a:hover {
      background: #93ffff;
      color: #000; }
    @media only screen and (max-width: 767px) {
      /* line 385, ../custom-sass/_home.scss */
      .prestation-main-wrapper .pres-link a {
        padding: 5px 25px;
        border: 2px solid #93ffff;
        font-size: 18px;
        line-height: 18px; } }
    /* line 388, ../custom-sass/_home.scss */
    .prestation-main-wrapper .pres-link a:hover {
      color: #2d2d2d; }

/* line 395, ../custom-sass/_home.scss */
.actualite-main-wrapper {
  max-width: 1440px;
  margin: 125px auto 120px; }
  @media only screen and (max-width: 991px) {
    /* line 395, ../custom-sass/_home.scss */
    .actualite-main-wrapper {
      margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    /* line 395, ../custom-sass/_home.scss */
    .actualite-main-wrapper {
      margin-top: 0; } }
  @media only screen and (max-width: 991px) {
    /* line 404, ../custom-sass/_home.scss */
    .actualite-main-wrapper .actu-wrap {
      padding-bottom: 85px; } }
  @media only screen and (max-width: 767px) {
    /* line 404, ../custom-sass/_home.scss */
    .actualite-main-wrapper .actu-wrap {
      padding-bottom: 42px; } }
  /* line 411, ../custom-sass/_home.scss */
  .actualite-main-wrapper .actu-wrap:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 15%; }
    @media only screen and (min-width: 1321px) {
      /* line 411, ../custom-sass/_home.scss */
      .actualite-main-wrapper .actu-wrap:after {
        width: 18%; } }
    @media only screen and (max-width: 991px) {
      /* line 411, ../custom-sass/_home.scss */
      .actualite-main-wrapper .actu-wrap:after {
        display: none; } }
  /* line 429, ../custom-sass/_home.scss */
  .actualite-main-wrapper .actu-wrap.marine .category-name {
    color: #fff; }
  /* line 433, ../custom-sass/_home.scss */
  .actualite-main-wrapper .actu-wrap.marine .share-wrapper .share {
    color: #fff;
    cursor: pointer; }
    /* line 436, ../custom-sass/_home.scss */
    .actualite-main-wrapper .actu-wrap.marine .share-wrapper .share:before {
      background: url('../images/sprites-sbf26d17511.png') -2354px 0;
      height: 39px;
      width: 40px;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      display: block; }
      @media only screen and (max-width: 767px) {
        /* line 436, ../custom-sass/_home.scss */
        .actualite-main-wrapper .actu-wrap.marine .share-wrapper .share:before {
          background: url("../images/s-share.png") 0 0 no-repeat transparent;
          background-size: 20px auto;
          width: 20px;
          height: 20px; } }
  /* line 452, ../custom-sass/_home.scss */
  .actualite-main-wrapper .actu-wrap.marine .act-publised-date,
  .actualite-main-wrapper .actu-wrap.marine .actualite-pg-titre,
  .actualite-main-wrapper .actu-wrap.marine .act-more a,
  .actualite-main-wrapper .actu-wrap.marine .hp-actualite-content-innner {
    color: #fff; }
  /* line 458, ../custom-sass/_home.scss */
  .actualite-main-wrapper .actu-wrap.marine .hp-actualite-content-innner {
    color: #fff; }
    /* line 462, ../custom-sass/_home.scss */
    .actualite-main-wrapper .actu-wrap.marine .hp-actualite-content-innner ol li::after {
      background: #fff; }
  /* line 468, ../custom-sass/_home.scss */
  .actualite-main-wrapper .actu-wrap.marine .see-all-news a {
    color: #fff;
    border-color: #fff; }
  /* line 473, ../custom-sass/_home.scss */
  .actualite-main-wrapper .thumbnail-wrapper {
    margin-left: 16.66667%;
    position: relative;
    float: left;
    width: 66.66667%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      /* line 473, ../custom-sass/_home.scss */
      .actualite-main-wrapper .thumbnail-wrapper {
        margin-left: 8.33333%; } }
    @media (min-width: 992px) {
      /* line 473, ../custom-sass/_home.scss */
      .actualite-main-wrapper .thumbnail-wrapper {
        margin-left: 0%; } }
    @media (min-width: 768px) {
      /* line 473, ../custom-sass/_home.scss */
      .actualite-main-wrapper .thumbnail-wrapper {
        float: left;
        width: 83.33333%; } }
    @media (min-width: 992px) {
      /* line 473, ../custom-sass/_home.scss */
      .actualite-main-wrapper .thumbnail-wrapper {
        float: left;
        width: 41.66667%; } }
    /* line 480, ../custom-sass/_home.scss */
    .actualite-main-wrapper .thumbnail-wrapper:before {
      content: "";
      background: #FFF;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 38%; }
      @media only screen and (max-width: 991px) {
        /* line 480, ../custom-sass/_home.scss */
        .actualite-main-wrapper .thumbnail-wrapper:before {
          display: none; } }
  /* line 493, ../custom-sass/_home.scss */
  .actualite-main-wrapper .share-wrapper {
    position: relative;
    float: left;
    width: 16.66667%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    padding-top: 100px; }
    @media (min-width: 768px) {
      /* line 493, ../custom-sass/_home.scss */
      .actualite-main-wrapper .share-wrapper {
        float: left;
        width: 8.33333%; } }
    @media (min-width: 992px) {
      /* line 493, ../custom-sass/_home.scss */
      .actualite-main-wrapper .share-wrapper {
        float: left;
        width: 8.33333%; } }
  /* line 500, ../custom-sass/_home.scss */
  .actualite-main-wrapper .act-description {
    margin-left: 16.66667%;
    position: relative;
    float: left;
    width: 66.66667%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 100px; }
    @media (min-width: 768px) {
      /* line 500, ../custom-sass/_home.scss */
      .actualite-main-wrapper .act-description {
        margin-left: 8.33333%; } }
    @media (min-width: 992px) {
      /* line 500, ../custom-sass/_home.scss */
      .actualite-main-wrapper .act-description {
        margin-left: 0%; } }
    @media (min-width: 768px) {
      /* line 500, ../custom-sass/_home.scss */
      .actualite-main-wrapper .act-description {
        float: left;
        width: 83.33333%; } }
    @media (min-width: 992px) {
      /* line 500, ../custom-sass/_home.scss */
      .actualite-main-wrapper .act-description {
        float: left;
        width: 41.66667%; } }
    @media only screen and (max-width: 991px) {
      /* line 500, ../custom-sass/_home.scss */
      .actualite-main-wrapper .act-description {
        padding-top: 65px; } }
    @media only screen and (max-width: 767px) {
      /* line 500, ../custom-sass/_home.scss */
      .actualite-main-wrapper .act-description {
        padding-top: 32px; } }
    /* line 514, ../custom-sass/_home.scss */
    .actualite-main-wrapper .act-description .hp-actualite-content {
      max-width: 550px;
      width: 100%; }
      /* line 517, ../custom-sass/_home.scss */
      .single-post .actualite-main-wrapper .act-description .hp-actualite-content {
        padding-bottom: 100px;
        padding-right: 50px; }
  /* line 523, ../custom-sass/_home.scss */
  .actualite-main-wrapper .category-name {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 253px;
    top: 32px; }
    @media only screen and (max-width: 767px) {
      /* line 523, ../custom-sass/_home.scss */
      .actualite-main-wrapper .category-name {
        padding-top: 32px; } }
    /* line 536, ../custom-sass/_home.scss */
    .actualite-main-wrapper .category-name .category {
      color: #fff; }
    @media only screen and (max-width: 1319px) {
      /* line 523, ../custom-sass/_home.scss */
      .actualite-main-wrapper .category-name {
        left: 160px;
        top: 35px;
        font-size: 25px; } }
    @media only screen and (max-width: 991px) {
      /* line 523, ../custom-sass/_home.scss */
      .actualite-main-wrapper .category-name {
        position: relative;
        left: 0;
        top: 0;
        margin: 35px 0;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      /* line 523, ../custom-sass/_home.scss */
      .actualite-main-wrapper .category-name {
        font-size: 15px;
        margin: 17px 0; } }
  /* line 556, ../custom-sass/_home.scss */
  .actualite-main-wrapper .act-thumbnail {
    width: 100%;
    text-align: center;
    margin: 100px 0 220px;
    padding: 0;
    position: relative;
    z-index: 2;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 35px -15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 35px -15px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 35px -15px; }
    @media screen and (min-device-width: 991px) and (max-device-width: 1320px) {
      /* line 556, ../custom-sass/_home.scss */
      .actualite-main-wrapper .act-thumbnail {
        height: 296px;
        line-height: 330px; } }
    @media only screen and (max-width: 991px) {
      /* line 556, ../custom-sass/_home.scss */
      .actualite-main-wrapper .act-thumbnail {
        margin: 0; } }
    @media only screen and (max-width: 767px) {
      /* line 556, ../custom-sass/_home.scss */
      .actualite-main-wrapper .act-thumbnail {
        height: 195px;
        line-height: 195px; } }
    /* line 585, ../custom-sass/_home.scss */
    .actualite-main-wrapper .act-thumbnail img {
      display: inline-block;
      position: relative;
      z-index: 9;
      width: 100%;
      height: 100%; }
  /* line 593, ../custom-sass/_home.scss */
  .actualite-main-wrapper .actualite-pg-titre {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin-bottom: 32px; }
    @media only screen and (max-width: 767px) {
      /* line 593, ../custom-sass/_home.scss */
      .actualite-main-wrapper .actualite-pg-titre {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 20px; } }
  /* line 606, ../custom-sass/_home.scss */
  .actualite-main-wrapper .act-publised-date,
  .actualite-main-wrapper .hp-actualite-content,
  .actualite-main-wrapper .act-more {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      /* line 606, ../custom-sass/_home.scss */
      .actualite-main-wrapper .act-publised-date,
      .actualite-main-wrapper .hp-actualite-content,
      .actualite-main-wrapper .act-more {
        font-size: 12px;
        line-height: 12px; } }
  /* line 619, ../custom-sass/_home.scss */
  .actualite-main-wrapper .act-publised-date {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      /* line 619, ../custom-sass/_home.scss */
      .actualite-main-wrapper .act-publised-date {
        margin-bottom: 20px; } }
  /* line 625, ../custom-sass/_home.scss */
  .actualite-main-wrapper .hp-actualite-content-innner {
    display: inline; }
    /* line 628, ../custom-sass/_home.scss */
    .actualite-main-wrapper .hp-actualite-content-innner ol li {
      position: relative;
      padding: 0 0 0 15px; }
      @media only screen and (max-width: 767px) {
        /* line 628, ../custom-sass/_home.scss */
        .actualite-main-wrapper .hp-actualite-content-innner ol li {
          padding: 0 0 0 7px; } }
      /* line 634, ../custom-sass/_home.scss */
      .actualite-main-wrapper .hp-actualite-content-innner ol li::after {
        content: '';
        width: 5px;
        height: 5px;
        position: absolute;
        top: 12px;
        left: 0;
        background: #000;
        border-radius: 50%; }
        @media only screen and (max-width: 767px) {
          /* line 634, ../custom-sass/_home.scss */
          .actualite-main-wrapper .hp-actualite-content-innner ol li::after {
            width: 2px;
            height: 2px;
            top: 5px; } }
  /* line 652, ../custom-sass/_home.scss */
  .actualite-main-wrapper .act-more {
    display: inline; }
    /* line 654, ../custom-sass/_home.scss */
    .actualite-main-wrapper .act-more a {
      font-weight: bold;
      text-decoration: underline;
      color: #fff; }
      /* line 658, ../custom-sass/_home.scss */
      .actualite-main-wrapper .act-more a:hover {
        text-decoration: none; }
  /* line 663, ../custom-sass/_home.scss */
  .actualite-main-wrapper .see-all-news {
    text-align: right;
    margin: 111px 0 0; }
    @media only screen and (max-width: 991px) {
      /* line 663, ../custom-sass/_home.scss */
      .actualite-main-wrapper .see-all-news {
        margin-top: 60px; } }
    @media only screen and (max-width: 767px) {
      /* line 663, ../custom-sass/_home.scss */
      .actualite-main-wrapper .see-all-news {
        margin-top: 30px;
        text-align: center; } }
    /* line 673, ../custom-sass/_home.scss */
    .actualite-main-wrapper .see-all-news a {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 24px;
      font-weight: 400;
      line-height: 24px;
      color: #fff;
      text-decoration: none;
      border: 3px solid #fff;
      padding: 5px 50px;
      display: inline-block;
      text-transform: lowercase;
      background: none;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      padding: 8px 50px; }
      /* line 341, ../custom-sass/helpers/_mixins.scss */
      .actualite-main-wrapper .see-all-news a:hover {
        background: #fff;
        color: #000; }
      @media only screen and (max-width: 767px) {
        /* line 673, ../custom-sass/_home.scss */
        .actualite-main-wrapper .see-all-news a {
          padding: 5px 25px;
          border: 2px solid #fff;
          font-size: 18px;
          line-height: 18px; } }
      @media only screen and (max-width: 767px) {
        /* line 673, ../custom-sass/_home.scss */
        .actualite-main-wrapper .see-all-news a {
          font-size: 18px;
          line-height: 18px;
          padding: 4px 25px; } }
  /* line 684, ../custom-sass/_home.scss */
  .actualite-main-wrapper .share {
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 50px;
    width: 40px;
    display: inline-block;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      /* line 684, ../custom-sass/_home.scss */
      .actualite-main-wrapper .share {
        width: 24px;
        padding-top: 27px;
        font-size: 8px;
        line-height: 8px; } }
    /* line 702, ../custom-sass/_home.scss */
    .actualite-main-wrapper .share:before {
      background: url('../images/sprites-sbf26d17511.png') -2354px 0;
      height: 39px;
      width: 40px;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      display: block; }
      @media only screen and (max-width: 767px) {
        /* line 702, ../custom-sass/_home.scss */
        .actualite-main-wrapper .share:before {
          background: url("../images/sprites/share.png") 0 0 no-repeat transparent;
          background-size: 20px auto;
          width: 20px;
          height: 20px; } }
  /* line 717, ../custom-sass/_home.scss */
  .actualite-main-wrapper .act-bx-custom-controls-direction {
    width: 100%;
    position: relative;
    z-index: 3; }
    @media only screen and (max-width: 991px) {
      /* line 717, ../custom-sass/_home.scss */
      .actualite-main-wrapper .act-bx-custom-controls-direction {
        display: none; } }
    /* line 724, ../custom-sass/_home.scss */
    .actualite-main-wrapper .act-bx-custom-controls-direction .bx-prev {
      top: 37px;
      left: 65px;
      background: url('../images/sprites-sbf26d17511.png') -1805px 0;
      height: 24px;
      width: 16px;
      text-indent: -999px;
      overflow: hidden;
      display: block;
      position: absolute; }
      /* line 732, ../custom-sass/_home.scss */
      .actualite-main-wrapper .act-bx-custom-controls-direction .bx-prev:hover {
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        filter: alpha(opacity=50); }
      @media only screen and (max-width: 1319px) {
        /* line 724, ../custom-sass/_home.scss */
        .actualite-main-wrapper .act-bx-custom-controls-direction .bx-prev {
          left: 35px; } }
    /* line 739, ../custom-sass/_home.scss */
    .actualite-main-wrapper .act-bx-custom-controls-direction .bx-next {
      top: 37px;
      right: 72px;
      background: url('../images/sprites-sbf26d17511.png') -1784px 0;
      height: 24px;
      width: 16px;
      text-indent: -999px;
      overflow: hidden;
      display: block;
      position: absolute; }
      /* line 747, ../custom-sass/_home.scss */
      .actualite-main-wrapper .act-bx-custom-controls-direction .bx-next:hover {
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        filter: alpha(opacity=50); }
      @media only screen and (max-width: 1319px) {
        /* line 739, ../custom-sass/_home.scss */
        .actualite-main-wrapper .act-bx-custom-controls-direction .bx-next {
          right: 35px; } }
  /* line 755, ../custom-sass/_home.scss */
  .actualite-main-wrapper .social-share-widget {
    width: 345px;
    background: #FFF;
    position: absolute;
    top: 15px;
    left: -121px;
    z-index: 8; }
    @media only screen and (max-width: 767px) {
      /* line 755, ../custom-sass/_home.scss */
      .actualite-main-wrapper .social-share-widget {
        left: -165px;
        top: 94px;
        width: 170px; } }
    /* line 767, ../custom-sass/_home.scss */
    .actualite-main-wrapper .social-share-widget:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 12.5px 0 12.5px;
      border-color: transparent transparent transparent;
      position: absolute;
      left: 45%;
      bottom: -14px;
      content: ""; }
      @media only screen and (max-width: 767px) {
        /* line 767, ../custom-sass/_home.scss */
        .actualite-main-wrapper .social-share-widget:after {
          border: none; } }
    /* line 781, ../custom-sass/_home.scss */
    .actualite-main-wrapper .social-share-widget > div {
      float: left;
      margin: 12px; }
      @media only screen and (max-width: 767px) {
        /* line 781, ../custom-sass/_home.scss */
        .actualite-main-wrapper .social-share-widget > div {
          left: 0;
          margin: 6px; } }
      /* line 788, ../custom-sass/_home.scss */
      .actualite-main-wrapper .social-share-widget > div a {
        display: block;
        overflow: hidden;
        text-indent: -999px; }
    /* line 794, ../custom-sass/_home.scss */
    .actualite-main-wrapper .social-share-widget .facebook a {
      background: url('../images/sprites-sbf26d17511.png') -2917px 0;
      height: 44px;
      width: 42px; }
      @media only screen and (max-width: 767px) {
        /* line 794, ../custom-sass/_home.scss */
        .actualite-main-wrapper .social-share-widget .facebook a {
          background: url("../images/sprites/share-fb.png") 0 0 no-repeat transparent;
          background-size: 22px auto;
          width: 22px;
          height: 22px; } }
    /* line 803, ../custom-sass/_home.scss */
    .actualite-main-wrapper .social-share-widget .twitter a {
      background: url('../images/sprites-sbf26d17511.png') -2809px 0;
      height: 42px;
      width: 53px; }
      @media only screen and (max-width: 767px) {
        /* line 803, ../custom-sass/_home.scss */
        .actualite-main-wrapper .social-share-widget .twitter a {
          background: url("../images/sprites/share-tw.png") 0 0 no-repeat transparent;
          background-size: 23px 22px;
          width: 22px;
          height: 22px; } }
    /* line 812, ../custom-sass/_home.scss */
    .actualite-main-wrapper .social-share-widget .linkedin a {
      background: url('../images/sprites-sbf26d17511.png') -2762px 0;
      height: 42px;
      width: 42px; }
      @media only screen and (max-width: 767px) {
        /* line 812, ../custom-sass/_home.scss */
        .actualite-main-wrapper .social-share-widget .linkedin a {
          background: url("../images/sprites/share-in.png") 0 0 no-repeat transparent;
          background-size: 22px auto;
          width: 22px;
          height: 22px; } }
    /* line 821, ../custom-sass/_home.scss */
    .actualite-main-wrapper .social-share-widget .vimeo a {
      background: url('../images/sprites-sbf26d17511.png') -3011px 0;
      height: 44px;
      width: 46px; }
      @media only screen and (max-width: 767px) {
        /* line 821, ../custom-sass/_home.scss */
        .actualite-main-wrapper .social-share-widget .vimeo a {
          background: url("../images/sprites/share-vi.png") 0 0 no-repeat transparent;
          background-size: 22px auto;
          width: 22px;
          height: 22px; } }
    /* line 830, ../custom-sass/_home.scss */
    .actualite-main-wrapper .social-share-widget .mail a {
      background: url('../images/sprites-sbf26d17511.png') -2964px 0;
      height: 44px;
      width: 42px; }
      @media only screen and (max-width: 767px) {
        /* line 830, ../custom-sass/_home.scss */
        .actualite-main-wrapper .social-share-widget .mail a {
          background: url("../images/sprites/share-ma.png") 0 0 no-repeat transparent;
          background-size: 22px auto;
          width: 22px;
          height: 22px; } }

/* line 842, ../custom-sass/_home.scss */
.solution-main-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  *zoom: 1;
  /*@include responsive(md) {
      padding-left: $gutter-md / 2;
      padding-right: $gutter-md / 2;
  }*/
  /*@include responsive(sm) {
      padding-left: $gutter-sm / 2;
      padding-right: $gutter-sm / 2;
  }*/
  /*@include responsive(xs) {
      padding-left: $gutter-xs / 2;
      padding-right: $gutter-xs / 2;
  }*/ }
  @media (min-width: 768px) {
    /* line 842, ../custom-sass/_home.scss */
    .solution-main-wrapper {
      width: 740px; } }
  @media (min-width: 992px) {
    /* line 842, ../custom-sass/_home.scss */
    .solution-main-wrapper {
      width: 960px; } }
  @media (min-width: 1320px) {
    /* line 842, ../custom-sass/_home.scss */
    .solution-main-wrapper {
      width: 1320px; } }
  @media only screen and (max-width: 767px) {
    /* line 842, ../custom-sass/_home.scss */
    .solution-main-wrapper {
      margin-top: 30px;
      margin-bottom: 50px; } }
  /* line 848, ../custom-sass/_home.scss */
  .single-solution .solution-main-wrapper {
    margin-top: 0; }
  /* line 851, ../custom-sass/_home.scss */
  .solution-main-wrapper .solution-top-content {
    text-align: center;
    margin-bottom: 51px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    *zoom: 1;
    /*@include responsive(md) {
        padding-left: $gutter-md / 2;
        padding-right: $gutter-md / 2;
    }*/
    /*@include responsive(sm) {
        padding-left: $gutter-sm / 2;
        padding-right: $gutter-sm / 2;
    }*/
    /*@include responsive(xs) {
        padding-left: $gutter-xs / 2;
        padding-right: $gutter-xs / 2;
    }*/
    position: relative; }
    @media (min-width: 768px) {
      /* line 851, ../custom-sass/_home.scss */
      .solution-main-wrapper .solution-top-content {
        width: 740px; } }
    @media (min-width: 992px) {
      /* line 851, ../custom-sass/_home.scss */
      .solution-main-wrapper .solution-top-content {
        width: 960px; } }
    @media (min-width: 1320px) {
      /* line 851, ../custom-sass/_home.scss */
      .solution-main-wrapper .solution-top-content {
        width: 1320px; } }
  /* line 857, ../custom-sass/_home.scss */
  .solution-main-wrapper a:focus,
  .solution-main-wrapper a:hover {
    outline: medium none;
    outline-offset: 0;
    text-decoration: none; }
  /* line 863, ../custom-sass/_home.scss */
  .solution-main-wrapper .solu-title {
    margin: 0 0 13px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    color: #22252c; }
    @media only screen and (max-width: 767px) {
      /* line 863, ../custom-sass/_home.scss */
      .solution-main-wrapper .solu-title {
        font-size: 18px;
        line-height: 18px;
        margin: 0 0 6px; } }
  /* line 877, ../custom-sass/_home.scss */
  .solution-main-wrapper .solu-chapo {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 23px;
    color: #22252c; }
    @media only screen and (max-width: 767px) {
      /* line 877, ../custom-sass/_home.scss */
      .solution-main-wrapper .solu-chapo {
        font-size: 12px;
        line-height: 15px; } }
  /* line 890, ../custom-sass/_home.scss */
  .solution-main-wrapper #accordion .panel {
    border: none;
    -moz-box-shadow: #FFF 0 0 0;
    -webkit-box-shadow: #FFF 0 0 0;
    box-shadow: #FFF 0 0 0; }
  /* line 895, ../custom-sass/_home.scss */
  .solution-main-wrapper #accordion .panel-title a {
    display: inline-block; }
    /* line 897, ../custom-sass/_home.scss */
    .solution-main-wrapper #accordion .panel-title a:hover {
      text-decoration: none; }
  /* line 902, ../custom-sass/_home.scss */
  .solution-main-wrapper #accordion .panel-heading {
    border: none;
    padding: 0; }
  /* line 907, ../custom-sass/_home.scss */
  .solution-main-wrapper #accordion .solutn-title-wrapper {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 72px;
    color: #2d2d2d; }
    @media only screen and (max-width: 767px) {
      /* line 907, ../custom-sass/_home.scss */
      .solution-main-wrapper #accordion .solutn-title-wrapper {
        font-size: 36px;
        line-height: 36px; } }
  /* line 918, ../custom-sass/_home.scss */
  .solution-main-wrapper #accordion .panel-body {
    border: none;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      /* line 918, ../custom-sass/_home.scss */
      .solution-main-wrapper #accordion .panel-body {
        padding-top: 20px; } }
  /* line 927, ../custom-sass/_home.scss */
  .solution-main-wrapper .discover {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #22252c;
    text-decoration: none;
    border: 3px solid #22252c;
    padding: 5px 50px;
    display: inline-block;
    text-transform: lowercase;
    background: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 15px 0 0 25px;
    vertical-align: top; }
    /* line 341, ../custom-sass/helpers/_mixins.scss */
    .solution-main-wrapper .discover:hover {
      background: #22252c;
      color: #000; }
    @media only screen and (max-width: 767px) {
      /* line 927, ../custom-sass/_home.scss */
      .solution-main-wrapper .discover {
        padding: 5px 25px;
        border: 2px solid #22252c;
        font-size: 18px;
        line-height: 18px; } }
    /* line 931, ../custom-sass/_home.scss */
    .solution-main-wrapper .discover a {
      color: #22252c; }
      /* line 933, ../custom-sass/_home.scss */
      .solution-main-wrapper .discover a:hover {
        text-decoration: none;
        color: #FFF; }
  /* line 939, ../custom-sass/_home.scss */
  .solution-main-wrapper .solutn-inner-content {
    display: flex;
    margin-bottom: 80px; }
    @media only screen and (max-width: 767px) {
      /* line 939, ../custom-sass/_home.scss */
      .solution-main-wrapper .solutn-inner-content {
        display: block;
        margin-bottom: 40px; } }
  /* line 947, ../custom-sass/_home.scss */
  .solution-main-wrapper .solutn-thumbnail {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      /* line 947, ../custom-sass/_home.scss */
      .solution-main-wrapper .solutn-thumbnail {
        float: left;
        width: 41.66667%; } }
    @media only screen and (max-width: 767px) {
      /* line 947, ../custom-sass/_home.scss */
      .solution-main-wrapper .solutn-thumbnail {
        text-align: center; } }
    /* line 954, ../custom-sass/_home.scss */
    .solution-main-wrapper .solutn-thumbnail img {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      /* line 956, ../custom-sass/_home.scss */
      .solution-main-wrapper .solutn-thumbnail img:hover {
        transform: scale(1.1); }
    /* line 960, ../custom-sass/_home.scss */
    .solution-main-wrapper .solutn-thumbnail .inner-thumb {
      width: 350px;
      height: 233px;
      overflow: hidden;
      display: inline-block;
      max-width: 100%; }
  /* line 968, ../custom-sass/_home.scss */
  .solution-main-wrapper .content-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 992px) {
      /* line 968, ../custom-sass/_home.scss */
      .solution-main-wrapper .content-wrapper {
        float: left;
        width: 41.66667%; } }
    /* line 970, ../custom-sass/_home.scss */
    .solution-main-wrapper .content-wrapper .sous-titre {
      font-weight: bold;
      text-transform: uppercase; }
  /* line 975, ../custom-sass/_home.scss */
  .solution-main-wrapper .solutn-content,
  .solution-main-wrapper .solutn-more {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #2d2d2d;
    display: inline; }
  /* line 985, ../custom-sass/_home.scss */
  .solution-main-wrapper .solutn-more a {
    font-weight: bold;
    text-decoration: underline;
    color: #2d2d2d; }
    /* line 989, ../custom-sass/_home.scss */
    .solution-main-wrapper .solutn-more a:hover {
      text-decoration: none; }
  /* line 994, ../custom-sass/_home.scss */
  .solution-main-wrapper .solution-lien-marque {
    margin: 0 0 50px; }
    /* line 996, ../custom-sass/_home.scss */
    .solution-main-wrapper .solution-lien-marque .marque {
      display: inline-block;
      padding-right: 10px; }
      /* line 1000, ../custom-sass/_home.scss */
      .solution-main-wrapper .solution-lien-marque .marque:last-child a {
        border: none; }
      /* line 1004, ../custom-sass/_home.scss */
      .solution-main-wrapper .solution-lien-marque .marque a {
        border-right: 3px solid #2d2d2d;
        padding-right: 10px;
        text-decoration: none;
        display: block; }
        /* line 1009, ../custom-sass/_home.scss */
        .solution-main-wrapper .solution-lien-marque .marque a:hover {
          text-decoration: underline; }
      /* line 1013, ../custom-sass/_home.scss */
      .solution-main-wrapper .solution-lien-marque .marque span {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        color: #838383; }
      /* line 1020, ../custom-sass/_home.scss */
      .solution-main-wrapper .solution-lien-marque .marque .company {
        text-transform: uppercase;
        color: #2d2d2d; }
  /* line 1026, ../custom-sass/_home.scss */
  .solution-main-wrapper .pdf-catalogue {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    align-self: flex-end; }
    @media (min-width: 992px) {
      /* line 1026, ../custom-sass/_home.scss */
      .solution-main-wrapper .pdf-catalogue {
        float: left;
        width: 8.33333%; } }
    /* line 1030, ../custom-sass/_home.scss */
    .solution-main-wrapper .pdf-catalogue a {
      position: relative;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      text-transform: uppercase;
      color: #2d2d2d;
      padding-top: 50px;
      width: 40px;
      display: inline-block; }
      /* line 1041, ../custom-sass/_home.scss */
      .solution-main-wrapper .pdf-catalogue a:before {
        background: url('../images/sprites-sbf26d17511.png') -3062px 0;
        height: 48px;
        width: 42px;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block; }

/* line 1054, ../custom-sass/_home.scss */
.single-solution .all-wrapper {
  background: #f5f5f5;
  padding-bottom: 100px;
  padding-top: 70px; }
  /* line 1059, ../custom-sass/_home.scss */
  .single-solution .all-wrapper .panel-group .panel-heading {
    background: #f5f5f5; }
    /* line 1061, ../custom-sass/_home.scss */
    .single-solution .all-wrapper .panel-group .panel-heading.open {
      background: #fff; }

/* line 1069, ../custom-sass/_home.scss */
.all-wrapper {
  padding-bottom: 100px;
  padding-top: 50px; }
  @media only screen and (max-width: 767px) {
    /* line 1069, ../custom-sass/_home.scss */
    .all-wrapper {
      padding: 0; } }
  /* line 1076, ../custom-sass/_home.scss */
  .all-wrapper .panel-group .panel-heading {
    background: none; }

/* line 1082, ../custom-sass/_home.scss */
.contact-us-main-wrapper {
  margin: 0 0 20px;
  padding: 100px 0 128px;
  background: url("../images/sprites/contact-fond.png") 0 0 repeat #2d2d2d;
  position: relative; }
  @media only screen and (max-width: 991px) {
    /* line 1082, ../custom-sass/_home.scss */
    .contact-us-main-wrapper {
      padding: 60px 0; } }
  @media only screen and (max-width: 767px) {
    /* line 1082, ../custom-sass/_home.scss */
    .contact-us-main-wrapper {
      padding: 30px 0; } }
  /* line 1093, ../custom-sass/_home.scss */
  .contact-us-main-wrapper .ajax-loader {
    display: none; }
  /* line 1096, ../custom-sass/_home.scss */
  .contact-us-main-wrapper .contact-main-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0 0 72px;
    color: #93ffff;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      /* line 1096, ../custom-sass/_home.scss */
      .contact-us-main-wrapper .contact-main-title {
        font-size: 25px;
        line-height: 20px;
        margin: 0 0 36px; } }
  /* line 1111, ../custom-sass/_home.scss */
  .contact-us-main-wrapper .contact-us-address-content {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 992px) {
      /* line 1111, ../custom-sass/_home.scss */
      .contact-us-main-wrapper .contact-us-address-content {
        float: left;
        width: 41.66667%; } }
    @media (min-width: 992px) {
      /* line 1111, ../custom-sass/_home.scss */
      .contact-us-main-wrapper .contact-us-address-content {
        margin-left: 8.33333%; } }
    @media only screen and (max-width: 991px) {
      /* line 1111, ../custom-sass/_home.scss */
      .contact-us-main-wrapper .contact-us-address-content {
        text-align: center;
        padding: 0 0 60px;
        margin: auto;
        max-width: 560px; } }
    @media only screen and (max-width: 767px) {
      /* line 1111, ../custom-sass/_home.scss */
      .contact-us-main-wrapper .contact-us-address-content {
        padding: 0 0 30px;
        margin: auto; } }
    /* line 1126, ../custom-sass/_home.scss */
    .contact-us-main-wrapper .contact-us-address-content .entries {
      border: 2px solid #93ffff;
      color: #93ffff;
      font-size: 18px;
      letter-spacing: 0.5px;
      margin: 40px auto 10px;
      max-width: 200px;
      padding: 5px 0;
      text-align: center;
      display: none;
      cursor: pointer; }
      @media only screen and (max-width: 991px) {
        /* line 1126, ../custom-sass/_home.scss */
        .contact-us-main-wrapper .contact-us-address-content .entries {
          display: block; } }
      /* line 1140, ../custom-sass/_home.scss */
      .contact-us-main-wrapper .contact-us-address-content .entries:hover {
        background: #93ffff;
        color: #000; }
  /* line 1146, ../custom-sass/_home.scss */
  .contact-us-main-wrapper .svg-map {
    background: #FFF; }
  /* line 1149, ../custom-sass/_home.scss */
  .contact-us-main-wrapper .contact-form-cotent {
    position: relative;
    float: left;
    width: 83.33333%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 8.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 992px) {
      /* line 1149, ../custom-sass/_home.scss */
      .contact-us-main-wrapper .contact-form-cotent {
        float: left;
        width: 33.33333%; } }
    @media (min-width: 992px) {
      /* line 1149, ../custom-sass/_home.scss */
      .contact-us-main-wrapper .contact-form-cotent {
        margin-left: 8.33333%; } }
  /* line 1155, ../custom-sass/_home.scss */
  .contact-us-main-wrapper .contact-us-title,
  .contact-us-main-wrapper .contact-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 30px;
    color: #FFF;
    text-align: left; }
    @media only screen and (max-width: 991px) {
      /* line 1155, ../custom-sass/_home.scss */
      .contact-us-main-wrapper .contact-us-title,
      .contact-us-main-wrapper .contact-title {
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      /* line 1155, ../custom-sass/_home.scss */
      .contact-us-main-wrapper .contact-us-title,
      .contact-us-main-wrapper .contact-title {
        font-size: 15px;
        line-height: 13px;
        margin: 0 0 15px; } }
  /* line 1174, ../custom-sass/_home.scss */
  .contact-us-main-wrapper .contact-us-title {
    margin: 0 0 21px; }
  /* line 1178, ../custom-sass/_home.scss */
  .contact-us-main-wrapper .contact-info > div {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #FFF;
    margin-bottom: 8px; }
    @media only screen and (max-width: 767px) {
      /* line 1178, ../custom-sass/_home.scss */
      .contact-us-main-wrapper .contact-info > div {
        font-size: 15px;
        line-height: 13px; } }
    /* line 1189, ../custom-sass/_home.scss */
    .contact-us-main-wrapper .contact-info > div.pays {
      margin: 33px 0 34px;
      font-size: 24px;
      line-height: 30px;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        /* line 1189, ../custom-sass/_home.scss */
        .contact-us-main-wrapper .contact-info > div.pays {
          font-size: 15px;
          line-height: 13px;
          margin: 16px 0; } }
  /* line 1201, ../custom-sass/_home.scss */
  .contact-us-main-wrapper .contact-info a {
    color: #FFF;
    text-decoration: underline; }

/* line 1208, ../custom-sass/_home.scss */
.bloc-interactive-schema-hp {
  margin: 160px auto 0px;
  max-width: 1920px; }
  @media only screen and (max-width: 767px) {
    /* line 1208, ../custom-sass/_home.scss */
    .bloc-interactive-schema-hp {
      margin-bottom: 90px; } }
  /* line 1214, ../custom-sass/_home.scss */
  .bloc-interactive-schema-hp .panel-grid-cell {
    overflow: hidden;
    *zoom: 1;
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    display: flex;
    justify-content: left;
    background: #e9e9e9; }
    @media only screen and (max-width: 767px) {
      /* line 1214, ../custom-sass/_home.scss */
      .bloc-interactive-schema-hp .panel-grid-cell {
        display: block; } }
    /* line 1225, ../custom-sass/_home.scss */
    .bloc-interactive-schema-hp .panel-grid-cell > .so-panel {
      float: left;
      width: 50%; }
      @media only screen and (max-width: 767px) {
        /* line 1225, ../custom-sass/_home.scss */
        .bloc-interactive-schema-hp .panel-grid-cell > .so-panel {
          float: none;
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        /* line 1232, ../custom-sass/_home.scss */
        .bloc-interactive-schema-hp .panel-grid-cell > .so-panel.panel-first-child {
          padding: 15px 0; } }
      /* line 1236, ../custom-sass/_home.scss */
      .bloc-interactive-schema-hp .panel-grid-cell > .so-panel.panel-first-child .textwidget {
        padding: 0 15px; }
        /* line 1238, ../custom-sass/_home.scss */
        .bloc-interactive-schema-hp .panel-grid-cell > .so-panel.panel-first-child .textwidget h2 {
          font-size: 34px;
          text-transform: uppercase;
          margin-bottom: 15px; }
        /* line 1243, ../custom-sass/_home.scss */
        .bloc-interactive-schema-hp .panel-grid-cell > .so-panel.panel-first-child .textwidget a.btn {
          font-family: "Roboto Condensed", sans-serif;
          font-size: 24px;
          font-weight: 400;
          line-height: 24px;
          color: #333;
          text-decoration: none;
          border: 3px solid #333;
          padding: 5px 50px;
          display: inline-block;
          text-transform: lowercase;
          background: none;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          padding: 9px 50px;
          margin-top: 40px; }
          /* line 341, ../custom-sass/helpers/_mixins.scss */
          .bloc-interactive-schema-hp .panel-grid-cell > .so-panel.panel-first-child .textwidget a.btn:hover {
            background: #333;
            color: #000; }
          @media only screen and (max-width: 767px) {
            /* line 1243, ../custom-sass/_home.scss */
            .bloc-interactive-schema-hp .panel-grid-cell > .so-panel.panel-first-child .textwidget a.btn {
              padding: 5px 25px;
              border: 2px solid #333;
              font-size: 18px;
              line-height: 18px; } }
          /* line 1247, ../custom-sass/_home.scss */
          .bloc-interactive-schema-hp .panel-grid-cell > .so-panel.panel-first-child .textwidget a.btn:hover {
            color: #FFFFFF; }

/* line 1259, ../custom-sass/_home.scss */
#cookie-notice .cookie-notice-container {
  background: #58585a;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 14px;
  color: #fff; }
/* line 1266, ../custom-sass/_home.scss */
#cookie-notice .cn-button {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 14px;
  color: #58585a;
  border-radius: 0 !important;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffeeff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffeeff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffeeff, #ffffff);
  background-image: -o-linear-gradient(top, #ffeeff, #ffffff);
  background-image: linear-gradient(to bottom, #ffeeff, #ffffff);
  border-color: #ffeeff #ffffff #ffffff;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); }

/* line 1286, ../custom-sass/_home.scss */
.recherche_avance {
  margin-bottom: -160px; }
  /* line 1288, ../custom-sass/_home.scss */
  .recherche_avance .recherche_avance_bloc {
    max-width: 1920px;
    display: block;
    margin: auto;
    background: url(../images/sprites/contact-fond.png) 0 0 repeat #2d2d2d;
    overflow: hidden; }
    /* line 1294, ../custom-sass/_home.scss */
    .recherche_avance .recherche_avance_bloc .section-description {
      width: 100% !important;
      display: block; }
      /* line 1297, ../custom-sass/_home.scss */
      .recherche_avance .recherche_avance_bloc .section-description:before {
        content: '';
        position: absolute;
        top: -50px;
        left: 60px;
        width: 200px;
        height: 200px;
        background: transparent;
        background-image: url(../images/sprites/loop2.png);
        background-size: cover;
        opacity: 0.5;
        display: block;
        z-index: 00; }
        @media only screen and (max-width: 767px) {
          /* line 1297, ../custom-sass/_home.scss */
          .recherche_avance .recherche_avance_bloc .section-description:before {
            top: -45px;
            left: 0px; } }
      /* line 1315, ../custom-sass/_home.scss */
      .recherche_avance .recherche_avance_bloc .section-description .bandeau-advanced-product-search {
        display: inline-flex;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          /* line 1315, ../custom-sass/_home.scss */
          .recherche_avance .recherche_avance_bloc .section-description .bandeau-advanced-product-search {
            display: block; } }
        /* line 1321, ../custom-sass/_home.scss */
        .recherche_avance .recherche_avance_bloc .section-description .bandeau-advanced-product-search .title-container {
          display: block;
          text-align: left;
          width: 80%;
          padding-left: 15%;
          color: #93ffff;
          z-index: 10; }
          @media only screen and (max-width: 767px) {
            /* line 1321, ../custom-sass/_home.scss */
            .recherche_avance .recherche_avance_bloc .section-description .bandeau-advanced-product-search .title-container {
              widows: 100%;
              padding-left: 2%; } }
          /* line 1332, ../custom-sass/_home.scss */
          .recherche_avance .recherche_avance_bloc .section-description .bandeau-advanced-product-search .title-container .intro-title {
            font-size: 35px;
            font-family: "Roboto Condensed";
            font-weight: 400; }
            @media only screen and (max-width: 767px) {
              /* line 1332, ../custom-sass/_home.scss */
              .recherche_avance .recherche_avance_bloc .section-description .bandeau-advanced-product-search .title-container .intro-title {
                font-size: 27px; } }
          /* line 1340, ../custom-sass/_home.scss */
          .recherche_avance .recherche_avance_bloc .section-description .bandeau-advanced-product-search .title-container .title {
            font-size: 48px;
            font-family: "Roboto Condensed";
            line-height: 75px; }
            @media only screen and (max-width: 767px) {
              /* line 1340, ../custom-sass/_home.scss */
              .recherche_avance .recherche_avance_bloc .section-description .bandeau-advanced-product-search .title-container .title {
                font-size: 30px;
                line-height: 35px; } }
        /* line 1350, ../custom-sass/_home.scss */
        .recherche_avance .recherche_avance_bloc .section-description .bandeau-advanced-product-search .btn-redirection {
          margin-top: 25px;
          width: 20%;
          display: block; }
          @media only screen and (max-width: 767px) {
            /* line 1350, ../custom-sass/_home.scss */
            .recherche_avance .recherche_avance_bloc .section-description .bandeau-advanced-product-search .btn-redirection {
              float: right;
              margin-bottom: 20px;
              width: auto; } }
          /* line 1359, ../custom-sass/_home.scss */
          .recherche_avance .recherche_avance_bloc .section-description .bandeau-advanced-product-search .btn-redirection a {
            font-family: "Roboto Condensed", sans-serif;
            font-size: 24px;
            font-weight: 400;
            line-height: 24px;
            color: #93ffff;
            text-decoration: none;
            border: 3px solid #93ffff;
            display: inline-block;
            text-transform: lowercase;
            background: none;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            padding: 9px 40px; }
            /* line 1375, ../custom-sass/_home.scss */
            .recherche_avance .recherche_avance_bloc .section-description .bandeau-advanced-product-search .btn-redirection a:hover {
              background: #93ffff;
              color: #fff; }

/* line 1389, ../custom-sass/_home.scss */
.mc-layout__modalContent iframe {
  width: 100%;
  height: 100% !important; }

/* line 1396, ../custom-sass/_home.scss */
.bx-wrapper .bx-viewport {
  border: none !important;
  box-shadow: none !important; }

/* line 3, ../custom-sass/_forms.scss */
.wpcf7-form p {
  margin: 0 0 10px;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    /* line 3, ../custom-sass/_forms.scss */
    .wpcf7-form p {
      text-align: center; } }
  /* line 9, ../custom-sass/_forms.scss */
  .wpcf7-form p > span {
    text-align: left; }
    /* line 11, ../custom-sass/_forms.scss */
    .wpcf7-form p > span:first-child {
      margin: 0 0 7px;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 16px;
      display: block;
      color: #93ffff; }
      @media only screen and (max-width: 767px) {
        /* line 11, ../custom-sass/_forms.scss */
        .wpcf7-form p > span:first-child {
          font-size: 15px;
          line-height: 13px;
          margin-bottom: 3px; } }
/* line 27, ../custom-sass/_forms.scss */
.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  height: 39px;
  line-height: 30px;
  color: #93ffff;
  border: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px; }
  @media only screen and (max-width: 767px) {
    /* line 27, ../custom-sass/_forms.scss */
    .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
      font-size: 12px;
      height: 24px;
      line-height: 24px; } }
  /* line 41, ../custom-sass/_forms.scss */
  .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit).wpcf7-textarea {
    height: 100px;
    resize: none; }
    @media only screen and (max-width: 767px) {
      /* line 41, ../custom-sass/_forms.scss */
      .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit).wpcf7-textarea {
        height: 40px; } }
  /* line 48, ../custom-sass/_forms.scss */
  .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit).bootstrap-select {
    padding: 0; }
/* line 52, ../custom-sass/_forms.scss */
.wpcf7-form .wpcf7-submit {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #93ffff;
  text-decoration: none;
  border: 3px solid #93ffff;
  padding: 5px 50px;
  display: inline-block;
  text-transform: lowercase;
  background: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 20px;
  padding: 8px 50px; }
  /* line 341, ../custom-sass/helpers/_mixins.scss */
  .wpcf7-form .wpcf7-submit:hover {
    background: #93ffff;
    color: #000; }
  @media only screen and (max-width: 767px) {
    /* line 52, ../custom-sass/_forms.scss */
    .wpcf7-form .wpcf7-submit {
      padding: 5px 25px;
      border: 2px solid #93ffff;
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (max-width: 767px) {
    /* line 52, ../custom-sass/_forms.scss */
    .wpcf7-form .wpcf7-submit {
      padding: 10px 50px;
      font-size: 18px; } }
/* line 61, ../custom-sass/_forms.scss */
.wpcf7-form .filter-option {
  color: #2d2d2d;
  margin: 0;
  line-height: 39px; }
  @media only screen and (max-width: 767px) {
    /* line 61, ../custom-sass/_forms.scss */
    .wpcf7-form .filter-option {
      line-height: 24px;
      font-size: 12px; } }
/* line 70, ../custom-sass/_forms.scss */
.wpcf7-form .dropdown-toggle {
  padding: 0 15px;
  font-size: 16px; }
/* line 74, ../custom-sass/_forms.scss */
.wpcf7-form .wpcf7-form-control-wrap {
  margin: 0; }
/* line 78, ../custom-sass/_forms.scss */
.wpcf7-form .dropdown-menu a {
  color: #2d2d2d;
  font-size: 16px; }
/* line 85, ../custom-sass/_forms.scss */
.wpcf7-form .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  background: url('../images/sprites-sbf26d17511.png') -1526px 0;
  height: 16px;
  width: 24px;
  margin-top: -6px; }
  @media only screen and (max-width: 767px) {
    /* line 85, ../custom-sass/_forms.scss */
    .wpcf7-form .bootstrap-select.btn-group .dropdown-toggle .caret {
      background: url("../images/sprites/dropdown.png") 0 0 no-repeat transparent;
      background-size: 12px auto;
      width: 12px;
      height: 8px;
      margin-top: -3px; } }
/* line 99, ../custom-sass/_forms.scss */
.wpcf7-form .bootstrap-select.btn-group.open .dropdown-toggle .caret {
  background: url('../images/sprites-sbf26d17511.png') -1497px 0;
  height: 16px;
  width: 24px; }
  @media only screen and (max-width: 767px) {
    /* line 99, ../custom-sass/_forms.scss */
    .wpcf7-form .bootstrap-select.btn-group.open .dropdown-toggle .caret {
      background: url("../images/sprites/dropdown.png") 0 0 no-repeat transparent;
      background-size: 12px auto;
      width: 12px;
      height: 8px; } }
/* line 110, ../custom-sass/_forms.scss */
.wpcf7-form br {
  display: none; }

/* line 115, ../custom-sass/_forms.scss */
.wpcf7-list-item {
  margin: 0 0 0 10px !important;
  /* Aspect des checkboxes */
  /* :before sert ├á cr├®er la case ├á cocher */
  /* Aspect g├®n├®ral de la coche */
  /* Aspect si "pas coch├®e" */
  /* Aspect si "coch├®e" */
  /* styles de la coche (si coch├®e/d├®sactiv├®e) */
  /* on style aussi le label quand d├®sactiv├® */
  /* aspect au focus de l'├®l├®ment */ }
  /* line 117, ../custom-sass/_forms.scss */
  .wpcf7-list-item .wpcf7-list-item-label {
    float: right;
    text-align: justify;
    line-height: 20px !important; }
  /* line 122, ../custom-sass/_forms.scss */
  .wpcf7-list-item [type="checkbox"] {
    opacity: 0;
    -moz-opacity: 0.5;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2; }
  /* line 131, ../custom-sass/_forms.scss */
  .wpcf7-list-item [type="radio"]:not(:checked) + span,
  .wpcf7-list-item [type="radio"]:checked {
    position: absolute;
    /* permet de positionner les pseudo-├®l├®ments */
    padding-left: 28px;
    /* fait un peu d'espace pour notre case ├á venir */
    cursor: pointer;
    /* affiche un curseur adapt├® */ }
  /* line 140, ../custom-sass/_forms.scss */
  .wpcf7-list-item [type="checkbox"]:not(:checked) + span,
  .wpcf7-list-item [type="checkbox"]:checked + span {
    /* permet de positionner les pseudo-├®l├®ments */
    padding-left: 35px;
    /* fait un peu d'espace pour notre case ├á venir */
    cursor: pointer;
    /* affiche un curseur adapt├® */
    line-height: 28px;
    font-size: 18px; }
  /* line 153, ../custom-sass/_forms.scss */
  .wpcf7-list-item [type="checkbox"]:not(:checked) + span:before,
  .wpcf7-list-item [type="checkbox"]:checked + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    /* dim. de la case */
    background: none;
    border: 3px solid #93ffff; }
    /* line 164, ../custom-sass/_forms.scss */
    .checkboxes .wpcf7-list-item [type="checkbox"]:not(:checked) + span:before, .checkboxes
    .wpcf7-list-item [type="checkbox"]:checked + span:before {
      width: 16px;
      height: 16px; }
  /* line 170, ../custom-sass/_forms.scss */
  .wpcf7-list-item [type="checkbox"]:not(:checked) + span:after,
  .wpcf7-list-item [type="checkbox"]:checked + span:after {
    width: 28px;
    height: 28px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #93ffff; }
    /* line 179, ../custom-sass/_forms.scss */
    .checkboxes .wpcf7-list-item [type="checkbox"]:not(:checked) + span:after, .checkboxes
    .wpcf7-list-item [type="checkbox"]:checked + span:after {
      width: 16px;
      height: 16px; }
  /* line 185, ../custom-sass/_forms.scss */
  .wpcf7-list-item [type="checkbox"]:not(:checked) + span:after {
    opacity: 0;
    /* coche invisible */
    transform: scale(0);
    /* mise ├á l'├®chelle ├á 0 */ }
  /* line 192, ../custom-sass/_forms.scss */
  .wpcf7-list-item [type="checkbox"]:checked + span:after {
    opacity: 1;
    /* coche opaque */
    transform: scale(1);
    /* mise ├á l'├®chelle 1:1 */ }
  /* line 199, ../custom-sass/_forms.scss */
  .wpcf7-list-item [type="checkbox"]:disabled:checked + span:after {
    color: #999; }
  /* line 203, ../custom-sass/_forms.scss */
  .wpcf7-list-item [type="checkbox"]:disabled + span {
    color: #aaa; }
  /* line 207, ../custom-sass/_forms.scss */
  .wpcf7-list-item [type="checkbox"]:checked:focus + span:before,
  .wpcf7-list-item [type="checkbox"]:not(:checked):focus + span:before {
    border: 1px solid #93ffff; }

/* line 1, ../custom-sass/_main.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (max-width: 767px) {
  /* line 6, ../custom-sass/_main.scss */
  #content {
    margin-top: 45px; } }

/* line 13, ../custom-sass/_main.scss */
.panel-grid {
  margin: 0 !important; }
  /* line 15, ../custom-sass/_main.scss */
  .panel-grid .panel-grid-cell {
    padding: 0 !important; }

/* line 22, ../custom-sass/_main.scss */
.site-content #main-column .post,
.site-content #main-column .page {
  margin: 0;
  padding: 0;
  border: none; }

/* line 31, ../custom-sass/_main.scss */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 39, ../custom-sass/_main.scss */
.go-to-top {
  position: absolute;
  right: 0;
  top: 32px; }
  @media only screen and (max-width: 767px) {
    /* line 39, ../custom-sass/_main.scss */
    .go-to-top {
      display: none; } }
  /* line 46, ../custom-sass/_main.scss */
  .go-to-top > a {
    width: 80px;
    height: 80px;
    background-color: #FFF;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    position: relative; }
    /* line 54, ../custom-sass/_main.scss */
    .go-to-top > a:after {
      content: "";
      position: absolute;
      left: 30px;
      top: 30px;
      background: url('../images/sprites-sbf26d17511.png') -1497px 0;
      height: 16px;
      width: 24px; }

/* line 64, ../custom-sass/_main.scss */
.side-newsletter-contact {
  position: fixed;
  top: 37%;
  right: 0;
  z-index: 9; }
  @media only screen and (max-width: 767px) {
    /* line 64, ../custom-sass/_main.scss */
    .side-newsletter-contact {
      top: 80px; } }
  /* line 73, ../custom-sass/_main.scss */
  .side-newsletter-contact .icon,
  .side-newsletter-contact .news-icon {
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0 18px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0 18px 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0 18px 0; }
  /* line 77, ../custom-sass/_main.scss */
  .side-newsletter-contact .contact-float {
    clear: both;
    float: right;
    margin-bottom: 2px;
    cursor: pointer; }
    /* line 82, ../custom-sass/_main.scss */
    .home .side-newsletter-contact .contact-float {
      -moz-box-shadow: #FFF 0 0 0;
      -webkit-box-shadow: #FFF 0 0 0;
      box-shadow: #FFF 0 0 0; }
    /* line 88, ../custom-sass/_main.scss */
    .side-newsletter-contact .contact-float.open .contact .icon {
      background: url("../images/sprites/comment-on.png") 50% 57% no-repeat #2d2d2d; }
      @media only screen and (max-width: 767px) {
        /* line 88, ../custom-sass/_main.scss */
        .side-newsletter-contact .contact-float.open .contact .icon {
          background-size: 20px auto; } }
    /* line 95, ../custom-sass/_main.scss */
    .side-newsletter-contact .contact-float.open .question,
    .side-newsletter-contact .contact-float.open .mail {
      display: block;
      cursor: pointer; }
    /* line 100, ../custom-sass/_main.scss */
    .side-newsletter-contact .contact-float.open .fl-titre {
      opacity: 1;
      -moz-opacity: 0.5;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }
  /* line 105, ../custom-sass/_main.scss */
  .side-newsletter-contact ul {
    overflow: hidden;
    *zoom: 1;
    overflow: visible; }
  /* line 109, ../custom-sass/_main.scss */
  .side-newsletter-contact li {
    width: 80px;
    float: left;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      /* line 109, ../custom-sass/_main.scss */
      .side-newsletter-contact li {
        width: 60px; } }
  /* line 117, ../custom-sass/_main.scss */
  .side-newsletter-contact .fl-titre {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    margin-bottom: 5px;
    height: 27px;
    width: 70px;
    opacity: 0;
    -moz-opacity: 0.5;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    display: block; }
    @media only screen and (max-width: 767px) {
      /* line 117, ../custom-sass/_main.scss */
      .side-newsletter-contact .fl-titre {
        font-size: 8px; } }
  /* line 142, ../custom-sass/_main.scss */
  .side-newsletter-contact .icon {
    width: 80px;
    height: 80px;
    display: block; }
    @media only screen and (max-width: 767px) {
      /* line 142, ../custom-sass/_main.scss */
      .side-newsletter-contact .icon {
        width: 60px;
        height: 60px; } }
  /* line 152, ../custom-sass/_main.scss */
  .side-newsletter-contact .contact .icon {
    background: url("../images/sprites/comment.png") 50% 57% no-repeat #FFF; }
    /* line 154, ../custom-sass/_main.scss */
    .side-newsletter-contact .contact .icon:hover {
      background: url("../images/sprites/comment-on.png") 50% 50% no-repeat #2d2d2d; }
      @media only screen and (max-width: 767px) {
        /* line 154, ../custom-sass/_main.scss */
        .side-newsletter-contact .contact .icon:hover {
          background-size: 20px auto; } }
    @media only screen and (max-width: 767px) {
      /* line 152, ../custom-sass/_main.scss */
      .side-newsletter-contact .contact .icon {
        background-size: 20px auto; } }
  /* line 164, ../custom-sass/_main.scss */
  .side-newsletter-contact .contact .fl-titre {
    left: -77px;
    top: 60px; }
  /* line 169, ../custom-sass/_main.scss */
  .side-newsletter-contact .question {
    display: none; }
    /* line 171, ../custom-sass/_main.scss */
    .side-newsletter-contact .question .icon {
      background: url("../images/sprites/question.png") 50% 50% no-repeat #FFF; }
      @media only screen and (max-width: 767px) {
        /* line 171, ../custom-sass/_main.scss */
        .side-newsletter-contact .question .icon {
          background-size: 20px auto; } }
  /* line 178, ../custom-sass/_main.scss */
  .side-newsletter-contact .mail {
    display: none; }
    /* line 180, ../custom-sass/_main.scss */
    .side-newsletter-contact .mail .icon {
      background: url("../images/sprites/mail.png") 50% 50% no-repeat #FFF; }
      @media only screen and (max-width: 767px) {
        /* line 180, ../custom-sass/_main.scss */
        .side-newsletter-contact .mail .icon {
          background-size: 20px auto; } }
  /* line 187, ../custom-sass/_main.scss */
  .side-newsletter-contact .newsletter-float {
    clear: both;
    float: right;
    width: auto;
    margin: 0;
    cursor: pointer;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0 18px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0 18px 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0 18px 0; }
    /* line 197, ../custom-sass/_main.scss */
    .home .side-newsletter-contact .newsletter-float {
      -moz-box-shadow: #FFF 0 0 0;
      -webkit-box-shadow: #FFF 0 0 0;
      box-shadow: #FFF 0 0 0; }
    /* line 200, ../custom-sass/_main.scss */
    .side-newsletter-contact .newsletter-float.open {
      width: 327px; }
      /* line 202, ../custom-sass/_main.scss */
      .home .side-newsletter-contact .newsletter-float.open {
        width: 455px; }
        @media only screen and (max-width: 767px) {
          /* line 202, ../custom-sass/_main.scss */
          .home .side-newsletter-contact .newsletter-float.open {
            width: 315px; } }
      /* line 208, ../custom-sass/_main.scss */
      .side-newsletter-contact .newsletter-float.open .fl-titre {
        opacity: 1;
        -moz-opacity: 0.5;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        text-align: center;
        padding: 0 10px; }
      /* line 217, ../custom-sass/_main.scss */
      .side-newsletter-contact .newsletter-float.open .news-form {
        display: block; }
      /* line 220, ../custom-sass/_main.scss */
      .side-newsletter-contact .newsletter-float.open .news-icon {
        background: url("../images/sprites/newsletter-on.png") 50% 50% no-repeat #2d2d2d; }
        @media only screen and (max-width: 767px) {
          /* line 220, ../custom-sass/_main.scss */
          .side-newsletter-contact .newsletter-float.open .news-icon {
            background-size: 20px auto; } }
    /* line 227, ../custom-sass/_main.scss */
    .side-newsletter-contact .newsletter-float .fl-titre {
      top: 0;
      width: 128px;
      float: left;
      margin: 30px 0 0;
      opacity: 0;
      -moz-opacity: 0.5;
      -webkit-opacity: 0;
      filter: alpha(opacity=0);
      display: none; }
      /* line 234, ../custom-sass/_main.scss */
      .home .side-newsletter-contact .newsletter-float .fl-titre {
        display: block; }
        @media only screen and (max-width: 767px) {
          /* line 234, ../custom-sass/_main.scss */
          .home .side-newsletter-contact .newsletter-float .fl-titre {
            width: 90px;
            margin: 20px 0 0; } }
    /* line 243, ../custom-sass/_main.scss */
    .side-newsletter-contact .newsletter-float .news-icon {
      width: 80px;
      height: 80px;
      display: block;
      float: left;
      background: url("../images/sprites/newsletter.png") 50% 50% no-repeat #fff; }
      /* line 249, ../custom-sass/_main.scss */
      .side-newsletter-contact .newsletter-float .news-icon:hover {
        background: url("../images/sprites/newsletter-on.png") 50% 50% no-repeat #2d2d2d; }
      @media only screen and (max-width: 767px) {
        /* line 243, ../custom-sass/_main.scss */
        .side-newsletter-contact .newsletter-float .news-icon {
          width: 60px;
          height: 60px;
          background-size: 20px auto; }
          /* line 256, ../custom-sass/_main.scss */
          .side-newsletter-contact .newsletter-float .news-icon:hover {
            background-size: 20px auto; } }
    /* line 261, ../custom-sass/_main.scss */
    .side-newsletter-contact .newsletter-float .news-form {
      display: none;
      height: 80px;
      width: 245px;
      float: left;
      position: relative; }
      @media only screen and (max-width: 767px) {
        /* line 261, ../custom-sass/_main.scss */
        .side-newsletter-contact .newsletter-float .news-form {
          width: 165px;
          height: 60px; } }
      /* line 271, ../custom-sass/_main.scss */
      .side-newsletter-contact .newsletter-float .news-form .mc4wp-response {
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px;
        height: 100%;
        width: auto; }
        /* line 279, ../custom-sass/_main.scss */
        .side-newsletter-contact .newsletter-float .news-form .mc4wp-response .mc4wp-alert.mc4wp-success {
          color: green; }
        /* line 282, ../custom-sass/_main.scss */
        .side-newsletter-contact .newsletter-float .news-form .mc4wp-response .mc4wp-alert.mc4wp-notice {
          color: red; }
    /* line 287, ../custom-sass/_main.scss */
    .side-newsletter-contact .newsletter-float [type="email"] {
      height: 80px;
      line-height: 18px;
      padding-left: 15px;
      border: 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 18px;
      text-align: left;
      color: #000;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      width: 247px;
      background: #FFF; }
      @media only screen and (max-width: 767px) {
        /* line 287, ../custom-sass/_main.scss */
        .side-newsletter-contact .newsletter-float [type="email"] {
          width: 174px;
          height: 60px;
          line-height: 60px;
          font-size: 12px;
          padding-left: 12px; } }
    /* line 307, ../custom-sass/_main.scss */
    .side-newsletter-contact .newsletter-float [type="submit"] {
      border: 0;
      font-size: 24px;
      font-weight: bold;
      height: 80px;
      position: absolute;
      right: 0;
      top: 0;
      width: 78px; }
      @media only screen and (max-width: 767px) {
        /* line 307, ../custom-sass/_main.scss */
        .side-newsletter-contact .newsletter-float [type="submit"] {
          width: 60px;
          height: 60px;
          font-size: 15px; } }

/* line 325, ../custom-sass/_main.scss */
.partner-top-content {
  text-align: center;
  padding-top: 82px;
  padding-bottom: 82px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  *zoom: 1;
  /*@include responsive(md) {
      padding-left: $gutter-md / 2;
      padding-right: $gutter-md / 2;
  }*/
  /*@include responsive(sm) {
      padding-left: $gutter-sm / 2;
      padding-right: $gutter-sm / 2;
  }*/
  /*@include responsive(xs) {
      padding-left: $gutter-xs / 2;
      padding-right: $gutter-xs / 2;
  }*/ }
  @media (min-width: 768px) {
    /* line 325, ../custom-sass/_main.scss */
    .partner-top-content {
      width: 740px; } }
  @media (min-width: 992px) {
    /* line 325, ../custom-sass/_main.scss */
    .partner-top-content {
      width: 960px; } }
  @media (min-width: 1320px) {
    /* line 325, ../custom-sass/_main.scss */
    .partner-top-content {
      width: 1320px; } }
  /* line 330, ../custom-sass/_main.scss */
  .partner-top-content .part-chapo {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #22252c; }

/* line 340, ../custom-sass/_main.scss */
.partners-content-wrapper {
  padding-bottom: 43px; }

/* line 344, ../custom-sass/_main.scss */
.partner {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 85px; }
  /* line 347, ../custom-sass/_main.scss */
  .partner .image {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    background: #eae9e9;
    text-align: center;
    height: 400px;
    line-height: 400px; }
    @media (min-width: 992px) {
      /* line 347, ../custom-sass/_main.scss */
      .partner .image {
        float: left;
        width: 41.66667%; } }
    /* line 353, ../custom-sass/_main.scss */
    .partner .image img {
      vertical-align: middle;
      display: inline-block; }
  /* line 358, ../custom-sass/_main.scss */
  .partner .content-right {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 992px) {
      /* line 358, ../custom-sass/_main.scss */
      .partner .content-right {
        margin-left: 8.33333%; } }
    @media (min-width: 992px) {
      /* line 358, ../custom-sass/_main.scss */
      .partner .content-right {
        float: left;
        width: 50%; } }
  /* line 362, ../custom-sass/_main.scss */
  .partner .inner {
    margin-top: 22px; }
  /* line 365, ../custom-sass/_main.scss */
  .partner .border-top {
    position: relative;
    left: -60px; }
  /* line 369, ../custom-sass/_main.scss */
  .partner .title {
    margin: 0 0 25px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #22252c; }
  /* line 377, ../custom-sass/_main.scss */
  .partner .description {
    margin: 0 0 25px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #22252c; }
  /* line 385, ../custom-sass/_main.scss */
  .partner .link a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #22252c;
    text-decoration: none; }
    /* line 392, ../custom-sass/_main.scss */
    .partner .link a:hover {
      text-decoration: underline; }

/* line 398, ../custom-sass/_main.scss */
.breadcrumb {
  background: #FFF;
  text-align: center;
  margin: 15px 0 60px; }
  @media only screen and (max-width: 767px) {
    /* line 398, ../custom-sass/_main.scss */
    .breadcrumb {
      margin: 10px 0 30px; } }
  /* line 405, ../custom-sass/_main.scss */
  .single-industry .breadcrumb {
    margin-bottom: 41px; }
  /* line 408, ../custom-sass/_main.scss */
  .breadcrumb ul {
    padding: 0; }
    /* line 410, ../custom-sass/_main.scss */
    .breadcrumb ul li {
      display: inline-block;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 14px;
      text-transform: uppercase;
      padding: 0 12px;
      border-right: 2px solid #000; }
      @media only screen and (max-width: 767px) {
        /* line 410, ../custom-sass/_main.scss */
        .breadcrumb ul li {
          font-size: 10px;
          line-height: 7px; } }
      /* line 423, ../custom-sass/_main.scss */
      .breadcrumb ul li:last-child {
        border: none; }
  /* line 428, ../custom-sass/_main.scss */
  .breadcrumb a {
    color: #2d2d2d; }
  /* line 433, ../custom-sass/_main.scss */
  .breadcrumb .single-format-standard ul li {
    border-color: #000; }

/* line 441, ../custom-sass/_main.scss */
.key_figures_main_title .kf_title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: left;
  font-size: "Roboto Condensed", sans-serif;
  font-size: 102px;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
  color: #93ffff;
  z-index: 1;
  max-width: 1320px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 465, ../custom-sass/_main.scss */
.about-us-top-content .breadcrumb ul li,
.top-banner-content .breadcrumb ul li,
.page-brand-top-content .breadcrumb ul li {
  border-color: #fff; }

/* line 472, ../custom-sass/_main.scss */
.about-us-top-content,
.top-banner-content,
.cga-top-content,
.page-brand-top-content {
  position: relative; }
  /* line 480, ../custom-sass/_main.scss */
  .about-us-top-content .breadcrumb,
  .top-banner-content .breadcrumb,
  .cga-top-content .breadcrumb,
  .page-brand-top-content .breadcrumb {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: none;
    margin: 20px 0 0;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      /* line 480, ../custom-sass/_main.scss */
      .about-us-top-content .breadcrumb,
      .top-banner-content .breadcrumb,
      .cga-top-content .breadcrumb,
      .page-brand-top-content .breadcrumb {
        margin-top: 5px; } }
    /* line 492, ../custom-sass/_main.scss */
    .about-us-top-content .breadcrumb li,
    .about-us-top-content .breadcrumb a,
    .top-banner-content .breadcrumb li,
    .top-banner-content .breadcrumb a,
    .cga-top-content .breadcrumb li,
    .cga-top-content .breadcrumb a,
    .page-brand-top-content .breadcrumb li,
    .page-brand-top-content .breadcrumb a {
      color: #FFF; }
  /* line 497, ../custom-sass/_main.scss */
  .about-us-top-content.top-contact,
  .top-banner-content.top-contact,
  .cga-top-content.top-contact,
  .page-brand-top-content.top-contact {
    height: 352px; }
    @media only screen and (max-width: 767px) {
      /* line 497, ../custom-sass/_main.scss */
      .about-us-top-content.top-contact,
      .top-banner-content.top-contact,
      .cga-top-content.top-contact,
      .page-brand-top-content.top-contact {
        height: auto; } }
    /* line 503, ../custom-sass/_main.scss */
    .about-us-top-content.top-contact .breadcrumb li,
    .about-us-top-content.top-contact .breadcrumb a,
    .top-banner-content.top-contact .breadcrumb li,
    .top-banner-content.top-contact .breadcrumb a,
    .cga-top-content.top-contact .breadcrumb li,
    .cga-top-content.top-contact .breadcrumb a,
    .page-brand-top-content.top-contact .breadcrumb li,
    .page-brand-top-content.top-contact .breadcrumb a {
      color: #2d2d2d; }
    /* line 507, ../custom-sass/_main.scss */
    .about-us-top-content.top-contact .breadcrumb li,
    .top-banner-content.top-contact .breadcrumb li,
    .cga-top-content.top-contact .breadcrumb li,
    .page-brand-top-content.top-contact .breadcrumb li {
      border-color: #2d2d2d; }
  /* line 512, ../custom-sass/_main.scss */
  .about-us-top-content .titre,
  .top-banner-content .titre,
  .cga-top-content .titre,
  .page-brand-top-content .titre {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: left;
    font-size: "Roboto Condensed", sans-serif;
    font-size: 102px;
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase;
    color: #93ffff;
    z-index: 1;
    max-width: 1320px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 767px) {
      /* line 512, ../custom-sass/_main.scss */
      .about-us-top-content .titre,
      .top-banner-content .titre,
      .cga-top-content .titre,
      .page-brand-top-content .titre {
        font-size: 37px;
        padding-left: 20px; } }
    @media screen and (max-width: 1320px) {
      /* line 512, ../custom-sass/_main.scss */
      .about-us-top-content .titre,
      .top-banner-content .titre,
      .cga-top-content .titre,
      .page-brand-top-content .titre {
        padding-left: 20px; } }
  /* line 536, ../custom-sass/_main.scss */
  .about-us-top-content .image,
  .top-banner-content .image,
  .cga-top-content .image,
  .page-brand-top-content .image {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      /* line 536, ../custom-sass/_main.scss */
      .about-us-top-content .image,
      .top-banner-content .image,
      .cga-top-content .image,
      .page-brand-top-content .image {
        overflow: hidden; } }
    /* line 541, ../custom-sass/_main.scss */
    .about-us-top-content .image img,
    .top-banner-content .image img,
    .cga-top-content .image img,
    .page-brand-top-content .image img {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        /* line 541, ../custom-sass/_main.scss */
        .about-us-top-content .image img,
        .top-banner-content .image img,
        .cga-top-content .image img,
        .page-brand-top-content .image img {
          min-height: 175px;
          width: auto;
          max-width: inherit; } }

/* line 552, ../custom-sass/_main.scss */
iframe {
  max-width: 100%; }

/* line 558, ../custom-sass/_main.scss */
.qui-sommes-nous-main-wrapper .section-top-content {
  margin-bottom: 22px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  *zoom: 1;
  /*@include responsive(md) {
      padding-left: $gutter-md / 2;
      padding-right: $gutter-md / 2;
  }*/
  /*@include responsive(sm) {
      padding-left: $gutter-sm / 2;
      padding-right: $gutter-sm / 2;
  }*/
  /*@include responsive(xs) {
      padding-left: $gutter-xs / 2;
      padding-right: $gutter-xs / 2;
  }*/ }
  @media (min-width: 768px) {
    /* line 558, ../custom-sass/_main.scss */
    .qui-sommes-nous-main-wrapper .section-top-content {
      width: 740px; } }
  @media (min-width: 992px) {
    /* line 558, ../custom-sass/_main.scss */
    .qui-sommes-nous-main-wrapper .section-top-content {
      width: 960px; } }
  @media (min-width: 1320px) {
    /* line 558, ../custom-sass/_main.scss */
    .qui-sommes-nous-main-wrapper .section-top-content {
      width: 1320px; } }
  /* line 561, ../custom-sass/_main.scss */
  .qui-sommes-nous-main-wrapper .section-top-content h3 {
    color: #2d2d2d;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin: 111px 0 82px;
    text-transform: none; }
    @media only screen and (max-width: 767px) {
      /* line 561, ../custom-sass/_main.scss */
      .qui-sommes-nous-main-wrapper .section-top-content h3 {
        margin: 50px 0 40px; } }
/* line 574, ../custom-sass/_main.scss */
.qui-sommes-nous-main-wrapper .video {
  background: url("../images/fond-ombre-video.png") 50% 100% no-repeat transparent;
  padding-bottom: 65px;
  margin: 0 10px; }
  @media only screen and (max-width: 991px) {
    /* line 574, ../custom-sass/_main.scss */
    .qui-sommes-nous-main-wrapper .video {
      background-size: 100% auto;
      padding-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    /* line 574, ../custom-sass/_main.scss */
    .qui-sommes-nous-main-wrapper .video {
      padding-bottom: 20px; } }
  @media only screen and (max-width: 991px) {
    /* line 585, ../custom-sass/_main.scss */
    .qui-sommes-nous-main-wrapper .video iframe {
      height: 400px; } }
  @media only screen and (max-width: 767px) {
    /* line 585, ../custom-sass/_main.scss */
    .qui-sommes-nous-main-wrapper .video iframe {
      height: 170px; } }
/* line 594, ../custom-sass/_main.scss */
.qui-sommes-nous-main-wrapper .descriptif {
  position: relative;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  min-height: 200px;
  line-height: 200px; }
  @media (min-width: 992px) {
    /* line 594, ../custom-sass/_main.scss */
    .qui-sommes-nous-main-wrapper .descriptif {
      float: left;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    /* line 594, ../custom-sass/_main.scss */
    .qui-sommes-nous-main-wrapper .descriptif {
      margin-left: 16.66667%; } }
  @media only screen and (max-width: 767px) {
    /* line 594, ../custom-sass/_main.scss */
    .qui-sommes-nous-main-wrapper .descriptif {
      min-height: 126px;
      line-height: 126px; } }
  /* line 605, ../custom-sass/_main.scss */
  .qui-sommes-nous-main-wrapper .descriptif .date {
    color: #93ffff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 200px;
    font-weight: 700;
    line-height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      /* line 605, ../custom-sass/_main.scss */
      .qui-sommes-nous-main-wrapper .descriptif .date {
        font-size: 126px;
        line-height: 126px; } }
  /* line 621, ../custom-sass/_main.scss */
  .qui-sommes-nous-main-wrapper .descriptif p {
    position: relative;
    z-index: 2;
    vertical-align: middle;
    display: inline-block; }

/* line 630, ../custom-sass/_main.scss */
.about-us-menu {
  text-align: center;
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    /* line 630, ../custom-sass/_main.scss */
    .about-us-menu {
      margin-top: 25px; } }
  /* line 636, ../custom-sass/_main.scss */
  .about-us-menu li {
    display: inline-block;
    margin: 0 17px; }
    @media only screen and (max-width: 767px) {
      /* line 636, ../custom-sass/_main.scss */
      .about-us-menu li {
        margin-bottom: 15px;
        margin-left: 9px;
        margin-right: 9px; } }
    /* line 644, ../custom-sass/_main.scss */
    .about-us-menu li a {
      color: #c1c1c1;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 30px;
      font-weight: 700;
      line-height: 30px;
      text-transform: uppercase;
      position: relative; }
      @media only screen and (max-width: 767px) {
        /* line 644, ../custom-sass/_main.scss */
        .about-us-menu li a {
          font-size: 15px;
          line-height: 15px; } }
      /* line 656, ../custom-sass/_main.scss */
      .about-us-menu li a:hover {
        text-decoration: none; }
    /* line 660, ../custom-sass/_main.scss */
    .about-us-menu li.active, .about-us-menu li:hover {
      position: relative; }
      /* line 663, ../custom-sass/_main.scss */
      .about-us-menu li.active a, .about-us-menu li:hover a {
        color: #2d2d2d; }
        /* line 665, ../custom-sass/_main.scss */
        .about-us-menu li.active a:after, .about-us-menu li:hover a:after {
          content: "";
          position: absolute;
          bottom: -12px;
          left: 0px;
          background: url('../images/sprites-sbf26d17511.png') -164px 0;
          height: 11px;
          width: 77px;
          display: block; }
          @media only screen and (max-width: 767px) {
            /* line 665, ../custom-sass/_main.scss */
            .about-us-menu li.active a:after, .about-us-menu li:hover a:after {
              background: url("../images/sprites/border-top.png") 0 0 no-repeat transparent;
              -moz-background-size: 38px auto;
              -o-background-size: 38px auto;
              -webkit-background-size: 38px auto;
              background-size: 38px auto; } }

/* line 683, ../custom-sass/_main.scss */
.timeline-content-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  *zoom: 1;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  margin: 0 0 120px;
  padding: 28px 0 0; }
  @media only screen and (max-width: 767px) {
    /* line 683, ../custom-sass/_main.scss */
    .timeline-content-wrapper {
      margin: 0 0 60px; } }
  /* line 692, ../custom-sass/_main.scss */
  .timeline-content-wrapper::before {
    content: "";
    background: #fff;
    display: block;
    height: 22px;
    left: 50%;
    top: 0;
    position: absolute;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    width: 22px;
    border-radius: 50%;
    border: 3px solid #93ffff;
    z-index: 1; }
  /* line 707, ../custom-sass/_main.scss */
  .timeline-content-wrapper::after {
    background: #93ffff;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    top: 0;
    position: absolute;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    width: 3px; }
  /* line 719, ../custom-sass/_main.scss */
  .timeline-content-wrapper h3 {
    color: #93ffff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 100px;
    font-weight: bold;
    line-height: 80px; }
    @media only screen and (max-width: 767px) {
      /* line 719, ../custom-sass/_main.scss */
      .timeline-content-wrapper h3 {
        font-size: 50px;
        line-height: 35px; } }
  /* line 730, ../custom-sass/_main.scss */
  .timeline-content-wrapper p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.6px; }
    @media only screen and (max-width: 767px) {
      /* line 730, ../custom-sass/_main.scss */
      .timeline-content-wrapper p {
        font-size: 12px;
        line-height: 12px; } }
  /* line 740, ../custom-sass/_main.scss */
  .timeline-content-wrapper .right {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both;
    display: flex;
    padding: 40px 0; }
    @media (min-width: 992px) {
      /* line 740, ../custom-sass/_main.scss */
      .timeline-content-wrapper .right {
        float: left;
        width: 66.66667%; } }
    @media (min-width: 992px) {
      /* line 740, ../custom-sass/_main.scss */
      .timeline-content-wrapper .right {
        margin-left: 16.66667%; } }
    @media only screen and (max-width: 767px) {
      /* line 740, ../custom-sass/_main.scss */
      .timeline-content-wrapper .right {
        padding: 20px 0; } }
    /* line 749, ../custom-sass/_main.scss */
    .timeline-content-wrapper .right .section-description {
      align-self: center;
      padding: 0 0 0 100px;
      text-align: left;
      width: 50%; }
      @media only screen and (max-width: 767px) {
        /* line 749, ../custom-sass/_main.scss */
        .timeline-content-wrapper .right .section-description {
          padding: 0 0 0 50px; } }
      /* line 757, ../custom-sass/_main.scss */
      .timeline-content-wrapper .right .section-description h3 {
        position: relative; }
        /* line 759, ../custom-sass/_main.scss */
        .timeline-content-wrapper .right .section-description h3::before {
          content: "";
          position: absolute;
          left: -100px;
          bottom: 6px;
          background: url('../images/sprites-sbf26d17511.png') -246px 0;
          height: 11px;
          width: 77px; }
          @media only screen and (max-width: 767px) {
            /* line 759, ../custom-sass/_main.scss */
            .timeline-content-wrapper .right .section-description h3::before {
              background: url("../images/sprites/time-right.png") 0 0 no-repeat transparent;
              -moz-background-size: 33px 5px;
              -o-background-size: 33px 5px;
              -webkit-background-size: 33px 5px;
              background-size: 33px 5px;
              left: -50px; } }
    /* line 774, ../custom-sass/_main.scss */
    .timeline-content-wrapper .right .section-image-droit {
      align-self: center;
      padding: 30px 100px 0 0;
      text-align: right;
      width: 50%; }
      @media only screen and (max-width: 767px) {
        /* line 774, ../custom-sass/_main.scss */
        .timeline-content-wrapper .right .section-image-droit {
          padding: 0 50px 0 0; } }
  /* line 784, ../custom-sass/_main.scss */
  .timeline-content-wrapper .left {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both;
    display: flex;
    padding: 40px 0; }
    @media (min-width: 992px) {
      /* line 784, ../custom-sass/_main.scss */
      .timeline-content-wrapper .left {
        float: left;
        width: 66.66667%; } }
    @media (min-width: 992px) {
      /* line 784, ../custom-sass/_main.scss */
      .timeline-content-wrapper .left {
        margin-left: 16.66667%; } }
    @media only screen and (max-width: 767px) {
      /* line 784, ../custom-sass/_main.scss */
      .timeline-content-wrapper .left {
        padding: 20px 0; } }
    /* line 793, ../custom-sass/_main.scss */
    .timeline-content-wrapper .left .section-description {
      align-self: center;
      padding: 0 100px 0 0;
      text-align: right;
      width: 50%; }
      @media only screen and (max-width: 767px) {
        /* line 793, ../custom-sass/_main.scss */
        .timeline-content-wrapper .left .section-description {
          padding-right: 50px; } }
      /* line 801, ../custom-sass/_main.scss */
      .timeline-content-wrapper .left .section-description h3 {
        position: relative; }
        /* line 803, ../custom-sass/_main.scss */
        .timeline-content-wrapper .left .section-description h3::before {
          content: "";
          position: absolute;
          right: -100px;
          bottom: 6px;
          background: url('../images/sprites-sbf26d17511.png') -328px 0;
          height: 11px;
          width: 77px; }
          @media only screen and (max-width: 767px) {
            /* line 803, ../custom-sass/_main.scss */
            .timeline-content-wrapper .left .section-description h3::before {
              background: url("../images/sprites/time-left.png") 0 0 no-repeat transparent;
              -moz-background-size: 33px 5px;
              -o-background-size: 33px 5px;
              -webkit-background-size: 33px 5px;
              background-size: 33px 5px;
              right: -95px; } }
    /* line 818, ../custom-sass/_main.scss */
    .timeline-content-wrapper .left .section-image-gauche {
      align-self: center;
      padding: 27px 0 0 100px;
      text-align: left;
      width: 50%; }
      @media only screen and (max-width: 767px) {
        /* line 818, ../custom-sass/_main.scss */
        .timeline-content-wrapper .left .section-image-gauche {
          padding: 0 0 0 50px; } }

/* line 830, ../custom-sass/_main.scss */
.center {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  clear: both;
  background: #fff;
  z-index: 1;
  padding: 30px 0 10px; }
  @media (min-width: 992px) {
    /* line 830, ../custom-sass/_main.scss */
    .center {
      float: left;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    /* line 830, ../custom-sass/_main.scss */
    .center {
      margin-left: 16.66667%; } }
  /* line 837, ../custom-sass/_main.scss */
  .center .section-image-centre {
    text-align: center; }
    /* line 839, ../custom-sass/_main.scss */
    .center .section-image-centre img {
      margin: 10px 0 25px; }
  /* line 843, ../custom-sass/_main.scss */
  .center::before {
    border: 3px solid #93ffff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 22px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0px);
    width: 22px; }

/* line 858, ../custom-sass/_main.scss */
.back {
  margin: 0 0 4% 10%; }
  /* line 860, ../custom-sass/_main.scss */
  .back > a,
  .back > button {
    background: #fff url("../images/sprites/actuprev.png") no-repeat scroll 0 2px;
    border: medium none;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    height: 25px;
    line-height: 20px;
    padding: 0 0 0 35px;
    text-transform: lowercase;
    color: #2d2d2d; }
    /* line 871, ../custom-sass/_main.scss */
    .back > a:hover,
    .back > button:hover {
      background: url(../images/sprites/indusprev.png) no-repeat 0 2px;
      text-decoration: none;
      color: #D2D3D4; }

/* line 879, ../custom-sass/_main.scss */
.BrandTitleHeader {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  *zoom: 1;
  /*@include responsive(md) {
      padding-left: $gutter-md / 2;
      padding-right: $gutter-md / 2;
  }*/
  /*@include responsive(sm) {
      padding-left: $gutter-sm / 2;
      padding-right: $gutter-sm / 2;
  }*/
  /*@include responsive(xs) {
      padding-left: $gutter-xs / 2;
      padding-right: $gutter-xs / 2;
  }*/
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    /* line 879, ../custom-sass/_main.scss */
    .BrandTitleHeader {
      width: 740px; } }
  @media (min-width: 992px) {
    /* line 879, ../custom-sass/_main.scss */
    .BrandTitleHeader {
      width: 960px; } }
  @media (min-width: 1320px) {
    /* line 879, ../custom-sass/_main.scss */
    .BrandTitleHeader {
      width: 1320px; } }
  /* line 882, ../custom-sass/_main.scss */
  .BrandTitleHeader .brand_title_headers {
    padding: 0 0 15px 35px; }
    /* line 884, ../custom-sass/_main.scss */
    .BrandTitleHeader .brand_title_headers .brand_brand,
    .BrandTitleHeader .brand_title_headers .brand_section {
      font-size: 60px;
      line-height: 60px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      color: #2d2d2d; }
      @media only screen and (max-width: 767px) {
        /* line 884, ../custom-sass/_main.scss */
        .BrandTitleHeader .brand_title_headers .brand_brand,
        .BrandTitleHeader .brand_title_headers .brand_section {
          font-size: 30px;
          line-height: 30px; } }
    /* line 896, ../custom-sass/_main.scss */
    .BrandTitleHeader .brand_title_headers .brand_section {
      color: #838383;
      text-transform: none; }
  /* line 901, ../custom-sass/_main.scss */
  .BrandTitleHeader .text-desc {
    margin-left: 35px; }
  /* line 904, ../custom-sass/_main.scss */
  .BrandTitleHeader .brand_description {
    padding: 40px 0 0;
    min-height: 100px; }
    @media only screen and (max-width: 767px) {
      /* line 904, ../custom-sass/_main.scss */
      .BrandTitleHeader .brand_description {
        padding: 0 10px; } }
    /* line 910, ../custom-sass/_main.scss */
    .BrandTitleHeader .brand_description p {
      color: #2d2d2d;
      font-size: 25px;
      line-height: 25px;
      text-transform: uppercase; }
      @media only screen and (max-width: 1319px) {
        /* line 910, ../custom-sass/_main.scss */
        .BrandTitleHeader .brand_description p {
          padding-bottom: 40px; } }
      @media only screen and (max-width: 767px) {
        /* line 910, ../custom-sass/_main.scss */
        .BrandTitleHeader .brand_description p {
          font-size: 15px;
          line-height: 15px;
          background-size: 100% auto; } }

/* line 929, ../custom-sass/_main.scss */
.page-template-page_rd-php .introduction-block {
  padding: 100px 0 70px; }
  @media screen and (max-width: 991px) {
    /* line 929, ../custom-sass/_main.scss */
    .page-template-page_rd-php .introduction-block {
      padding-top: 50px; } }
  @media screen and (max-width: 320px) {
    /* line 929, ../custom-sass/_main.scss */
    .page-template-page_rd-php .introduction-block {
      padding-top: 25px; } }
  /* line 937, ../custom-sass/_main.scss */
  .page-template-page_rd-php .introduction-block .title {
    font-size: 36px;
    line-height: 110px;
    margin: 0 0 45px; }
    @media screen and (max-width: 991px) {
      /* line 937, ../custom-sass/_main.scss */
      .page-template-page_rd-php .introduction-block .title {
        line-height: 36px; } }
    @media only screen and (max-width: 767px) {
      /* line 937, ../custom-sass/_main.scss */
      .page-template-page_rd-php .introduction-block .title {
        font-size: 14px;
        line-height: 18px; } }
  /* line 949, ../custom-sass/_main.scss */
  .page-template-page_rd-php .introduction-block .excerpt {
    font-size: 18px;
    line-height: 20px;
    text-transform: none;
    color: #22252c;
    margin-left: 0;
    padding: 40px 70px 0; }
    @media only screen and (max-width: 767px) {
      /* line 949, ../custom-sass/_main.scss */
      .page-template-page_rd-php .introduction-block .excerpt {
        padding: 20px 35px 0;
        font-size: 14px; } }

/* line 964, ../custom-sass/_main.scss */
#rd-slider-carousel .carousel-inner {
  margin: 0; }

/* line 968, ../custom-sass/_main.scss */
.carousel.slide {
  float: left;
  padding: 0 75px; }
  @media only screen and (max-width: 767px) {
    /* line 968, ../custom-sass/_main.scss */
    .carousel.slide {
      padding: 0 30px; } }
  /* line 975, ../custom-sass/_main.scss */
  .carousel.slide .carousel-inner .item.active {
    margin: 0 0 50px; }
    /* line 977, ../custom-sass/_main.scss */
    .carousel.slide .carousel-inner .item.active img {
      -webkit-box-shadow: 0px 33px 40px -25px rgba(0, 0, 0, 0.67);
      -moz-box-shadow: 0px 33px 40px -25px rgba(0, 0, 0, 0.67);
      box-shadow: 0px 33px 40px -25px rgba(0, 0, 0, 0.67); }
  /* line 984, ../custom-sass/_main.scss */
  .carousel.slide .left.carousel-control,
  .carousel.slide .right.carousel-control {
    background-image: none; }
  /* line 988, ../custom-sass/_main.scss */
  .carousel.slide .glyphicon-chevron-left::before,
  .carousel.slide .glyphicon-chevron-right::before {
    display: none; }
  /* line 992, ../custom-sass/_main.scss */
  .carousel.slide .carousel-control {
    top: -50px; }
  /* line 996, ../custom-sass/_main.scss */
  .carousel.slide .left.carousel-control::before {
    content: '';
    background: url('../images/sprites-sbf26d17511.png') -1805px 0;
    height: 24px;
    width: 16px;
    position: absolute;
    top: 50%;
    left: 45px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px); }
    @media only screen and (max-width: 767px) {
      /* line 996, ../custom-sass/_main.scss */
      .carousel.slide .left.carousel-control::before {
        display: none; } }
  /* line 1010, ../custom-sass/_main.scss */
  .carousel.slide .right.carousel-control::before {
    content: '';
    background: url('../images/sprites-sbf26d17511.png') -1784px 0;
    height: 24px;
    width: 16px;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px); }
    @media only screen and (max-width: 767px) {
      /* line 1010, ../custom-sass/_main.scss */
      .carousel.slide .right.carousel-control::before {
        display: none; } }

/* line 1025, ../custom-sass/_main.scss */
.expertise-block {
  margin: 0 0 60px; }
  @media only screen and (max-width: 767px) {
    /* line 1025, ../custom-sass/_main.scss */
    .expertise-block {
      margin: 0; } }
  /* line 1030, ../custom-sass/_main.scss */
  .expertise-block .title {
    margin: 0 0 40px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif; }
    @media only screen and (max-width: 767px) {
      /* line 1030, ../custom-sass/_main.scss */
      .expertise-block .title {
        font-size: 14px; } }
  /* line 1040, ../custom-sass/_main.scss */
  .expertise-block .wrapper {
    margin: 0 auto;
    padding: 40px 0 0;
    width: 945px;
    overflow: hidden;
    *zoom: 1; }
    @media screen and (max-width: 991px) {
      /* line 1040, ../custom-sass/_main.scss */
      .expertise-block .wrapper {
        width: 100%; } }
    /* line 1048, ../custom-sass/_main.scss */
    .expertise-block .wrapper .content {
      float: left;
      text-align: center;
      margin: 0 15px 0 18px; }
      @media screen and (max-width: 991px) {
        /* line 1048, ../custom-sass/_main.scss */
        .expertise-block .wrapper .content {
          float: none;
          margin-bottom: 30px; } }
      /* line 1056, ../custom-sass/_main.scss */
      .expertise-block .wrapper .content .image img {
        height: 200px;
        width: 200px;
        border-radius: 50%; }
        @media only screen and (max-width: 767px) {
          /* line 1056, ../custom-sass/_main.scss */
          .expertise-block .wrapper .content .image img {
            height: 100px;
            width: 100px; } }
      /* line 1065, ../custom-sass/_main.scss */
      .expertise-block .wrapper .content .excerpt {
        margin: 15px 15px 0;
        font-size: 18px;
        font-family: "Roboto Condensed", sans-serif; }
        @media only screen and (max-width: 767px) {
          /* line 1065, ../custom-sass/_main.scss */
          .expertise-block .wrapper .content .excerpt {
            font-size: 14px; } }
      /* line 1073, ../custom-sass/_main.scss */
      .expertise-block .wrapper .content:nth-of-type(2) {
        margin: 0 35px; }
        @media only screen and (max-width: 767px) {
          /* line 1073, ../custom-sass/_main.scss */
          .expertise-block .wrapper .content:nth-of-type(2) {
            margin-bottom: 30px; } }

/* line 1083, ../custom-sass/_main.scss */
.environment-block {
  padding: 50px 0 60px; }
  @media only screen and (max-width: 767px) {
    /* line 1083, ../custom-sass/_main.scss */
    .environment-block {
      margin: 5px 0 0; } }
  /* line 1088, ../custom-sass/_main.scss */
  .environment-block .title {
    text-align: center;
    font-size: 36px;
    line-height: 80px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2d2d2d;
    margin: 0 0 50px; }
    @media only screen and (max-width: 767px) {
      /* line 1088, ../custom-sass/_main.scss */
      .environment-block .title {
        font-size: 18px;
        margin: 0 0 5px; } }
  /* line 1101, ../custom-sass/_main.scss */
  .environment-block .overlay {
    line-height: 200px;
    min-height: 200px;
    margin: 0 0 35px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-align: center; }
    /* line 1109, ../custom-sass/_main.scss */
    .environment-block .overlay .background {
      left: 0;
      line-height: 200px;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    /* line 1117, ../custom-sass/_main.scss */
    .environment-block .overlay .foreground {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      z-index: 2;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 18px;
      line-height: 20px;
      width: 670px; }
      @media screen and (max-width: 991px) {
        /* line 1117, ../custom-sass/_main.scss */
        .environment-block .overlay .foreground {
          width: 100%;
          font-size: 14px; } }

/* line 1134, ../custom-sass/_main.scss */
.technicality-block {
  background: url("../images/carbon_big.jpg") no-repeat 0 0;
  background-size: cover;
  position: relative;
  margin: 75px 0 0; }
  @media screen and (max-width: 991px) {
    /* line 1134, ../custom-sass/_main.scss */
    .technicality-block {
      background: #2d2d2d;
      margin: 35px 0 0; } }
  /* line 1143, ../custom-sass/_main.scss */
  .technicality-block::after {
    content: '';
    background: url('../images/sprites-sbf26d17511.png') -2444px 0;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 28px;
    left: 51%;
    -webkit-transform: translate(-50%, 50px);
    -ms-transform: translate(-50%, 50px);
    -o-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px); }
  /* line 1152, ../custom-sass/_main.scss */
  .technicality-block .info {
    padding: 175px 0 100px;
    height: 500px; }
    @media screen and (max-width: 991px) {
      /* line 1152, ../custom-sass/_main.scss */
      .technicality-block .info {
        height: auto; } }
    /* line 1158, ../custom-sass/_main.scss */
    .technicality-block .info .subtitle {
      color: #fff;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 18px;
      margin: 0 0 30px;
      text-align: center; }
    /* line 1165, ../custom-sass/_main.scss */
    .technicality-block .info .title {
      color: #93ffff;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 60px;
      font-weight: bold;
      letter-spacing: 0.6px;
      line-height: 52px;
      margin: 0 auto;
      text-align: center;
      text-transform: uppercase;
      width: 390px; }
      @media screen and (max-width: 991px) {
        /* line 1165, ../custom-sass/_main.scss */
        .technicality-block .info .title {
          width: 100%;
          font-size: 30px;
          line-height: 30px; } }
  /* line 1183, ../custom-sass/_main.scss */
  .technicality-block .background-lower {
    background: url("../images/feuille.png") no-repeat center center;
    background-size: cover;
    height: 135px; }

/* line 1192, ../custom-sass/_main.scss */
.single-post .content_title_main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  *zoom: 1;
  /*@include responsive(md) {
      padding-left: $gutter-md / 2;
      padding-right: $gutter-md / 2;
  }*/
  /*@include responsive(sm) {
      padding-left: $gutter-sm / 2;
      padding-right: $gutter-sm / 2;
  }*/
  /*@include responsive(xs) {
      padding-left: $gutter-xs / 2;
      padding-right: $gutter-xs / 2;
  }*/ }
  @media (min-width: 768px) {
    /* line 1192, ../custom-sass/_main.scss */
    .single-post .content_title_main {
      width: 740px; } }
  @media (min-width: 992px) {
    /* line 1192, ../custom-sass/_main.scss */
    .single-post .content_title_main {
      width: 960px; } }
  @media (min-width: 1320px) {
    /* line 1192, ../custom-sass/_main.scss */
    .single-post .content_title_main {
      width: 1320px; } }
  @media screen and (max-width: 991px) {
    /* line 1192, ../custom-sass/_main.scss */
    .single-post .content_title_main {
      text-align: center; } }
  /* line 1197, ../custom-sass/_main.scss */
  .single-post .content_title_main .content_title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      /* line 1197, ../custom-sass/_main.scss */
      .single-post .content_title_main .content_title {
        font-size: 30px; } }
/* line 1207, ../custom-sass/_main.scss */
.single-post .actualite-main-wrapper {
  margin-top: 75px; }
  /* line 1209, ../custom-sass/_main.scss */
  .single-post .actualite-main-wrapper .share-wrapper {
    cursor: pointer; }
    /* line 1211, ../custom-sass/_main.scss */
    .single-post .actualite-main-wrapper .share-wrapper .download {
      position: relative;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      text-transform: uppercase;
      color: #2d2d2d;
      padding-top: 80px;
      width: 75px;
      display: inline-block;
      margin: 0 auto;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        /* line 1211, ../custom-sass/_main.scss */
        .single-post .actualite-main-wrapper .share-wrapper .download {
          width: 35px;
          padding-top: 27px;
          font-size: 8px;
          line-height: 8px;
          display: block; } }
      /* line 1231, ../custom-sass/_main.scss */
      .single-post .actualite-main-wrapper .share-wrapper .download:before {
        background: url('../images/sprites-sbf26d17511.png') -2534px 0;
        height: 41px;
        width: 35px;
        position: absolute;
        top: 50%;
        left: 50%;
        content: "";
        display: block;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media only screen and (max-width: 767px) {
          /* line 1231, ../custom-sass/_main.scss */
          .single-post .actualite-main-wrapper .share-wrapper .download:before {
            background: url("../images/sprites/s-download.png") 0 0 no-repeat transparent;
            background-size: 20px auto;
            width: 20px;
            height: 35px; } }

/* line 1252, ../custom-sass/_main.scss */
.recherche-actualite {
  margin-top: 130px;
  margin-bottom: 126px; }
  @media only screen and (max-width: 991px) {
    /* line 1252, ../custom-sass/_main.scss */
    .recherche-actualite {
      margin-top: 60px; } }
  /* line 1258, ../custom-sass/_main.scss */
  .recherche-actualite form {
    text-align: center; }
    /* line 1260, ../custom-sass/_main.scss */
    .recherche-actualite form .ui-autocomplete-input {
      border: 2px solid #000;
      height: 44px;
      width: 250px;
      padding: 0 20px; }
      @media only screen and (max-width: 767px) {
        /* line 1260, ../custom-sass/_main.scss */
        .recherche-actualite form .ui-autocomplete-input {
          margin: 0 0 25px;
          width: 210px;
          height: 37px; } }
    /* line 1271, ../custom-sass/_main.scss */
    .recherche-actualite form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-size: 20px;
      text-align: left;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        /* line 1271, ../custom-sass/_main.scss */
        .recherche-actualite form ::-webkit-input-placeholder {
          font-size: 16px; } }
    /* line 1280, ../custom-sass/_main.scss */
    .recherche-actualite form ::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 20px;
      text-align: left;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        /* line 1280, ../custom-sass/_main.scss */
        .recherche-actualite form ::-moz-placeholder {
          font-size: 16px; } }
    /* line 1289, ../custom-sass/_main.scss */
    .recherche-actualite form :-ms-input-placeholder {
      /* IE 10+ */
      font-size: 20px;
      text-align: left;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        /* line 1289, ../custom-sass/_main.scss */
        .recherche-actualite form :-ms-input-placeholder {
          font-size: 16px; } }
    /* line 1298, ../custom-sass/_main.scss */
    .recherche-actualite form :-moz-placeholder {
      /* Firefox 18- */
      font-size: 20px;
      text-align: left;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        /* line 1298, ../custom-sass/_main.scss */
        .recherche-actualite form :-moz-placeholder {
          font-size: 16px; } }
      @media screen and (-webkit-min-device-pixel-ratio: 0) {
        /* line 1298, ../custom-sass/_main.scss */
        .recherche-actualite form :-moz-placeholder {
          line-height: 22px; } }
    /* line 1310, ../custom-sass/_main.scss */
    .recherche-actualite form .btn-group.bootstrap-select {
      margin: 0 18px;
      width: 173px !important;
      vertical-align: top; }
      @media only screen and (max-width: 767px) {
        /* line 1310, ../custom-sass/_main.scss */
        .recherche-actualite form .btn-group.bootstrap-select {
          margin: 0 18px 25px;
          width: 135px !important; } }
      /* line 1318, ../custom-sass/_main.scss */
      .recherche-actualite form .btn-group.bootstrap-select .btn.dropdown-toggle.btn-default {
        border: 2px solid #000;
        box-shadow: none;
        text-shadow: none;
        height: 44px; }
        @media only screen and (max-width: 767px) {
          /* line 1318, ../custom-sass/_main.scss */
          .recherche-actualite form .btn-group.bootstrap-select .btn.dropdown-toggle.btn-default {
            height: 37px;
            padding-right: 18px; } }
        /* line 1327, ../custom-sass/_main.scss */
        .recherche-actualite form .btn-group.bootstrap-select .btn.dropdown-toggle.btn-default:hover, .recherche-actualite form .btn-group.bootstrap-select .btn.dropdown-toggle.btn-default:focus, .recherche-actualite form .btn-group.bootstrap-select .btn.dropdown-toggle.btn-default:active {
          background: #fff !important; }
        /* line 1332, ../custom-sass/_main.scss */
        .recherche-actualite form .btn-group.bootstrap-select .btn.dropdown-toggle.btn-default .filter-option.pull-left {
          font-size: 20px;
          text-transform: uppercase;
          color: #9c9c9c; }
          @media only screen and (max-width: 767px) {
            /* line 1332, ../custom-sass/_main.scss */
            .recherche-actualite form .btn-group.bootstrap-select .btn.dropdown-toggle.btn-default .filter-option.pull-left {
              font-size: 16px; } }
        /* line 1340, ../custom-sass/_main.scss */
        .recherche-actualite form .btn-group.bootstrap-select .btn.dropdown-toggle.btn-default .bs-caret {
          position: relative; }
          /* line 1342, ../custom-sass/_main.scss */
          .recherche-actualite form .btn-group.bootstrap-select .btn.dropdown-toggle.btn-default .bs-caret:after {
            content: "";
            position: absolute;
            left: -12px;
            top: 7px;
            background: url('../images/sprites-sbf26d17511.png') -1526px 0;
            height: 16px;
            width: 24px; }
            @media only screen and (max-width: 767px) {
              /* line 1342, ../custom-sass/_main.scss */
              .recherche-actualite form .btn-group.bootstrap-select .btn.dropdown-toggle.btn-default .bs-caret:after {
                background: url('../images/sprites-sbf26d17511.png') -1555px 0;
                height: 17px;
                width: 12px;
                top: 1px; } }
          /* line 1353, ../custom-sass/_main.scss */
          .recherche-actualite form .btn-group.bootstrap-select .btn.dropdown-toggle.btn-default .bs-caret .caret {
            display: none; }
    /* line 1359, ../custom-sass/_main.scss */
    .recherche-actualite form .selectpicker {
      width: 126px !important;
      margin: 0 15px 0 0;
      padding: 10px 12px;
      border: 2px solid #000;
      box-shadow: none;
      text-shadow: none;
      height: 44px;
      text-align: center;
      cursor: default;
      background: url(../images/sprites/dropdown.png) no-repeat 91% 55%; }
      @media only screen and (max-width: 767px) {
        /* line 1359, ../custom-sass/_main.scss */
        .recherche-actualite form .selectpicker {
          width: 90px !important; } }
      /* line 1373, ../custom-sass/_main.scss */
      .recherche-actualite form .selectpicker.active {
        background: none; }
  /* line 1378, ../custom-sass/_main.scss */
  .recherche-actualite input[type="submit"] {
    background: #2d2d2d url(../images/loop1.png) no-repeat center center;
    height: 44px;
    width: 70px;
    border: 0;
    text-indent: -9999px; }
    @media only screen and (max-width: 767px) {
      /* line 1378, ../custom-sass/_main.scss */
      .recherche-actualite input[type="submit"] {
        height: 37px;
        width: 50px; } }
  /* line 1389, ../custom-sass/_main.scss */
  .recherche-actualite .actualite-list {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    *zoom: 1;
    /*@include responsive(md) {
        padding-left: $gutter-md / 2;
        padding-right: $gutter-md / 2;
    }*/
    /*@include responsive(sm) {
        padding-left: $gutter-sm / 2;
        padding-right: $gutter-sm / 2;
    }*/
    /*@include responsive(xs) {
        padding-left: $gutter-xs / 2;
        padding-right: $gutter-xs / 2;
    }*/
    margin-top: 125px;
    text-align: center; }
    @media (min-width: 768px) {
      /* line 1389, ../custom-sass/_main.scss */
      .recherche-actualite .actualite-list {
        width: 740px; } }
    @media (min-width: 992px) {
      /* line 1389, ../custom-sass/_main.scss */
      .recherche-actualite .actualite-list {
        width: 960px; } }
    @media (min-width: 1320px) {
      /* line 1389, ../custom-sass/_main.scss */
      .recherche-actualite .actualite-list {
        width: 1320px; } }
    @media only screen and (max-width: 767px) {
      /* line 1389, ../custom-sass/_main.scss */
      .recherche-actualite .actualite-list {
        margin-top: 85px; } }
    /* line 1396, ../custom-sass/_main.scss */
    .recherche-actualite .actualite-list .actualite {
      display: inline-block;
      margin: 0 40px 80px;
      min-height: 300px;
      vertical-align: top;
      max-width: 310px; }
      @media only screen and (max-width: 767px) {
        /* line 1396, ../custom-sass/_main.scss */
        .recherche-actualite .actualite-list .actualite {
          margin: 0 auto 30px; } }
      /* line 1405, ../custom-sass/_main.scss */
      .recherche-actualite .actualite-list .actualite .top {
        overflow: hidden;
        *zoom: 1;
        background: #2d2d2d;
        padding: 2px 8px; }
        /* line 1409, ../custom-sass/_main.scss */
        .recherche-actualite .actualite-list .actualite .top .category {
          float: left;
          color: #fff;
          text-transform: uppercase; }
          /* line 1413, ../custom-sass/_main.scss */
          .recherche-actualite .actualite-list .actualite .top .category a {
            font-weight: bold;
            text-transform: uppercase;
            text-decoration: none;
            color: #fff; }
            /* line 1418, ../custom-sass/_main.scss */
            .recherche-actualite .actualite-list .actualite .top .category a:hover {
              text-decoration: none; }
        /* line 1423, ../custom-sass/_main.scss */
        .recherche-actualite .actualite-list .actualite .top .date {
          float: right;
          font-size: 14px;
          text-transform: uppercase;
          color: #fff; }
      /* line 1430, ../custom-sass/_main.scss */
      .recherche-actualite .actualite-list .actualite .image {
        position: relative; }
        /* line 1432, ../custom-sass/_main.scss */
        .recherche-actualite .actualite-list .actualite .image .img_news {
          background: transparent no-repeat 0 0;
          height: 100%;
          left: 0;
          position: absolute;
          text-indent: 99999px;
          top: 0;
          width: 100%;
          z-index: 1; }
      /* line 1443, ../custom-sass/_main.scss */
      .recherche-actualite .actualite-list .actualite .title {
        font-size: 20px;
        color: #2d2d2d;
        margin: 10px 0 0;
        text-align: left;
        font-weight: 700; }
      /* line 1450, ../custom-sass/_main.scss */
      .recherche-actualite .actualite-list .actualite .more {
        text-align: left; }
        /* line 1452, ../custom-sass/_main.scss */
        .recherche-actualite .actualite-list .actualite .more a {
          text-decoration: underline;
          color: #2d2d2d;
          font-weight: bold;
          font-size: 18px; }
  /* line 1461, ../custom-sass/_main.scss */
  .recherche-actualite .load-more {
    text-align: center; }
    /* line 1463, ../custom-sass/_main.scss */
    .recherche-actualite .load-more button {
      background: none;
      border: 2px solid #000;
      font-size: 18px;
      line-height: 20px;
      padding: 10px 20px;
      text-transform: lowercase;
      font-weight: 700; }

/* line 1477, ../custom-sass/_main.scss */
.recherche-actualite form .btn-group.bootstrap-select.open .btn.dropdown-toggle.btn-default,
.recherche-actualite form .btn-group.bootstrap-select.open .btn.dropdown-toggle.btn-default.date {
  background: #fff; }
  /* line 1481, ../custom-sass/_main.scss */
  .recherche-actualite form .btn-group.bootstrap-select.open .btn.dropdown-toggle.btn-default .bs-caret::after,
  .recherche-actualite form .btn-group.bootstrap-select.open .btn.dropdown-toggle.btn-default.date .bs-caret::after {
    background: url('../images/sprites-sbf26d17511.png') -1497px 0;
    height: 16px;
    width: 24px; }
/* line 1486, ../custom-sass/_main.scss */
.recherche-actualite form .btn-group.bootstrap-select.open .dropdown-menu.open {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #000 #000;
  border-color: #000;
  border-image: none;
  border-style: none solid solid;
  border-width: 0 2px 2px;
  margin: 0; }
  /* line 1499, ../custom-sass/_main.scss */
  .recherche-actualite form .btn-group.bootstrap-select.open .dropdown-menu.open ul li a {
    overflow: hidden;
    *zoom: 1; }
    /* line 1501, ../custom-sass/_main.scss */
    .recherche-actualite form .btn-group.bootstrap-select.open .dropdown-menu.open ul li a:hover, .recherche-actualite form .btn-group.bootstrap-select.open .dropdown-menu.open ul li a:focus, .recherche-actualite form .btn-group.bootstrap-select.open .dropdown-menu.open ul li a:active {
      background: #fff; }
    /* line 1506, ../custom-sass/_main.scss */
    .recherche-actualite form .btn-group.bootstrap-select.open .dropdown-menu.open ul li a span.text {
      float: left; }
    /* line 1509, ../custom-sass/_main.scss */
    .recherche-actualite form .btn-group.bootstrap-select.open .dropdown-menu.open ul li a span.glyphicon {
      float: right; }
      /* line 1511, ../custom-sass/_main.scss */
      .recherche-actualite form .btn-group.bootstrap-select.open .dropdown-menu.open ul li a span.glyphicon::before {
        border: 1px solid #000;
        position: absolute;
        top: 0;
        right: 0; }

/* line 1527, ../custom-sass/_main.scss */
.recherche-actualite form .btn-group.bootstrap-select.date.open .btn.dropdown-toggle.btn-default {
  border-bottom: 0; }
/* line 1530, ../custom-sass/_main.scss */
.recherche-actualite form .btn-group.bootstrap-select.date.open .dropdown-menu.open {
  width: 222px;
  border-top: 2px solid #000; }

/* line 1538, ../custom-sass/_main.scss */
.application-kf-main-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  *zoom: 1;
  /*@include responsive(md) {
      padding-left: $gutter-md / 2;
      padding-right: $gutter-md / 2;
  }*/
  /*@include responsive(sm) {
      padding-left: $gutter-sm / 2;
      padding-right: $gutter-sm / 2;
  }*/
  /*@include responsive(xs) {
      padding-left: $gutter-xs / 2;
      padding-right: $gutter-xs / 2;
  }*/
  background: #fff;
  text-align: center;
  padding-top: 108px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    /* line 1538, ../custom-sass/_main.scss */
    .application-kf-main-wrapper {
      width: 740px; } }
  @media (min-width: 992px) {
    /* line 1538, ../custom-sass/_main.scss */
    .application-kf-main-wrapper {
      width: 960px; } }
  @media (min-width: 1320px) {
    /* line 1538, ../custom-sass/_main.scss */
    .application-kf-main-wrapper {
      width: 1320px; } }
  @media only screen and (max-width: 767px) {
    /* line 1538, ../custom-sass/_main.scss */
    .application-kf-main-wrapper {
      padding-top: 60px;
      margin-bottom: 15px; } }
  /* line 1549, ../custom-sass/_main.scss */
  .application-kf-main-wrapper .application-kf-title-wrapper {
    margin: 0 0 81px; }
    /* line 1551, ../custom-sass/_main.scss */
    .application-kf-main-wrapper .application-kf-title-wrapper .kfseg-title {
      font-size: 36px;
      font-weight: bold;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        /* line 1551, ../custom-sass/_main.scss */
        .application-kf-main-wrapper .application-kf-title-wrapper .kfseg-title {
          font-size: 18px; } }
    /* line 1559, ../custom-sass/_main.scss */
    .application-kf-main-wrapper .application-kf-title-wrapper .kfseg-desc {
      font-size: 18px; }
  /* line 1566, ../custom-sass/_main.scss */
  .application-kf-main-wrapper .application-kf-content-container .application-kf-content-wrapper {
    float: none;
    display: inline-block;
    min-height: 0;
    vertical-align: top;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 85px;
    position: relative; }
    @media only screen and (max-width: 991px) {
      /* line 1566, ../custom-sass/_main.scss */
      .application-kf-main-wrapper .application-kf-content-container .application-kf-content-wrapper {
        margin-bottom: 25px; } }
    /* line 1580, ../custom-sass/_main.scss */
    .application-kf-main-wrapper .application-kf-content-container .application-kf-content-wrapper .kfseg-image {
      position: relative; }
      /* line 1582, ../custom-sass/_main.scss */
      .application-kf-main-wrapper .application-kf-content-container .application-kf-content-wrapper .kfseg-image a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
    /* line 1591, ../custom-sass/_main.scss */
    .application-kf-main-wrapper .application-kf-content-container .application-kf-content-wrapper .kfseg-title {
      width: 100%;
      font-size: 40px;
      font-weight: bold;
      left: 0;
      position: absolute;
      text-transform: uppercase;
      top: 50%;
      transform: translate(0, -50%);
      z-index: 1;
      color: #FFF; }
      @media only screen and (max-width: 767px) {
        /* line 1591, ../custom-sass/_main.scss */
        .application-kf-main-wrapper .application-kf-content-container .application-kf-content-wrapper .kfseg-title {
          font-size: 30px; } }

@media only screen and (max-width: 767px) {
  /* line 1610, ../custom-sass/_main.scss */
  .key-figures-description {
    display: none; } }
/* line 1614, ../custom-sass/_main.scss */
.key-figures-description .textwidget {
  text-align: center;
  padding-top: 10px; }
/* line 1618, ../custom-sass/_main.scss */
.key-figures-description .widget-title {
  font-size: 36px;
  line-height: 36px;
  margin-top: 30px; }

/* line 1629, ../custom-sass/_main.scss */
.produit .entry-content > div .panel-grid:first-child {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  *zoom: 1;
  /*@include responsive(md) {
      padding-left: $gutter-md / 2;
      padding-right: $gutter-md / 2;
  }*/
  /*@include responsive(sm) {
      padding-left: $gutter-sm / 2;
      padding-right: $gutter-sm / 2;
  }*/
  /*@include responsive(xs) {
      padding-left: $gutter-xs / 2;
      padding-right: $gutter-xs / 2;
  }*/
  margin-left: auto !important;
  margin-right: auto !important; }
  @media (min-width: 768px) {
    /* line 1629, ../custom-sass/_main.scss */
    .produit .entry-content > div .panel-grid:first-child {
      width: 740px; } }
  @media (min-width: 992px) {
    /* line 1629, ../custom-sass/_main.scss */
    .produit .entry-content > div .panel-grid:first-child {
      width: 960px; } }
  @media (min-width: 1320px) {
    /* line 1629, ../custom-sass/_main.scss */
    .produit .entry-content > div .panel-grid:first-child {
      width: 1320px; } }
/* line 1638, ../custom-sass/_main.scss */
.produit .first-product-block {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  *zoom: 1; }
  /* line 1641, ../custom-sass/_main.scss */
  .produit .first-product-block .panel-grid-cell:first-child {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.3333% !important; }
    @media (min-width: 992px) {
      /* line 1641, ../custom-sass/_main.scss */
      .produit .first-product-block .panel-grid-cell:first-child {
        margin-left: 8.33333%; } }
    @media (min-width: 992px) {
      /* line 1641, ../custom-sass/_main.scss */
      .produit .first-product-block .panel-grid-cell:first-child {
        float: left;
        width: 25%; } }
    @media only screen and (max-width: 767px) {
      /* line 1641, ../custom-sass/_main.scss */
      .produit .first-product-block .panel-grid-cell:first-child {
        width: 100% !important; } }
  /* line 1649, ../custom-sass/_main.scss */
  .produit .first-product-block .panel-grid-cell:nth-child(2) {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 992px) {
      /* line 1649, ../custom-sass/_main.scss */
      .produit .first-product-block .panel-grid-cell:nth-child(2) {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      /* line 1649, ../custom-sass/_main.scss */
      .produit .first-product-block .panel-grid-cell:nth-child(2) {
        margin-left: 8.33333%; } }

/* line 1658, ../custom-sass/_main.scss */
.products-top-wrapper .produit-pictos {
  margin-top: 20px; }
  /* line 1660, ../custom-sass/_main.scss */
  .products-top-wrapper .produit-pictos .image-iso {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 30px 20px 0;
    max-width: 45px; }
    /* line 1667, ../custom-sass/_main.scss */
    .products-top-wrapper .produit-pictos .image-iso:nth-child(6n+6) {
      margin-right: 0; }
    /* line 1670, ../custom-sass/_main.scss */
    .products-top-wrapper .produit-pictos .image-iso span {
      display: none;
      min-width: 30px;
      background-color: #555;
      color: #fff;
      text-align: center;
      margin: 5px 0 0;
      padding: 5px 15px;
      border-radius: 6px;
      position: absolute;
      z-index: 1; }
      /* line 1681, ../custom-sass/_main.scss */
      .products-top-wrapper .produit-pictos .image-iso span::after {
        border-color: transparent transparent #555;
        border-style: solid;
        border-width: 5px;
        bottom: 100%;
        content: "";
        left: 25%;
        margin-left: -5px;
        position: absolute; }
    /* line 1693, ../custom-sass/_main.scss */
    .products-top-wrapper .produit-pictos .image-iso:hover span {
      display: flex; }
    /* line 1697, ../custom-sass/_main.scss */
    .products-top-wrapper .produit-pictos .image-iso .hover-text {
      cursor: default; }

/* line 1705, ../custom-sass/_main.scss */
.type-produit .widget-title {
  margin: 20px 0 0;
  text-align: left;
  padding: 15px 45px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    /* line 1705, ../custom-sass/_main.scss */
    .type-produit .widget-title {
      padding: 15px 50px 0; } }
  /* line 1717, ../custom-sass/_main.scss */
  .type-produit .widget-title:before {
    content: "";
    background: url('../images/sprites-sbf26d17511.png') -2534px 0;
    height: 41px;
    width: 35px;
    position: absolute;
    left: 0;
    bottom: 0; }
    @media only screen and (max-width: 767px) {
      /* line 1717, ../custom-sass/_main.scss */
      .type-produit .widget-title:before {
        left: 10px; } }
/* line 1728, ../custom-sass/_main.scss */
.type-produit .siteorigin-widget-tinymce p a {
  color: #22252c;
  text-decoration: underline;
  line-height: 20px;
  margin: 0;
  padding-left: 0;
  padding-bottom: 0; }
  /* line 1735, ../custom-sass/_main.scss */
  .type-produit .siteorigin-widget-tinymce p a:hover {
    color: #22252c; }
/* line 1739, ../custom-sass/_main.scss */
.type-produit .widget_text .textwidget {
  padding-top: 0; }
  /* line 1741, ../custom-sass/_main.scss */
  .type-produit .widget_text .textwidget .amazingslider-wrapper-1 {
    -webkit-box-shadow: 0px 33px 40px -25px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 33px 40px -25px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 33px 40px -25px rgba(0, 0, 0, 0.67); }
    /* line 1745, ../custom-sass/_main.scss */
    .type-produit .widget_text .textwidget .amazingslider-wrapper-1 .amazingslider-arrow-left-1 {
      background: #fff url("../images/sprites/actuprev.png") no-repeat scroll 50% 50% !important; }
      /* line 1747, ../custom-sass/_main.scss */
      .type-produit .widget_text .textwidget .amazingslider-wrapper-1 .amazingslider-arrow-left-1:hover {
        background: url(../images/sprites/indusprev.png) no-repeat 50% 50% !important; }
    /* line 1751, ../custom-sass/_main.scss */
    .type-produit .widget_text .textwidget .amazingslider-wrapper-1 .amazingslider-arrow-right-1 {
      background: #fff url("../images/sprites/actunext.png") no-repeat scroll 50% 50% !important;
      right: -55px; }
      /* line 1754, ../custom-sass/_main.scss */
      .type-produit .widget_text .textwidget .amazingslider-wrapper-1 .amazingslider-arrow-right-1:hover {
        background: url(../images/sprites/indusnext.png) no-repeat 50% 50% !important; }
    /* line 1760, ../custom-sass/_main.scss */
    .type-produit .widget_text .textwidget .amazingslider-wrapper-1 .amazingslider-box-1 > div:nth-child(3) {
      opacity: 0 !important; }

/* line 1769, ../custom-sass/_main.scss */
.top-contact {
  background: #f3f3f3; }
  /* line 1771, ../custom-sass/_main.scss */
  .top-contact .svg-map {
    float: right;
    margin-top: 55px;
    margin-right: 16.6667%; }
    /* line 1775, ../custom-sass/_main.scss */
    .top-contact .svg-map circle,
    .top-contact .svg-map image {
      cursor: pointer; }

/* line 1782, ../custom-sass/_main.scss */
.contact-wrapper {
  background: #fff; }
  /* line 1784, ../custom-sass/_main.scss */
  .contact-wrapper .inside {
    padding: 95px 60px; }
    @media only screen and (max-width: 767px) {
      /* line 1784, ../custom-sass/_main.scss */
      .contact-wrapper .inside {
        padding: 40px 0; } }
  /* line 1790, ../custom-sass/_main.scss */
  .contact-wrapper .contact-content-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-bottom: 60px;
    min-height: 190px; }
    @media (min-width: 768px) {
      /* line 1790, ../custom-sass/_main.scss */
      .contact-wrapper .contact-content-wrapper {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      /* line 1790, ../custom-sass/_main.scss */
      .contact-wrapper .contact-content-wrapper {
        float: left;
        width: 33.33333%; } }
    @media only screen and (max-width: 767px) {
      /* line 1790, ../custom-sass/_main.scss */
      .contact-wrapper .contact-content-wrapper {
        min-height: 1px; } }
    /* line 1799, ../custom-sass/_main.scss */
    .contact-wrapper .contact-content-wrapper .inner {
      max-width: 240px;
      width: 100%;
      margin: 0 auto;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 18px;
      color: #2d2d2d;
      line-height: 20px; }
      /* line 1807, ../custom-sass/_main.scss */
      .contact-wrapper .contact-content-wrapper .inner .contact_title {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 600;
        margin-bottom: 15px; }
    /* line 1813, ../custom-sass/_main.scss */
    .contact-wrapper .contact-content-wrapper a {
      color: #2d2d2d; }

/* line 1819, ../custom-sass/_main.scss */
.produit-title-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  *zoom: 1;
  /*@include responsive(md) {
      padding-left: $gutter-md / 2;
      padding-right: $gutter-md / 2;
  }*/
  /*@include responsive(sm) {
      padding-left: $gutter-sm / 2;
      padding-right: $gutter-sm / 2;
  }*/
  /*@include responsive(xs) {
      padding-left: $gutter-xs / 2;
      padding-right: $gutter-xs / 2;
  }*/ }
  @media (min-width: 768px) {
    /* line 1819, ../custom-sass/_main.scss */
    .produit-title-wrapper {
      width: 740px; } }
  @media (min-width: 992px) {
    /* line 1819, ../custom-sass/_main.scss */
    .produit-title-wrapper {
      width: 960px; } }
  @media (min-width: 1320px) {
    /* line 1819, ../custom-sass/_main.scss */
    .produit-title-wrapper {
      width: 1320px; } }
  /* line 1821, ../custom-sass/_main.scss */
  .produit-title-wrapper .produit-title {
    padding: 0 0 40px 60px;
    font-size: 60px;
    line-height: 60px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    color: #2d2d2d; }
    @media only screen and (max-width: 767px) {
      /* line 1821, ../custom-sass/_main.scss */
      .produit-title-wrapper .produit-title {
        font-size: 30px;
        line-height: 30px; } }

/* line 1836, ../custom-sass/_main.scss */
.keyfigures-main-container .keyfigures-container {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 60px; }
/* line 1840, ../custom-sass/_main.scss */
.keyfigures-main-container .key-figures-group-banner {
  position: relative; }
  /* line 1842, ../custom-sass/_main.scss */
  .keyfigures-main-container .key-figures-group-banner .kf_image-banner {
    background: url("../images/euro.png") no-repeat 0 0;
    background-size: cover;
    position: relative;
    height: 320px; }
    @media only screen and (max-width: 767px) {
      /* line 1842, ../custom-sass/_main.scss */
      .keyfigures-main-container .key-figures-group-banner .kf_image-banner {
        background: url("../images/euro-mobile.png") no-repeat center center;
        height: 210px;
        background-size: contain; } }
    /* line 1852, ../custom-sass/_main.scss */
    .keyfigures-main-container .key-figures-group-banner .kf_image-banner img {
      display: none; }
/* line 1857, ../custom-sass/_main.scss */
.keyfigures-main-container .kf-grouped {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 19px; }
  @media only screen and (max-width: 767px) {
    /* line 1857, ../custom-sass/_main.scss */
    .keyfigures-main-container .kf-grouped {
      margin-top: 0; } }
  /* line 1869, ../custom-sass/_main.scss */
  .keyfigures-main-container .kf-grouped .kf_line1-banner {
    color: #93FFFF;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 36px;
    margin: 0 0 30px; }
    @media only screen and (max-width: 767px) {
      /* line 1869, ../custom-sass/_main.scss */
      .keyfigures-main-container .kf-grouped .kf_line1-banner {
        color: #000;
        margin: 0; } }
  /* line 1879, ../custom-sass/_main.scss */
  .keyfigures-main-container .kf-grouped .kf_figure-banner {
    color: #93ffff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 62px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      /* line 1879, ../custom-sass/_main.scss */
      .keyfigures-main-container .kf-grouped .kf_figure-banner {
        color: #000; } }
/* line 1892, ../custom-sass/_main.scss */
.keyfigures-main-container .keyfigures-main-wrapper {
  overflow: hidden;
  *zoom: 1;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  *zoom: 1;
  /*@include responsive(md) {
      padding-left: $gutter-md / 2;
      padding-right: $gutter-md / 2;
  }*/
  /*@include responsive(sm) {
      padding-left: $gutter-sm / 2;
      padding-right: $gutter-sm / 2;
  }*/
  /*@include responsive(xs) {
      padding-left: $gutter-xs / 2;
      padding-right: $gutter-xs / 2;
  }*/
  padding-top: 70px;
  padding-bottom: 100px;
  text-align: center; }
  @media (min-width: 768px) {
    /* line 1892, ../custom-sass/_main.scss */
    .keyfigures-main-container .keyfigures-main-wrapper {
      width: 740px; } }
  @media (min-width: 992px) {
    /* line 1892, ../custom-sass/_main.scss */
    .keyfigures-main-container .keyfigures-main-wrapper {
      width: 960px; } }
  @media (min-width: 1320px) {
    /* line 1892, ../custom-sass/_main.scss */
    .keyfigures-main-container .keyfigures-main-wrapper {
      width: 1320px; } }
  @media only screen and (max-width: 991px) {
    /* line 1892, ../custom-sass/_main.scss */
    .keyfigures-main-container .keyfigures-main-wrapper {
      padding-bottom: 0; } }
  /* line 1901, ../custom-sass/_main.scss */
  .keyfigures-main-container .keyfigures-main-wrapper .key-figures-main {
    float: none;
    display: inline-block;
    min-width: 350px;
    text-align: center;
    margin-bottom: 60px; }
    /* line 1907, ../custom-sass/_main.scss */
    .keyfigures-main-container .keyfigures-main-wrapper .key-figures-main:first-child {
      margin-left: 10%; }
    /* line 1910, ../custom-sass/_main.scss */
    .keyfigures-main-container .keyfigures-main-wrapper .key-figures-main:nth-child(2) {
      margin-right: 10%; }
    /* line 1913, ../custom-sass/_main.scss */
    .keyfigures-main-container .keyfigures-main-wrapper .key-figures-main:nth-child(-n+2) {
      float: none;
      text-align: center;
      clear: right; }
    @media screen and (max-width: 470px) {
      /* line 1901, ../custom-sass/_main.scss */
      .keyfigures-main-container .keyfigures-main-wrapper .key-figures-main {
        min-width: inherit; } }
    @media only screen and (max-width: 991px) {
      /* line 1901, ../custom-sass/_main.scss */
      .keyfigures-main-container .keyfigures-main-wrapper .key-figures-main {
        margin: 0 0 60px; }
        /* line 1923, ../custom-sass/_main.scss */
        .keyfigures-main-container .keyfigures-main-wrapper .key-figures-main:first-child {
          margin-left: 0; }
        /* line 1926, ../custom-sass/_main.scss */
        .keyfigures-main-container .keyfigures-main-wrapper .key-figures-main:nth-child(2) {
          margin-right: 0; } }
    /* line 1930, ../custom-sass/_main.scss */
    .keyfigures-main-container .keyfigures-main-wrapper .key-figures-main .key-figures-group {
      position: relative; }
      /* line 1932, ../custom-sass/_main.scss */
      .keyfigures-main-container .keyfigures-main-wrapper .key-figures-main .key-figures-group .kf_image {
        margin: 0 auto; }
      /* line 1937, ../custom-sass/_main.scss */
      .keyfigures-main-container .keyfigures-main-wrapper .key-figures-main .key-figures-group .kf-grouped {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        /* line 1943, ../custom-sass/_main.scss */
        .keyfigures-main-container .keyfigures-main-wrapper .key-figures-main .key-figures-group .kf-grouped .kf_line1,
        .keyfigures-main-container .keyfigures-main-wrapper .key-figures-main .key-figures-group .kf-grouped .kf_line2 {
          font-size: 36px;
          line-height: 36px;
          color: #231f20; }
          @media only screen and (max-width: 767px) {
            /* line 1943, ../custom-sass/_main.scss */
            .keyfigures-main-container .keyfigures-main-wrapper .key-figures-main .key-figures-group .kf-grouped .kf_line1,
            .keyfigures-main-container .keyfigures-main-wrapper .key-figures-main .key-figures-group .kf-grouped .kf_line2 {
              font-size: 30px;
              line-height: 30px; } }
        /* line 1953, ../custom-sass/_main.scss */
        .keyfigures-main-container .keyfigures-main-wrapper .key-figures-main .key-figures-group .kf-grouped .kf_figure {
          font-size: 70px;
          font-weight: bold;
          line-height: 70px; }
          @media only screen and (max-width: 767px) {
            /* line 1953, ../custom-sass/_main.scss */
            .keyfigures-main-container .keyfigures-main-wrapper .key-figures-main .key-figures-group .kf-grouped .kf_figure {
              font-size: 50px;
              line-height: 50px; } }

/* line 1968, ../custom-sass/_main.scss */
.declinaison-row {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  *zoom: 1;
  /*@include responsive(md) {
      padding-left: $gutter-md / 2;
      padding-right: $gutter-md / 2;
  }*/
  /*@include responsive(sm) {
      padding-left: $gutter-sm / 2;
      padding-right: $gutter-sm / 2;
  }*/
  /*@include responsive(xs) {
      padding-left: $gutter-xs / 2;
      padding-right: $gutter-xs / 2;
  }*/ }
  @media (min-width: 768px) {
    /* line 1968, ../custom-sass/_main.scss */
    .declinaison-row {
      width: 740px; } }
  @media (min-width: 992px) {
    /* line 1968, ../custom-sass/_main.scss */
    .declinaison-row {
      width: 960px; } }
  @media (min-width: 1320px) {
    /* line 1968, ../custom-sass/_main.scss */
    .declinaison-row {
      width: 1320px; } }
  /* line 1970, ../custom-sass/_main.scss */
  .declinaison-row .widget_declinaisons_widget {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    text-align: center; }
    @media only screen and (max-width: 991px) {
      /* line 1970, ../custom-sass/_main.scss */
      .declinaison-row .widget_declinaisons_widget {
        width: 100%; } }
    /* line 1978, ../custom-sass/_main.scss */
    .declinaison-row .widget_declinaisons_widget .declinaison-wrapper {
      margin: 0 0 30px 50px;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        /* line 1978, ../custom-sass/_main.scss */
        .declinaison-row .widget_declinaisons_widget .declinaison-wrapper {
          margin-left: 0; } }
      /* line 1984, ../custom-sass/_main.scss */
      .declinaison-row .widget_declinaisons_widget .declinaison-wrapper .bloc-color {
        overflow: hidden;
        *zoom: 1; }
        /* line 1986, ../custom-sass/_main.scss */
        .declinaison-row .widget_declinaisons_widget .declinaison-wrapper .bloc-color .title {
          color: #2d2d2d;
          font-size: 20px;
          font-weight: 700;
          line-height: 20px;
          margin: 0 0 30px; }
        /* line 1993, ../custom-sass/_main.scss */
        .declinaison-row .widget_declinaisons_widget .declinaison-wrapper .bloc-color .color-code-wrapper {
          float: left;
          width: 25%; }
          @media only screen and (max-width: 767px) {
            /* line 1993, ../custom-sass/_main.scss */
            .declinaison-row .widget_declinaisons_widget .declinaison-wrapper .bloc-color .color-code-wrapper {
              float: none;
              width: 100%; } }
          /* line 2000, ../custom-sass/_main.scss */
          .declinaison-row .widget_declinaisons_widget .declinaison-wrapper .bloc-color .color-code-wrapper .color {
            margin: 0 0 10px; }
          /* line 2003, ../custom-sass/_main.scss */
          .declinaison-row .widget_declinaisons_widget .declinaison-wrapper .bloc-color .color-code-wrapper .code {
            max-width: 90px;
            width: auto;
            height: 50px; }
          /* line 2008, ../custom-sass/_main.scss */
          .declinaison-row .widget_declinaisons_widget .declinaison-wrapper .bloc-color .color-code-wrapper .all-colors {
            font-size: 12px;
            line-height: 20px;
            padding: 5px 0;
            text-decoration: underline;
            cursor: pointer; }
        /* line 2016, ../custom-sass/_main.scss */
        .declinaison-row .widget_declinaisons_widget .declinaison-wrapper .bloc-color .description {
          float: left;
          width: 75%;
          padding: 0 0 0 10px; }
          /* line 2020, ../custom-sass/_main.scss */
          .declinaison-row .widget_declinaisons_widget .declinaison-wrapper .bloc-color .description .description-title {
            margin: 0 0 10px; }
          /* line 2024, ../custom-sass/_main.scss */
          .declinaison-row .widget_declinaisons_widget .declinaison-wrapper .bloc-color .description .description-list li {
            padding: 0 0 0 10px;
            position: relative;
            line-height: 16px; }
            /* line 2028, ../custom-sass/_main.scss */
            .declinaison-row .widget_declinaisons_widget .declinaison-wrapper .bloc-color .description .description-list li::before {
              content: '';
              width: 5px;
              height: 5px;
              border-radius: 50%;
              background: #000;
              position: absolute;
              top: 8px;
              left: 0; }
      /* line 2042, ../custom-sass/_main.scss */
      .declinaison-row .widget_declinaisons_widget .declinaison-wrapper .color-list {
        margin: 45px 0 0; }
        /* line 2044, ../custom-sass/_main.scss */
        .declinaison-row .widget_declinaisons_widget .declinaison-wrapper .color-list .color-list-inner {
          display: inline-block;
          margin: 0 15px 20px 0; }
          /* line 2047, ../custom-sass/_main.scss */
          .declinaison-row .widget_declinaisons_widget .declinaison-wrapper .color-list .color-list-inner .color {
            display: inline-block;
            width: 90px;
            text-align: center; }
          /* line 2052, ../custom-sass/_main.scss */
          .declinaison-row .widget_declinaisons_widget .declinaison-wrapper .color-list .color-list-inner .code {
            width: 90px;
            height: 50px; }

/* line 2063, ../custom-sass/_main.scss */
.iso-logo-certificat .bx-wrapper .bx-viewport {
  background: none; }
  /* line 2065, ../custom-sass/_main.scss */
  .iso-logo-certificat .bx-wrapper .bx-viewport img {
    display: inline-block; }
    @media only screen and (max-width: 991px) {
      /* line 2065, ../custom-sass/_main.scss */
      .iso-logo-certificat .bx-wrapper .bx-viewport img {
        max-width: 80%; } }

/* line 2075, ../custom-sass/_main.scss */
.product-slider .wonderpluginslider-container {
  padding: 0 !important; }

/* line 2080, ../custom-sass/_main.scss */
.gamme-gamme-1 .iso-certificat-wrapper {
  margin: 30px 0 0; }

/* line 2085, ../custom-sass/_main.scss */
.contact-form-cotent.contactez-nous {
  margin: 0 auto;
  float: none; }
  /* line 2089, ../custom-sass/_main.scss */
  .contact-form-cotent.contactez-nous .country-wrapper p {
    min-width: 45%; }
    @media only screen and (max-width: 991px) {
      /* line 2089, ../custom-sass/_main.scss */
      .contact-form-cotent.contactez-nous .country-wrapper p {
        min-width: inherit;
        width: 100%; } }

/* line 2099, ../custom-sass/_main.scss */
.country-wrapper {
  margin-bottom: 10px; }
  /* line 2101, ../custom-sass/_main.scss */
  .country-wrapper p {
    display: inline-block;
    margin: 0 27px 0 0;
    min-width: 46%; }
    @media only screen and (max-width: 1319px) {
      /* line 2101, ../custom-sass/_main.scss */
      .country-wrapper p {
        min-width: inherit;
        width: 100%;
        margin: 0 0 10px; } }
    /* line 2110, ../custom-sass/_main.scss */
    .country-wrapper p:last-child {
      margin: 0; }
    /* line 2113, ../custom-sass/_main.scss */
    .country-wrapper p .btn-group.bootstrap-select,
    .country-wrapper p .btn-group.bootstrap-select.menu-country {
      max-width: 200px; }
      @media only screen and (max-width: 1319px) {
        /* line 2113, ../custom-sass/_main.scss */
        .country-wrapper p .btn-group.bootstrap-select,
        .country-wrapper p .btn-group.bootstrap-select.menu-country {
          max-width: inherit;
          width: 100% !important; } }
    /* line 2121, ../custom-sass/_main.scss */
    .country-wrapper p #industrie,
    .country-wrapper p #menu-country {
      width: 100%;
      height: 40px; }

/* line 2130, ../custom-sass/_main.scss */
.range-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 50px 0;
  text-align: center;
  text-transform: uppercase; }

/* line 2139, ../custom-sass/_main.scss */
.produit-grouped {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  *zoom: 1;
  padding: 0 35px; }
  /* line 2142, ../custom-sass/_main.scss */
  .produit-grouped .produit {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-bottom: 55px;
    min-height: 235px; }
    @media (min-width: 768px) {
      /* line 2142, ../custom-sass/_main.scss */
      .produit-grouped .produit {
        float: left;
        width: 33.33333%; } }
    @media (min-width: 992px) {
      /* line 2142, ../custom-sass/_main.scss */
      .produit-grouped .produit {
        float: left;
        width: 25%; } }
    @media only screen and (max-width: 991px) {
      /* line 2142, ../custom-sass/_main.scss */
      .produit-grouped .produit {
        min-height: 225px; } }
    @media only screen and (max-width: 767px) {
      /* line 2142, ../custom-sass/_main.scss */
      .produit-grouped .produit {
        min-height: 1px; } }
    /* line 2155, ../custom-sass/_main.scss */
    .produit-grouped .produit .produit-title {
      font-size: 14px;
      font-weight: bold;
      line-height: 16px;
      padding: 10px 0;
      text-align: center;
      text-transform: uppercase;
      width: 40%;
      margin: 0 auto; }
    /* line 2165, ../custom-sass/_main.scss */
    .produit-grouped .produit .produit-image {
      margin: 0;
      opacity: 0.7;
      -moz-opacity: 0.5;
      -webkit-opacity: 0.7;
      filter: alpha(opacity=70);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      /* line 2169, ../custom-sass/_main.scss */
      .produit-grouped .produit .produit-image a {
        text-decoration: none;
        color: #333333; }
    /* line 2175, ../custom-sass/_main.scss */
    .produit-grouped .produit:hover .produit-image {
      opacity: 1;
      -moz-opacity: 0.5;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }

/* line 2183, ../custom-sass/_main.scss */
.brand-selector {
  padding: 20px; }
  /* line 2185, ../custom-sass/_main.scss */
  .brand-selector.open {
    background: #e8e8e8; }
  /* line 2188, ../custom-sass/_main.scss */
  .brand-selector .range-desc {
    font-size: 15px;
    margin: 0 0 15px; }

/* line 2194, ../custom-sass/_main.scss */
.brand-range {
  cursor: pointer; }

/* line 2201, ../custom-sass/_main.scss */
.brand-range .icon-arrow {
  left: 0;
  position: absolute;
  top: 10px; }
  /* line 2205, ../custom-sass/_main.scss */
  .brand-range .icon-arrow:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/sprites-sbf26d17511.png') -1526px 0;
    height: 16px;
    width: 24px; }

/* line 2215, ../custom-sass/_main.scss */
.brand-range {
  padding: 0 0 5px 55px;
  position: relative; }
  /* line 2218, ../custom-sass/_main.scss */
  .brand-range .range-item {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #838383;
    display: none; }
    /* line 2225, ../custom-sass/_main.scss */
    .brand-range .range-item.selected {
      font-weight: bold;
      color: #2d2d2d; }
    /* line 2229, ../custom-sass/_main.scss */
    .brand-range .range-item:first-child {
      display: block; }
  /* line 2233, ../custom-sass/_main.scss */
  .brand-range .selected-item {
    font-weight: bold;
    color: #2d2d2d;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    margin-left: -15px; }

/* line 2243, ../custom-sass/_main.scss */
.actualiteslidesingle {
  position: relative; }

/* line 2247, ../custom-sass/_main.scss */
svg {
  max-width: 100%;
  height: auto; }

/* line 2253, ../custom-sass/_main.scss */
.first-product-block .siteorigin-widget-tinymce.textwidget {
  padding-bottom: 0; }
  @media only screen and (max-width: 767px) {
    /* line 2253, ../custom-sass/_main.scss */
    .first-product-block .siteorigin-widget-tinymce.textwidget {
      padding-left: 10px; } }
/* line 2259, ../custom-sass/_main.scss */
.first-product-block .sow-slider-base {
  height: 300px;
  width: 440px;
  margin-bottom: 50px;
  overflow: visible; }
  @media only screen and (max-width: 767px) {
    /* line 2259, ../custom-sass/_main.scss */
    .first-product-block .sow-slider-base {
      margin: 0 auto; } }
  /* line 2267, ../custom-sass/_main.scss */
  .first-product-block .sow-slider-base iframe,
  .first-product-block .sow-slider-base img {
    max-height: 300px; }
  /* line 2271, ../custom-sass/_main.scss */
  .first-product-block .sow-slider-base .sow-slider-pagination {
    display: none !important; }
  /* line 2274, ../custom-sass/_main.scss */
  .first-product-block .sow-slider-base .sow-slide-nav.sow-slide-nav-next,
  .first-product-block .sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
    display: block !important; }
  /* line 2278, ../custom-sass/_main.scss */
  .first-product-block .sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
    left: -30px; }
    /* line 2280, ../custom-sass/_main.scss */
    .first-product-block .sow-slider-base .sow-slide-nav.sow-slide-nav-prev a {
      position: relative; }
      /* line 2282, ../custom-sass/_main.scss */
      .first-product-block .sow-slider-base .sow-slide-nav.sow-slide-nav-prev a::after {
        background: url('../images/sprites-sbf26d17511.png') -1805px 0;
        height: 24px;
        width: 16px;
        height: 27px;
        width: 15px;
        position: absolute;
        right: -20px;
        content: ''; }
        /* line 2290, ../custom-sass/_main.scss */
        .first-product-block .sow-slider-base .sow-slide-nav.sow-slide-nav-prev a::after:hover {
          background: url(../images/sprites/indusprev.png) no-repeat 0 0; }
      /* line 2294, ../custom-sass/_main.scss */
      .first-product-block .sow-slider-base .sow-slide-nav.sow-slide-nav-prev a em {
        display: none !important; }
  /* line 2299, ../custom-sass/_main.scss */
  .first-product-block .sow-slider-base .sow-slide-nav.sow-slide-nav-next {
    right: -30px; }
    /* line 2301, ../custom-sass/_main.scss */
    .first-product-block .sow-slider-base .sow-slide-nav.sow-slide-nav-next a {
      position: relative; }
      /* line 2303, ../custom-sass/_main.scss */
      .first-product-block .sow-slider-base .sow-slide-nav.sow-slide-nav-next a::after {
        background: url('../images/sprites-sbf26d17511.png') -1784px 0;
        height: 24px;
        width: 16px;
        height: 27px;
        width: 15px;
        position: absolute;
        left: -20px;
        content: ''; }
        /* line 2311, ../custom-sass/_main.scss */
        .first-product-block .sow-slider-base .sow-slide-nav.sow-slide-nav-next a::after:hover {
          background: url(../images/sprites/indusnext.png) no-repeat 0 0; }
      /* line 2315, ../custom-sass/_main.scss */
      .first-product-block .sow-slider-base .sow-slide-nav.sow-slide-nav-next a em {
        display: none !important; }

/* line 2323, ../custom-sass/_main.scss */
div.wpcf7-validation-errors {
  color: red; }

/* line 2328, ../custom-sass/_main.scss */
.list-image-text .section-content-inner {
  float: none !important;
  display: inline-block; }
/* line 2332, ../custom-sass/_main.scss */
.list-image-text .row {
  text-align: center; }

/* line 2337, ../custom-sass/_main.scss */
.schema_interactif {
  position: relative;
  overflow: hidden;
  padding: 100px 0 0; }
  /* line 2341, ../custom-sass/_main.scss */
  .schema_interactif .close_btn_interactif {
    position: absolute;
    top: 13%;
    left: 57%;
    background: #000;
    -ms-transform: skewX(-10deg);
    /* IE 9 */
    -webkit-transform: skewX(-10deg);
    /* Safari */
    transform: skewX(-10deg);
    /* Standard syntax */
    cursor: default;
    z-index: 10;
    padding: 10px 0px; }
    /* line 2355, ../custom-sass/_main.scss */
    .schema_interactif .close_btn_interactif .svg_close_btn {
      background: none !important;
      width: 108px !important;
      text-align: center;
      color: #fff;
      font-weight: bold;
      -ms-transform: skewX(10deg);
      /* IE 9 */
      -webkit-transform: skewX(10deg);
      /* Safari */
      transform: skewX(10deg);
      /* Standard syntax */
      position: relative;
      padding: 0 10px 0 35px; }
      /* line 2369, ../custom-sass/_main.scss */
      .schema_interactif .close_btn_interactif .svg_close_btn::after {
        position: absolute;
        top: 0;
        left: 18px;
        background: url('../images/sprites-sbf26d17511.png') -1628px 0;
        height: 18px;
        width: 18px;
        display: block;
        content: ''; }
      /* line 2377, ../custom-sass/_main.scss */
      .schema_interactif .close_btn_interactif .svg_close_btn:hover {
        color: #000; }
        /* line 2379, ../custom-sass/_main.scss */
        .schema_interactif .close_btn_interactif .svg_close_btn:hover::after {
          background: url('../images/sprites-sbf26d17511.png') -1605px 0;
          height: 18px;
          width: 18px; }
    /* line 2384, ../custom-sass/_main.scss */
    .schema_interactif .close_btn_interactif:hover {
      background: #fff; }
      /* line 2386, ../custom-sass/_main.scss */
      .schema_interactif .close_btn_interactif:hover .svg_close_btn {
        color: #000; }
        /* line 2388, ../custom-sass/_main.scss */
        .schema_interactif .close_btn_interactif:hover .svg_close_btn::after {
          background: url('../images/sprites-sbf26d17511.png') -1605px 0;
          height: 18px;
          width: 18px; }
  /* line 2394, ../custom-sass/_main.scss */
  .schema_interactif .modal-content {
    border: none;
    box-shadow: none; }
  /* line 2398, ../custom-sass/_main.scss */
  .schema_interactif .modal-header {
    border-bottom: 0 !important;
    padding: 25px 25px 0; }
    /* line 2401, ../custom-sass/_main.scss */
    .schema_interactif .modal-header .close {
      float: left;
      opacity: 1; }
  /* line 2406, ../custom-sass/_main.scss */
  .schema_interactif .modal-body {
    padding: 15px 50px 40px; }
  /* line 2409, ../custom-sass/_main.scss */
  .schema_interactif .schema_popup_title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    margin: 15px 0 0; }
  /* line 2415, ../custom-sass/_main.scss */
  .schema_interactif .schema_popup_desc {
    font-weight: 600;
    font-size: 14px; }
  /* line 2419, ../custom-sass/_main.scss */
  .schema_interactif .schema_brand_name {
    text-transform: uppercase;
    text-decoration: underline;
    margin: 0 10px 0 0; }
  /* line 2425, ../custom-sass/_main.scss */
  .schema_interactif .bx-wrapper .bx-viewport {
    height: 235px !important;
    width: 300px !important;
    margin: 0 auto; }
  /* line 2430, ../custom-sass/_main.scss */
  .schema_interactif .bx-wrapper .bx-next {
    right: 45px;
    background: url("../images/sprites/indusnext.png") no-repeat center center; }
    /* line 2433, ../custom-sass/_main.scss */
    .schema_interactif .bx-wrapper .bx-next.active {
      background: url("../images/sprites/actunext.png") no-repeat center center; }
  /* line 2437, ../custom-sass/_main.scss */
  .schema_interactif .bx-wrapper .bx-prev {
    left: 40px;
    background: url("../images/sprites/indusprev.png") no-repeat center center; }
    /* line 2440, ../custom-sass/_main.scss */
    .schema_interactif .bx-wrapper .bx-prev.active {
      background: url("../images/sprites/actuprev.png") no-repeat center center; }
  /* line 2445, ../custom-sass/_main.scss */
  .schema_interactif .title-wrapper {
    position: absolute;
    left: 40%;
    top: 8%;
    -ms-transform: skewX(-10deg);
    /* IE 9 */
    -webkit-transform: skewX(-10deg);
    /* Safari */
    transform: skewX(-10deg);
    /* Standard syntax */
    padding: 0 25px;
    min-width: 300px; }
    /* line 2457, ../custom-sass/_main.scss */
    .schema_interactif .title-wrapper .title-cta {
      font-size: 40px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      font-weight: 400;
      text-align: center;
      -ms-transform: skewX(10deg);
      /* IE 9 */
      -webkit-transform: skewX(10deg);
      /* Safari */
      transform: skewX(10deg);
      /* Standard syntax */ }
    /* line 2471, ../custom-sass/_main.scss */
    .schema_interactif .title-wrapper.ext {
      background: #4b4d25; }
    /* line 2474, ../custom-sass/_main.scss */
    .schema_interactif .title-wrapper.mar {
      background: #334f7f; }
    /* line 2477, ../custom-sass/_main.scss */
    .schema_interactif .title-wrapper.saf {
      background: #d27629; }
    /* line 2480, ../custom-sass/_main.scss */
    .schema_interactif .title-wrapper.ene {
      background: #bc4433; }
    /* line 2483, ../custom-sass/_main.scss */
    .schema_interactif .title-wrapper.tra {
      background: #bf8927; }
    /* line 2486, ../custom-sass/_main.scss */
    .schema_interactif .title-wrapper.ind {
      background: #a7a8aa; }
    /* line 2489, ../custom-sass/_main.scss */
    .schema_interactif .title-wrapper.tan {
      background: #558996; }

/* line 2495, ../custom-sass/_main.scss */
.orca_schema_plateau {
  position: relative;
  height: 545px;
  background-color: rgba(131, 134, 147, 0.2);
  background: rgba(131, 134, 147, 0.2);
  color: rgba(131, 134, 147, 0.2);
  margin: 30px 0;
  transition: all 0.3s ease-in-out; }

/* line 2523, ../custom-sass/_main.scss */
#svg_main,
#svg_nuage {
  position: absolute;
  top: 85px;
  left: 0;
  height: 100%;
  width: 100%; }

/* line 2536, ../custom-sass/_main.scss */
.texte-svg-interactive .textwidget {
  max-width: 825px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 90px;
  color: #2d2d2d;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word; }

/* line 2550, ../custom-sass/_main.scss */
.dezoom_ext {
  transform: scale(1);
  transform: translate(15%, 0%);
  transition: all 0.3s ease-in-out; }

/* line 2556, ../custom-sass/_main.scss */
.dezoom_mar {
  transform: scale(1);
  transform: translate(7%, -1%);
  transition: all 0.3s ease-in-out; }

/* line 2562, ../custom-sass/_main.scss */
.dezoom_ene {
  transform: scale(1);
  transform: translate(-10%, 10%);
  transition: all 0.3s ease-in-out; }

/* line 2568, ../custom-sass/_main.scss */
.dezoom_saf {
  transform: scale(1);
  transform: translate(7%, -15%);
  transition: all 0.3s ease-in-out; }

/* line 2574, ../custom-sass/_main.scss */
.dezoom_tra {
  transform: scale(1);
  transform: translate(-20%, 10%);
  transition: all 0.3s ease-in-out; }

/* line 2580, ../custom-sass/_main.scss */
.dezoom_ind {
  transform: scale(1);
  transform: translate(-30%, 5%);
  transition: all 0.3s ease-in-out; }

/* line 2586, ../custom-sass/_main.scss */
.dezoom_tan {
  transform: scale(1);
  transform: translate(-10%, -15%);
  transition: all 0.3s ease-in-out; }

/* line 2592, ../custom-sass/_main.scss */
.dezoom_svg {
  transform: scale(1);
  transform: translate(0%, 50%);
  transition: all 0.3s ease-in-out; }

/* line 2598, ../custom-sass/_main.scss */
#caract-checkbox {
  bottom: 55px;
  top: auto;
  left: 10px; }

/* line 2605, ../custom-sass/_main.scss */
.page-template-page_advanced_search {
  /* Aspect des checkboxes */
  /* :before sert ├á cr├®er la case ├á cocher */
  /* Aspect g├®n├®ral de la coche */
  /* Aspect si "pas coch├®e" */
  /* Aspect si "coch├®e" */
  /* styles de la coche (si coch├®e/d├®sactiv├®e) */
  /* on style aussi le label quand d├®sactiv├® */
  /* aspect au focus de l'├®l├®ment */
  /********************************RADIO MODIF************************************/
  /* Aspect des radios */
  /* :before sert ├á cr├®er la case ├á cocher */
  /* Aspect g├®n├®ral de la coche */
  /* Aspect si "pas coch├®e" */
  /* Aspect si "coch├®e" */
  /* styles de la coche (si coch├®e/d├®sactiv├®e) */
  /* on style aussi le label quand d├®sactiv├® */
  /* aspect au focus de l'├®l├®ment */
  /*******************************RADIO- MOFID*************************************/ }
  /* line 2606, ../custom-sass/_main.scss */
  .page-template-page_advanced_search label {
    color: #fff;
    letter-spacing: 0.6px;
    text-transform: uppercase; }
  /* line 2611, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="checkbox"] {
    opacity: 0;
    -moz-opacity: 0.5;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    width: 28px;
    height: 28px;
    position: absolute;
    top: 4px;
    left: 8px;
    z-index: 2; }
  /* line 2620, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="radio"]:not(:checked) + label,
  .page-template-page_advanced_search [type="radio"]:checked + label {
    position: relative;
    /* permet de positionner les pseudo-├®l├®ments */
    padding-left: 28px;
    /* fait un peu d'espace pour notre case ├á venir */
    cursor: pointer;
    /* affiche un curseur adapt├® */ }
  /* line 2629, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="checkbox"]:not(:checked) + label,
  .page-template-page_advanced_search [type="checkbox"]:checked + label {
    position: relative;
    /* permet de positionner les pseudo-├®l├®ments */
    padding-left: 35px;
    /* fait un peu d'espace pour notre case ├á venir */
    cursor: pointer;
    /* affiche un curseur adapt├® */
    line-height: 28px;
    padding-left: 59px;
    font-size: 20px; }
  /* line 2643, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="checkbox"]:not(:checked) + label:before,
  .page-template-page_advanced_search [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    /* dim. de la case */
    background: none;
    border: 3px solid #93ffff; }
    /* line 2654, ../custom-sass/_main.scss */
    .checkboxes .page-template-page_advanced_search [type="checkbox"]:not(:checked) + label:before, .checkboxes
    .page-template-page_advanced_search [type="checkbox"]:checked + label:before {
      width: 16px;
      height: 16px; }
  /* line 2661, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="checkbox"]:not(:checked) + label:after,
  .page-template-page_advanced_search [type="checkbox"]:checked + label:after {
    width: 28px;
    height: 28px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #93ffff; }
    /* line 2670, ../custom-sass/_main.scss */
    .checkboxes .page-template-page_advanced_search [type="checkbox"]:not(:checked) + label:after, .checkboxes
    .page-template-page_advanced_search [type="checkbox"]:checked + label:after {
      width: 16px;
      height: 16px; }
  /* line 2676, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    /* coche invisible */
    transform: scale(0);
    /* mise ├á l'├®chelle ├á 0 */ }
  /* line 2683, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="checkbox"]:checked + label:after {
    opacity: 1;
    /* coche opaque */
    transform: scale(1);
    /* mise ├á l'├®chelle 1:1 */ }
  /* line 2690, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="checkbox"]:disabled:checked + label:after {
    color: #999; }
  /* line 2694, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="checkbox"]:disabled + label {
    color: #aaa; }
  /* line 2698, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="checkbox"]:checked:focus + label:before,
  .page-template-page_advanced_search [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #93ffff; }
  /* line 2702, ../custom-sass/_main.scss */
  .page-template-page_advanced_search .site-content {
    background: #2d2d2d;
    padding: 40px;
    min-height: 665px; }
    /* line 2706, ../custom-sass/_main.scss */
    .page-template-page_advanced_search .site-content .pas-close-btn {
      float: right;
      text-indent: -999999px;
      background: url("../images/close-title.jpg") no-repeat 0 0;
      width: 20px;
      height: 20px;
      cursor: pointer; }
      /* line 2713, ../custom-sass/_main.scss */
      .page-template-page_advanced_search .site-content .pas-close-btn a {
        display: block; }
    /* line 2717, ../custom-sass/_main.scss */
    .page-template-page_advanced_search .site-content .pas-header-title,
    .page-template-page_advanced_search .site-content .contact-us-title {
      color: #93ffff;
      text-transform: uppercase;
      font-size: 72px;
      font-weight: 600;
      margin-top: 70px; }
    /* line 2725, ../custom-sass/_main.scss */
    .page-template-page_advanced_search .site-content input[type="file"]:focus,
    .page-template-page_advanced_search .site-content input[type="radio"]:focus,
    .page-template-page_advanced_search .site-content input[type="checkbox"]:focus {
      outline: none; }
    /* line 2731, ../custom-sass/_main.scss */
    .page-template-page_advanced_search .site-content .table th {
      color: #fff; }
    /* line 2734, ../custom-sass/_main.scss */
    .page-template-page_advanced_search .site-content .table td {
      border: none;
      padding-bottom: 0;
      position: relative; }
      @media only screen and (max-width: 767px) {
        /* line 2734, ../custom-sass/_main.scss */
        .page-template-page_advanced_search .site-content .table td {
          min-width: 300px; } }
  /* line 2746, ../custom-sass/_main.scss */
  .page-template-page_advanced_search .caract-weight-content [type="checkbox"] {
    top: auto;
    left: 10px;
    bottom: 55px;
    z-index: 2; }
  /* line 2754, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="radio"] {
    opacity: 0;
    -moz-opacity: 0.5;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    width: 28px;
    height: 28px;
    position: absolute;
    top: 4px;
    left: 8px;
    z-index: 2; }
  /* line 2763, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="radio"]:not(:checked) + label,
  .page-template-page_advanced_search [type="radio"]:checked + label {
    position: relative;
    /* permet de positionner les pseudo-├®l├®ments */
    padding-left: 28px;
    /* fait un peu d'espace pour notre case ├á venir */
    cursor: pointer;
    /* affiche un curseur adapt├® */ }
  /* line 2772, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="radio"]:not(:checked) + label,
  .page-template-page_advanced_search [type="radio"]:checked + label {
    position: relative;
    /* permet de positionner les pseudo-├®l├®ments */
    padding-left: 35px;
    /* fait un peu d'espace pour notre case ├á venir */
    cursor: pointer;
    /* affiche un curseur adapt├® */
    line-height: 28px;
    font-size: 20px;
    padding-left: 59px; }
  /* line 2786, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="radio"]:not(:checked) + label:before,
  .page-template-page_advanced_search [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    /* dim. de la case */
    background: none;
    border: 3px solid #93ffff; }
    /* line 2797, ../custom-sass/_main.scss */
    .radios .page-template-page_advanced_search [type="radio"]:not(:checked) + label:before, .radios
    .page-template-page_advanced_search [type="radio"]:checked + label:before {
      width: 16px;
      height: 16px; }
  /* line 2804, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="radio"]:not(:checked) + label:after,
  .page-template-page_advanced_search [type="radio"]:checked + label:after {
    width: 28px;
    height: 28px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #93ffff; }
    /* line 2813, ../custom-sass/_main.scss */
    .radioes .page-template-page_advanced_search [type="radio"]:not(:checked) + label:after, .radioes
    .page-template-page_advanced_search [type="radio"]:checked + label:after {
      width: 16px;
      height: 16px; }
  /* line 2819, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    /* coche invisible */
    transform: scale(0);
    /* mise ├á l'├®chelle ├á 0 */ }
  /* line 2826, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="radio"]:checked + label:after {
    opacity: 1;
    /* coche opaque */
    transform: scale(1);
    /* mise ├á l'├®chelle 1:1 */ }
  /* line 2833, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="radio"]:disabled:checked + label:after {
    color: #999; }
  /* line 2837, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="radio"]:disabled + label {
    color: #aaa; }
  /* line 2841, ../custom-sass/_main.scss */
  .page-template-page_advanced_search [type="radio"]:checked:focus + label:before,
  .page-template-page_advanced_search [type="radio"]:not(:checked):focus + label:before {
    border: 1px solid #93ffff; }
  /* line 2846, ../custom-sass/_main.scss */
  .page-template-page_advanced_search .caract-weight-content [type="radio"] {
    top: auto;
    left: 10px;
    bottom: 55px;
    z-index: 2; }
  /* line 2853, ../custom-sass/_main.scss */
  .page-template-page_advanced_search .select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("../images/selectarrow.png") no-repeat 96% 50%; }
  /* line 2862, ../custom-sass/_main.scss */
  .page-template-page_advanced_search .select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  /* line 2873, ../custom-sass/_main.scss */
  .page-template-page_advanced_search .select-style select:focus {
    outline: none; }

/* line 2879, ../custom-sass/_main.scss */
.btn-navigation {
  text-align: right; }
  /* line 2881, ../custom-sass/_main.scss */
  .btn-navigation .btn.btn-default {
    float: none;
    margin-left: 20px; }

/* line 2887, ../custom-sass/_main.scss */
.bandeau-titre {
  position: relative; }
  @media only screen and (min-width: 1124px) {
    /* line 2889, ../custom-sass/_main.scss */
    .bandeau-titre .btn-holder {
      position: absolute;
      top: 13px;
      right: 0; } }

/* line 2898, ../custom-sass/_main.scss */
#pas_back_noc,
#pas_back_nos,
#pas_back_tec_carac {
  color: #fff;
  border-color: #fff;
  float: none; }
  /* line 2904, ../custom-sass/_main.scss */
  #pas_back_noc:hover,
  #pas_back_nos:hover,
  #pas_back_tec_carac:hover {
    color: #000;
    border-color: #93ffff; }

/* line 2910, ../custom-sass/_main.scss */
.advanced-search-content {
  overflow: hidden;
  *zoom: 1; }
  /* line 2912, ../custom-sass/_main.scss */
  .advanced-search-content .title-bar {
    overflow: hidden;
    *zoom: 1;
    margin: 0 0 23px; }
  /* line 2916, ../custom-sass/_main.scss */
  .advanced-search-content .search-summary {
    padding: 0 0 0 15px; }
    /* line 2918, ../custom-sass/_main.scss */
    .advanced-search-content .search-summary h2 {
      color: #fff;
      text-transform: uppercase;
      font-size: 31px;
      font-weight: bold;
      line-height: 18px;
      margin-bottom: 6px; }
    /* line 2926, ../custom-sass/_main.scss */
    .advanced-search-content .search-summary h3 {
      text-transform: uppercase;
      margin: 0;
      line-height: 18px;
      font-size: 16px; }
  /* line 2933, ../custom-sass/_main.scss */
  .advanced-search-content .page-title-section {
    float: left;
    padding: 14px 0; }
  /* line 2937, ../custom-sass/_main.scss */
  .advanced-search-content .page-title,
  .advanced-search-content h1,
  .advanced-search-content h3,
  .advanced-search-content .page-subtitle {
    color: #fff;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: bold;
    line-height: 24px; }
  /* line 2948, ../custom-sass/_main.scss */
  .advanced-search-content .page-title.title-nonb {
    padding-left: 62px; }
  /* line 2952, ../custom-sass/_main.scss */
  .advanced-search-content .page-subtitle,
  .advanced-search-content h3 {
    text-transform: none; }
  /* line 2956, ../custom-sass/_main.scss */
  .advanced-search-content .page-sub-title {
    color: #fff;
    font-size: 16px;
    padding-left: 62px; }
  /* line 2961, ../custom-sass/_main.scss */
  .advanced-search-content .page-num-products {
    color: #93ffff;
    float: right;
    font-size: 14px; }
  /* line 2966, ../custom-sass/_main.scss */
  .advanced-search-content .caract-weight-content,
  .advanced-search-content .caract-thickness-content,
  .advanced-search-content .caract-tensile-content {
    color: #fff;
    margin: 0 0 50px; }
  /* line 2973, ../custom-sass/_main.scss */
  .advanced-search-content .picto-resistance .page-subtitle {
    font-size: 20px; }
  /* line 2977, ../custom-sass/_main.scss */
  .advanced-search-content .page-result {
    padding: 43px 0 0 4px;
    border-top: 1px solid #93ffff;
    margin-top: 81px; }
    /* line 2982, ../custom-sass/_main.scss */
    .advanced-search-content .page-result .page-title-section .page-title {
      color: #93ffff;
      font-size: 28px;
      font-weight: bold;
      line-height: normal;
      text-transform: none; }
    /* line 2989, ../custom-sass/_main.scss */
    .advanced-search-content .page-result .page-title-section .page-subtitle {
      font-weight: normal;
      margin: 0;
      line-height: 23px;
      font-size: 18px; }
  /* line 2997, ../custom-sass/_main.scss */
  .advanced-search-content .pdt-mail-wrapper {
    overflow: hidden;
    *zoom: 1;
    width: 178px; }
    @media only screen and (min-width: 992px) {
      /* line 2997, ../custom-sass/_main.scss */
      .advanced-search-content .pdt-mail-wrapper {
        overflow: hidden;
        width: 267px; } }
    /* line 3007, ../custom-sass/_main.scss */
    .advanced-search-content .pdt-mail-wrapper h4.ack-msg {
      float: right;
      margin: 95px -147px 0 0;
      color: #fff;
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        /* line 3007, ../custom-sass/_main.scss */
        .advanced-search-content .pdt-mail-wrapper h4.ack-msg {
          margin: 35px 0 0; } }
    /* line 3016, ../custom-sass/_main.scss */
    .advanced-search-content .pdt-mail-wrapper small {
      color: #93ffff; }
    /* line 3019, ../custom-sass/_main.scss */
    .advanced-search-content .pdt-mail-wrapper .btn.btn-default {
      float: left;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 24px;
      font-weight: 400;
      line-height: 24px;
      color: #93ffff;
      text-decoration: none;
      border: 3px solid #93ffff;
      padding: 5px 50px;
      display: inline-block;
      text-transform: lowercase;
      background: none;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      padding: 8px 50px;
      margin-right: 15px;
      text-shadow: none; }
      /* line 341, ../custom-sass/helpers/_mixins.scss */
      .advanced-search-content .pdt-mail-wrapper .btn.btn-default:hover {
        background: #93ffff;
        color: #000; }
      @media only screen and (max-width: 767px) {
        /* line 3019, ../custom-sass/_main.scss */
        .advanced-search-content .pdt-mail-wrapper .btn.btn-default {
          padding: 5px 25px;
          border: 2px solid #93ffff;
          font-size: 18px;
          line-height: 18px; } }
  /* line 3027, ../custom-sass/_main.scss */
  .advanced-search-content .btn.btn-default {
    float: right;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #93ffff;
    text-decoration: none;
    border: 3px solid #93ffff;
    padding: 5px 50px;
    display: inline-block;
    text-transform: lowercase;
    background: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 8px 50px;
    text-shadow: none; }
    /* line 341, ../custom-sass/helpers/_mixins.scss */
    .advanced-search-content .btn.btn-default:hover {
      background: #93ffff;
      color: #000; }
    @media only screen and (max-width: 767px) {
      /* line 3027, ../custom-sass/_main.scss */
      .advanced-search-content .btn.btn-default {
        padding: 5px 25px;
        border: 2px solid #93ffff;
        font-size: 18px;
        line-height: 18px; } }

/* line 3037, ../custom-sass/_main.scss */
.btn-holder .last-step .btn.btn-default {
  float: right;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #93ffff;
  text-decoration: none;
  border: 3px solid #93ffff;
  padding: 5px 50px;
  display: inline-block;
  text-transform: lowercase;
  background: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 8px 50px;
  text-shadow: none; }
  /* line 341, ../custom-sass/helpers/_mixins.scss */
  .btn-holder .last-step .btn.btn-default:hover {
    background: #93ffff;
    color: #000; }
  @media only screen and (max-width: 767px) {
    /* line 3037, ../custom-sass/_main.scss */
    .btn-holder .last-step .btn.btn-default {
      padding: 5px 25px;
      border: 2px solid #93ffff;
      font-size: 18px;
      line-height: 18px; } }

/* line 3049, ../custom-sass/_main.scss */
.caract-weight-content .carac-title,
.caract-thickness-content .carac-title,
.caract-tensile-content .carac-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0; }
/* line 3054, ../custom-sass/_main.scss */
.caract-weight-content .carac-subtitle,
.caract-thickness-content .carac-subtitle,
.caract-tensile-content .carac-subtitle {
  text-align: center;
  text-transform: lowercase;
  font-weight: none;
  margin-top: 2px;
  font-size: 12px; }

/* line 3063, ../custom-sass/_main.scss */
.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  margin-top: 35px;
  border: none;
  border-radius: 0; }

/* line 3069, ../custom-sass/_main.scss */
#slider {
  width: 80%;
  margin-left: 1em; }
  /* line 3072, ../custom-sass/_main.scss */
  #slider .ui-widget-header {
    background: #93ffff; }

/* line 3077, ../custom-sass/_main.scss */
.ui-slider-handle.ui-state-default {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: -11px; }

/* line 3084, ../custom-sass/_main.scss */
#min,
#max {
  width: 50px;
  text-align: center; }

/* line 3090, ../custom-sass/_main.scss */
.checker {
  display: inline-block;
  vertical-align: middle; }

/* line 3095, ../custom-sass/_main.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #93ffff;
  border-color: #93ffff; }

/* line 3102, ../custom-sass/_main.scss */
.contact-resistance {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  *zoom: 1;
  padding: 0 10px; }
  /* line 3105, ../custom-sass/_main.scss */
  .contact-resistance form {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 992px) {
      /* line 3105, ../custom-sass/_main.scss */
      .contact-resistance form {
        float: left;
        width: 66.66667%; } }
    /* line 3107, ../custom-sass/_main.scss */
    .contact-resistance form .form-control {
      color: #000;
      padding-left: 25px;
      font-weight: 600; }
    /* line 3112, ../custom-sass/_main.scss */
    .contact-resistance form .form-group {
      padding: 0 30px 0 0; }
      /* line 3114, ../custom-sass/_main.scss */
      .contact-resistance form .form-group label {
        color: #93ffff;
        display: block;
        text-transform: none;
        font-size: 16px; }
      /* line 3120, ../custom-sass/_main.scss */
      .contact-resistance form .form-group select {
        width: 100%;
        height: 34px; }
    /* line 3125, ../custom-sass/_main.scss */
    .contact-resistance form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000; }
    /* line 3129, ../custom-sass/_main.scss */
    .contact-resistance form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #000; }
    /* line 3133, ../custom-sass/_main.scss */
    .contact-resistance form :-ms-input-placeholder {
      /* IE 10+ */
      color: #000; }
    /* line 3137, ../custom-sass/_main.scss */
    .contact-resistance form :-moz-placeholder {
      /* Firefox 18- */
      color: #000; }
  /* line 3142, ../custom-sass/_main.scss */
  .contact-resistance .type-of-coating {
    padding: 54px 10px;
    /* Aspect g├®n├®ral de la coche */ }
    /* line 3144, ../custom-sass/_main.scss */
    .contact-resistance .type-of-coating h2 {
      color: #93ffff;
      font-size: 20px;
      font-weight: bold;
      line-height: 18px;
      margin-bottom: 21px; }
    /* line 3151, ../custom-sass/_main.scss */
    .contact-resistance .type-of-coating label {
      margin-right: 50px; }
    /* line 3154, ../custom-sass/_main.scss */
    .contact-resistance .type-of-coating .contain-side {
      position: relative;
      display: inline-block;
      margin-right: 28px;
      /* Aspect des radio */
      /* :before sert ├á cr├®er la case ├á cocher */ }
      /* line 3158, ../custom-sass/_main.scss */
      .contact-resistance .type-of-coating .contain-side [type="radio"] {
        opacity: 0;
        -moz-opacity: 0.5;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        width: 28px;
        height: 28px;
        position: absolute;
        top: auto;
        bottom: 4px;
        left: 0;
        z-index: 2; }
      /* line 3168, ../custom-sass/_main.scss */
      .contact-resistance .type-of-coating .contain-side [type="radio"]:not(:checked) + label,
      .contact-resistance .type-of-coating .contain-side [type="radio"]:checked + label {
        position: relative;
        /* permet de positionner les pseudo-├®l├®ments */
        padding-left: 28px;
        /* fait un peu d'espace pour notre case ├á venir */
        cursor: pointer;
        /* affiche un curseur adapt├® */ }
      /* line 3177, ../custom-sass/_main.scss */
      .contact-resistance .type-of-coating .contain-side [type="radio"]:not(:checked) + label,
      .contact-resistance .type-of-coating .contain-side [type="radio"]:checked + label {
        position: relative;
        /* permet de positionner les pseudo-├®l├®ments */
        padding-left: 62px;
        /* fait un peu d'espace pour notre case ├á venir */
        cursor: pointer;
        /* affiche un curseur adapt├® */
        line-height: 27px;
        font-size: 21px; }
      /* line 3190, ../custom-sass/_main.scss */
      .contact-resistance .type-of-coating .contain-side [type="radio"]:not(:checked) + label:before,
      .contact-resistance .type-of-coating .contain-side [type="radio"]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 28px;
        height: 28px;
        /* dim. de la case */
        background: none;
        border: 3px solid #93ffff; }
        /* line 3201, ../custom-sass/_main.scss */
        .checkboxes .contact-resistance .type-of-coating .contain-side [type="radio"]:not(:checked) + label:before, .checkboxes
        .contact-resistance .type-of-coating .contain-side [type="radio"]:checked + label:before {
          width: 16px;
          height: 16px; }
    /* line 3209, ../custom-sass/_main.scss */
    .contact-resistance .type-of-coating [type="radio"]:not(:checked) + label:after,
    .contact-resistance .type-of-coating [type="radio"]:checked + label:after {
      width: 28px;
      height: 28px;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: #93ffff; }
      /* line 3218, ../custom-sass/_main.scss */
      .checkboxes .contact-resistance .type-of-coating [type="radio"]:not(:checked) + label:after, .checkboxes
      .contact-resistance .type-of-coating [type="radio"]:checked + label:after {
        width: 16px;
        height: 16px; }
  /* line 3224, ../custom-sass/_main.scss */
  .contact-resistance.contact_form {
    position: relative; }
    /* line 3226, ../custom-sass/_main.scss */
    .contact-resistance.contact_form h3 {
      color: #93ffff;
      margin-bottom: 14px;
      padding-left: 10px;
      font-size: 20px;
      margin-top: 15px; }
    /* line 3233, ../custom-sass/_main.scss */
    .contact-resistance.contact_form .ack-msg {
      color: #ffffff; }
  /* line 3237, ../custom-sass/_main.scss */
  .contact-resistance .picto-resistance {
    max-width: 1246px;
    width: 100%;
    margin: 30px 0 0;
    /* Aspect des checkboxes */
    /* :before sert ├á cr├®er la case ├á cocher */
    /* Aspect g├®n├®ral de la coche */
    /* Aspect si "pas coch├®e" */
    /* Aspect si "coch├®e" */
    /* styles de la coche (si coch├®e/d├®sactiv├®e) */
    /* on style aussi le label quand d├®sactiv├® */
    /* aspect au focus de l'├®l├®ment */ }
    /* line 3242, ../custom-sass/_main.scss */
    .contact-resistance .picto-resistance h2 {
      margin-top: 0;
      color: #93ffff; }
    /* line 3246, ../custom-sass/_main.scss */
    .contact-resistance .picto-resistance .checker {
      margin-left: 65px; }
    /* line 3249, ../custom-sass/_main.scss */
    .contact-resistance .picto-resistance .picto-list {
      padding: 0 0 32px 0;
      margin-bottom: 0; }
    /* line 3253, ../custom-sass/_main.scss */
    .contact-resistance .picto-resistance .contain-side {
      position: relative; }
      /* line 3255, ../custom-sass/_main.scss */
      .contact-resistance .picto-resistance .contain-side input[type=checkbox] {
        top: 0;
        left: 0; }
    /* line 3260, ../custom-sass/_main.scss */
    .contact-resistance .picto-resistance .picto {
      position: relative;
      display: inline-block;
      margin: 5px 30px 65px 30px;
      height: 75px;
      width: 75px;
      vertical-align: top; }
      @media only screen and (min-width: 992px) {
        /* line 3260, ../custom-sass/_main.scss */
        .contact-resistance .picto-resistance .picto {
          margin: 5px 62px 60px 0px; } }
      /* line 3270, ../custom-sass/_main.scss */
      .contact-resistance .picto-resistance .picto .btn.btn-default {
        width: 100%;
        height: 100%;
        border: none;
        padding: 0; }
        /* line 3275, ../custom-sass/_main.scss */
        .contact-resistance .picto-resistance .picto .btn.btn-default img {
          width: 75px;
          height: 75px; }
        /* line 3279, ../custom-sass/_main.scss */
        .contact-resistance .picto-resistance .picto .btn.btn-default .overlay {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          display: none;
          background: #93ffff;
          opacity: 0.5; }
      /* line 3290, ../custom-sass/_main.scss */
      .contact-resistance .picto-resistance .picto .btn-title {
        color: #fff;
        font-size: 16px;
        text-align: center;
        padding: 94px 0 0;
        text-transform: uppercase;
        margin: 0 -15px;
        white-space: nowrap; }
      /* line 3301, ../custom-sass/_main.scss */
      .contact-resistance .picto-resistance .picto.active .btn.btn-default .overlay {
        display: block; }
    /* line 3307, ../custom-sass/_main.scss */
    .contact-resistance .picto-resistance [type="checkbox"] {
      opacity: 0;
      -moz-opacity: 0.5;
      -webkit-opacity: 0;
      filter: alpha(opacity=0);
      width: 28px;
      height: 28px;
      position: absolute;
      top: auto;
      bottom: 6px;
      left: 14px;
      z-index: 2; }
    /* line 3317, ../custom-sass/_main.scss */
    .contact-resistance .picto-resistance [type="radio"]:not(:checked) + label,
    .contact-resistance .picto-resistance [type="radio"]:checked + label {
      position: relative;
      /* permet de positionner les pseudo-├®l├®ments */
      padding-left: 28px;
      /* fait un peu d'espace pour notre case ├á venir */
      cursor: pointer;
      /* affiche un curseur adapt├® */ }
    /* line 3326, ../custom-sass/_main.scss */
    .contact-resistance .picto-resistance [type="checkbox"]:not(:checked) + label,
    .contact-resistance .picto-resistance [type="checkbox"]:checked + label {
      position: relative;
      /* permet de positionner les pseudo-├®l├®ments */
      padding-left: 62px;
      /* fait un peu d'espace pour notre case ├á venir */
      cursor: pointer;
      /* affiche un curseur adapt├® */
      line-height: 28px;
      font-size: 21px; }
    /* line 3339, ../custom-sass/_main.scss */
    .contact-resistance .picto-resistance [type="checkbox"]:not(:checked) + label:before,
    .contact-resistance .picto-resistance [type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 28px;
      height: 28px;
      /* dim. de la case */
      background: none;
      border: 3px solid #93ffff; }
      /* line 3350, ../custom-sass/_main.scss */
      .checkboxes .contact-resistance .picto-resistance [type="checkbox"]:not(:checked) + label:before, .checkboxes
      .contact-resistance .picto-resistance [type="checkbox"]:checked + label:before {
        width: 16px;
        height: 16px; }
    /* line 3357, ../custom-sass/_main.scss */
    .contact-resistance .picto-resistance [type="checkbox"]:not(:checked) + label:after,
    .contact-resistance .picto-resistance [type="checkbox"]:checked + label:after {
      width: 28px;
      height: 28px;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: #93ffff; }
      /* line 3366, ../custom-sass/_main.scss */
      .checkboxes .contact-resistance .picto-resistance [type="checkbox"]:not(:checked) + label:after, .checkboxes
      .contact-resistance .picto-resistance [type="checkbox"]:checked + label:after {
        width: 16px;
        height: 16px; }
    /* line 3372, ../custom-sass/_main.scss */
    .contact-resistance .picto-resistance [type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      /* coche invisible */
      transform: scale(0);
      /* mise ├á l'├®chelle ├á 0 */ }
    /* line 3379, ../custom-sass/_main.scss */
    .contact-resistance .picto-resistance [type="checkbox"]:checked + label:after {
      opacity: 1;
      /* coche opaque */
      transform: scale(1);
      /* mise ├á l'├®chelle 1:1 */ }
    /* line 3386, ../custom-sass/_main.scss */
    .contact-resistance .picto-resistance [type="checkbox"]:disabled:checked + label:after {
      color: #999; }
    /* line 3390, ../custom-sass/_main.scss */
    .contact-resistance .picto-resistance [type="checkbox"]:disabled + label {
      color: #aaa; }
    /* line 3394, ../custom-sass/_main.scss */
    .contact-resistance .picto-resistance [type="checkbox"]:checked:focus + label:before,
    .contact-resistance .picto-resistance [type="checkbox"]:not(:checked):focus + label:before {
      border: 1px solid #93ffff; }

/* line 3401, ../custom-sass/_main.scss */
.product-result-listing {
  /*********************************MODIF TABLE*****************************************/
  /*********************************MODIF TABLE*****************************************/ }
  /* line 3402, ../custom-sass/_main.scss */
  .product-result-listing .td-container {
    padding: 0; }
  /* line 3405, ../custom-sass/_main.scss */
  .product-result-listing td {
    color: #fff;
    font-weight: 600; }
  /* line 3413, ../custom-sass/_main.scss */
  .product-result-listing .table_interne {
    height: 276px;
    overflow: auto;
    border-top: solid 1px black;
    border-bottom: solid 1px black; }
    /* line 3418, ../custom-sass/_main.scss */
    .product-result-listing .table_interne ::-webkit-scrollbar {
      width: 12px; }
    /* line 3421, ../custom-sass/_main.scss */
    .product-result-listing .table_interne ::-webkit-scrollbar-track {
      background-color: #eaeaea;
      border-left: 1px solid #ccc; }
    /* line 3425, ../custom-sass/_main.scss */
    .product-result-listing .table_interne ::-webkit-scrollbar-thumb {
      background-color: #ccc; }
    /* line 3428, ../custom-sass/_main.scss */
    .product-result-listing .table_interne ::-webkit-scrollbar-thumb:hover {
      background-color: #aaa; }
    /* line 3431, ../custom-sass/_main.scss */
    .product-result-listing .table_interne td {
      padding: 8px 8px 0 8px; }

/* line 3438, ../custom-sass/_main.scss */
.noc-listing {
  padding-left: 6%; }
  @media only screen and (max-width: 767px) {
    /* line 3441, ../custom-sass/_main.scss */
    .noc-listing .table tr {
      display: inline-grid;
      display: -ms-inline-grid; } }
  @media only screen and (max-width: 767px) {
    /* line 3446, ../custom-sass/_main.scss */
    .noc-listing .table tr td {
      min-width: 300px; } }
  @media only screen and (max-width: 767px) {
    /* line 3451, ../custom-sass/_main.scss */
    .noc-listing .table tr label {
      font-size: 16px; } }

/* line 3460, ../custom-sass/_main.scss */
.widget-advanced-product-search {
  width: 150px;
  float: right;
  color: #93ffff;
  background: #2d2d2d;
  padding: 25px;
  position: absolute;
  right: 0;
  bottom: 0; }
  /* line 3469, ../custom-sass/_main.scss */
  .widget-advanced-product-search .title,
  .widget-advanced-product-search .sub-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase; }
  /* line 3475, ../custom-sass/_main.scss */
  .widget-advanced-product-search .title {
    line-height: 19px; }
  /* line 3478, ../custom-sass/_main.scss */
  .widget-advanced-product-search .sub-title {
    font-size: 12px;
    text-align: center;
    padding: 4px 10px;
    font-weight: normal; }
  /* line 3484, ../custom-sass/_main.scss */
  .widget-advanced-product-search .btn-redirection {
    position: relative;
    border: 1px solid #93ffff;
    margin: 10px 0 0; }
    /* line 3488, ../custom-sass/_main.scss */
    .widget-advanced-product-search .btn-redirection a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block; }

/* line 3499, ../custom-sass/_main.scss */
.error-field {
  border: 1px solid red !important; }

/* line 3503, ../custom-sass/_main.scss */
.table > thead > tr > th {
  border-bottom: 0; }

/* line 1, ../custom-sass/_strength.scss */
.nos-forces-wrapper {
  padding: 0 0 122px;
  margin-top: 80px; }
  /* line 4, ../custom-sass/_strength.scss */
  .nos-forces-wrapper .title {
    margin: 0 0 77px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #2d2d2d; }
  /* line 14, ../custom-sass/_strength.scss */
  .nos-forces-wrapper .image {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 992px) {
      /* line 14, ../custom-sass/_strength.scss */
      .nos-forces-wrapper .image {
        float: left;
        width: 50%; } }
    /* line 17, ../custom-sass/_strength.scss */
    .single-solution .nos-forces-wrapper .image {
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px; }
      @media (min-width: 992px) {
        /* line 17, ../custom-sass/_strength.scss */
        .single-solution .nos-forces-wrapper .image {
          float: left;
          width: 58.33333%; } }
      @media (min-width: 992px) {
        /* line 17, ../custom-sass/_strength.scss */
        .single-solution .nos-forces-wrapper .image {
          margin-left: 8.33333%; } }
    /* line 31, ../custom-sass/_strength.scss */
    .nos-forces-wrapper .image img {
      position: relative;
      z-index: 7;
      -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 35px -15px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 35px -15px;
      box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 35px -15px; }
  /* line 39, ../custom-sass/_strength.scss */
  .nos-forces-wrapper .description {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
    color: #2d2d2d;
    position: relative;
    align-self: center; }
    @media (min-width: 992px) {
      /* line 39, ../custom-sass/_strength.scss */
      .nos-forces-wrapper .description {
        float: left;
        width: 33.33333%; } }
    @media (min-width: 992px) {
      /* line 39, ../custom-sass/_strength.scss */
      .nos-forces-wrapper .description {
        margin-left: 8.33333%; } }
    /* line 52, ../custom-sass/_strength.scss */
    .single-solution .nos-forces-wrapper .description {
      text-align: right; }
  /* line 57, ../custom-sass/_strength.scss */
  .nos-forces-wrapper .iso-logo-certificat .image-iso {
    display: inline-block;
    vertical-align: top;
    width: 117px;
    height: 76px;
    line-height: 73px;
    margin-right: 30px;
    border: 1px solid #dbdbdb;
    background: #fff;
    border-radius: 1px;
    text-align: center; }
    /* line 68, ../custom-sass/_strength.scss */
    .nos-forces-wrapper .iso-logo-certificat .image-iso:last-child {
      margin-right: 0; }
  /* line 74, ../custom-sass/_strength.scss */
  .nos-forces-wrapper.reverse .description {
    margin-right: 8.33333%;
    margin-left: 0;
    text-align: right;
    padding-top: 50px;
    align-self: auto; }

/* line 87, ../custom-sass/_strength.scss */
.bloc-textes-content-wrapper .section-sous-titre {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #2d2d2d;
  margin-bottom: 50px; }
/* line 96, ../custom-sass/_strength.scss */
.bloc-textes-content-wrapper .section-content-inner {
  max-width: 990px;
  margin: 0 auto; }
  /* line 99, ../custom-sass/_strength.scss */
  .bloc-textes-content-wrapper .section-content-inner .section-description {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px; }
    @media (min-width: 768px) {
      /* line 99, ../custom-sass/_strength.scss */
      .bloc-textes-content-wrapper .section-content-inner .section-description {
        float: left;
        width: 33.33333%; } }
    /* line 108, ../custom-sass/_strength.scss */
    .bloc-textes-content-wrapper .section-content-inner .section-description p {
      margin: 0; }

/* line 118, ../custom-sass/_strength.scss */
.img-text-content-wrapper .section-content-inner {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #22252c; }
  @media (min-width: 768px) {
    /* line 118, ../custom-sass/_strength.scss */
    .img-text-content-wrapper .section-content-inner {
      float: left;
      width: 33.33333%; } }
  @media (min-width: 992px) {
    /* line 118, ../custom-sass/_strength.scss */
    .img-text-content-wrapper .section-content-inner {
      float: left;
      width: 16.66667%; } }
  /* line 126, ../custom-sass/_strength.scss */
  .img-text-content-wrapper .section-content-inner .visuel {
    margin-bottom: 20px;
    min-height: 90px;
    text-align: center; }
    /* line 130, ../custom-sass/_strength.scss */
    .img-text-content-wrapper .section-content-inner .visuel img {
      display: inline-block; }
  /* line 139, ../custom-sass/_strength.scss */
  .img-text-content-wrapper .section-content-inner p {
    margin: 0; }
    
    
    
    
/* AmG 9/04/2019 */
.panel-grid.panel-no-style{
    display:block !important;
}

