font-face {
  font-family: 'Title';
  src: url("../fonts/opensans/OpenSans-ExtraBold.ttf"); }
@font-face {
  font-family: 'Bold';
  src: url("../fonts/opensans/OpenSans-Bold.ttf"); }
@font-face {
  font-family: 'Main';
  src: url("../fonts/opensans/OpenSans-Regular.ttf"); }
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
body {
  background: #ffffff;
  font-family: "Main", "sans-serif";
  overflow-x: hidden;
  font-size: 18px;
  line-height: 33px; }
  @media (max-width: 1540px) {
    body {
      font-size: 14px;
      line-height: 27px; } }
  @media (max-width: 992px) {
    body {
      background: #F4F4F4; } }
  @media (max-width: 480px) {
    body {
      line-height: 25px; } }

a {
  color: #005bb3; }

.container {
  max-width: 1650px;
  padding: 0 40px; }
  @media (max-width: 1540px) {
    .container {
      max-width: 100%;
      padding: 0 20px; } }
  @media (max-width: 992px) {
    .container {
      padding: 0 10px; } }
  @media (max-width: 480px) {
    .container {
      padding: 0 5px; } }

.title-page {
  position: relative;
  width: 100%;
  height: 30vh;
  padding-top: 12vh;
  background: center center;
  background-size: cover; }
  .title-page:before {
    width: 100%;
    height: 30vh;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4); }
  .title-page span {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    font-family: "Title", "sans-serif";
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .title-page span {
        font-size: 28px; } }

.modal-title {
  margin-top: 0; }

.title, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4 {
  color: #003466;
  font-family: "Title", "sans-serif";
  text-transform: uppercase; }
  .title-two, .wysiwyg h2 {
    font-size: 30px;
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      .title-two, .wysiwyg h2 {
        font-size: 23px;
        margin-bottom: 20px; } }
  .title-three, .wysiwyg h3 {
    font-size: 22px;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .title-three, .wysiwyg h3 {
        font-size: 20px;
        margin-bottom: 15px; } }
  .title-four, .wysiwyg h4 {
    text-transform: initial;
    font-size: 20px;
    font-family: "Bold", "sans-serif";
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .title-four, .wysiwyg h4 {
        font-size: 18px;
        margin-bottom: 10px; } }
  .title-five {
    font-family: "Bold", "sans-serif";
    font-size: 16px;
    text-align: left;
    margin: 15px 0 5px; }

.subtitle-page {
  font-family: "Title", "sans-serif";
  color: black;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    .subtitle-page {
      font-size: 20px; } }

.hat {
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Title", "sans-serif"; }
  @media (max-width: 480px) {
    .hat {
      font-size: 14px; } }

.bold {
  font-family: "Bold", "sans-serif"; }

.read-more {
  display: inline-block;
  background: black;
  color: #ffffff;
  padding: 18px 45px;
  font-family: "Bold", "sans-serif";
  text-transform: uppercase;
  text-align: center;
  font-size: 18px; }
  @media (max-width: 1540px) {
    .read-more {
      font-size: 14px; } }
  @media (max-width: 768px) {
    .read-more {
      font-size: 14px;
      padding: 15px 33px;
      margin-top: 25px;
      display: block;
      white-space: nowrap; } }
  @media (max-width: 480px) {
    .read-more {
      padding: 12px 30px; } }
  .read-more:hover {
    text-decoration: none;
    color: #ffffff;
    background: #003466; }

.center {
  margin: auto;
  display: block;
  text-align: center; }

.float-left {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  max-width: 450px;
  width: 100%; }

.float-right {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
  max-width: 450px;
  width: 100%; }

.list li {
  margin: 4px 0; }

@media (max-width: 768px) {
  header {
    height: 50px;
    position: relative;
    z-index: 10;
    background: #003466; } }

.logo {
  width: 257px;
  display: inline-block;
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0; }
  @media (max-width: 1540px) {
    .logo {
      width: 194px; } }
  @media (max-width: 1200px) {
    .logo {
      width: 130px; } }
  @media (max-width: 480px) {
    .logo {
      width: 90px; } }

.button-container {
  display: none;
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 10;
  background: #003466; }
  @media (max-width: 768px) {
    .button-container {
      display: block; } }

.menu-button {
  position: relative;
  display: block;
  width: 54px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: transform 0.5s;
  -khtml-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  margin: auto;
  float: right; }
  .menu-button span {
    background-color: white;
    height: 2px;
    width: 22px;
    position: absolute;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
    .menu-button span::before, .menu-button span::after {
      content: '';
      background-color: white;
      height: 2px;
      width: 22px;
      position: absolute;
      display: block;
      -webkit-transform: translateY(-6px);
      -khtml-transform: translateY(-6px);
      -moz-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      -o-transform: translateY(-6px);
      transform: translateY(-6px);
      top: 0%;
      left: 0%;
      -webkit-transition: transform 0.5s, width 0.5s;
      -khtml-transition: transform 0.5s, width 0.5s;
      -moz-transition: transform 0.5s, width 0.5s;
      -ms-transition: transform 0.5s, width 0.5s;
      -o-transition: transform 0.5s, width 0.5s;
      transition: transform 0.5s, width 0.5s;
      -webkit-transform-origin: 0% 50%;
      -khtml-transform-origin: 0% 50%;
      -moz-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
      -o-transform-origin: 0% 50%;
      transform-origin: 0% 50%; }
    .menu-button span::after {
      -webkit-transform: translateY(6px);
      -khtml-transform: translateY(6px);
      -moz-transform: translateY(6px);
      -ms-transform: translateY(6px);
      -o-transform: translateY(6px);
      transform: translateY(6px); }
  .menu-button:hover span::before {
    -webkit-transform: translateY(6px);
    -khtml-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px); }
  .menu-button:hover span::after {
    -webkit-transform: translateY(-6px);
    -khtml-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px); }

.navbar {
  padding: 0;
  background: #003466; }
  @media (max-width: 768px) {
    .navbar {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      display: none; } }

.nav {
  background: #003466;
  display: block;
  font-family: "Title", "sans-serif";
  padding-left: 317px;
  width: 100%; }
  @media (max-width: 1200px) {
    .nav {
      padding-left: 145px; } }
  @media (max-width: 768px) {
    .nav {
      text-align: center;
      padding-left: 0; } }
  .nav li {
    display: inline-block; }
    @media (max-width: 768px) {
      .nav li {
        display: block; } }
    .nav li.align-right {
      float: right; }
      @media (max-width: 768px) {
        .nav li.align-right {
          float: none; } }
    .nav li.espace-client {
      background: #FE0000;
      margin-left: 20px; }
      @media (max-width: 768px) {
        .nav li.espace-client {
          margin-left: 0; } }
      @media (min-width: 1540px) {
        .nav li.espace-client a {
          padding: 41px 25px; } }
  .nav a {
    color: #ffffff;
    text-transform: uppercase;
    padding: 41px 22px;
    font-size: 20px; }
    @media (max-width: 1540px) {
      .nav a {
        padding: 32px 16px;
        font-size: 16px; } }
    @media (max-width: 1200px) {
      .nav a {
        padding: 30px 10px; } }
    @media (max-width: 992px) {
      .nav a {
        padding: 30px 6px; } }
    @media (max-width: 768px) {
      .nav a {
        padding: 10px 10px; } }

.nav-pills .nav-link {
  border-radius: 0; }

.nav-pills .show > .nav-link {
  background: #ffffff;
  color: #003466; }

.dropdown-toggle::after {
  color: #FE0000;
  font-size: 31px;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-left: 10px;
  border-top: .4em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent; }
  @media (max-width: 1540px) {
    .dropdown-toggle::after {
      top: -2px;
      margin-left: 8px; } }

.dropdown-menu {
  background: #003260;
  border-radius: 0; }
  .dropdown-menu.show {
    margin: 0; }
  .dropdown-menu a {
    padding: 21px 22px; }
  @media (max-width: 768px) {
    .dropdown-menu {
      position: static;
      text-align: center;
      float: none;
      padding: 0; } }

.section-title {
  font-family: "Title", "sans-serif";
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 54px; }
  @media (max-width: 1540px) {
    .section-title {
      font-size: 32px; } }
  @media (max-width: 768px) {
    .section-title {
      font-size: 28px;
      line-height: 33px; } }
  @media (max-width: 480px) {
    .section-title {
      font-size: 23px;
      line-height: 28px; } }

.categories {
  margin-top: -122px;
  position: relative;
  z-index: 8; }
  @media (max-width: 1540px) {
    .categories {
      margin-top: -110px; } }
  @media (max-width: 1200px) {
    .categories {
      margin-top: -95px; } }
  @media (max-width: 992px) {
    .categories {
      margin-top: 0; } }

.products {
  background: #ffffff;
  padding: 50px 40px;
  float: right;
  margin-right: -112px;
  position: relative; }
  @media (max-width: 1380px) {
    .products {
      margin-right: -49px; } }
  @media (max-width: 992px) {
    .products {
      float: left;
      margin: 0; } }
  .products .part-right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #ffffff;
    width: 100%; }

.actualities {
  background: #F4F4F4;
  margin: auto;
  padding-top: 113px;
  padding-bottom: 115px; }
  @media (max-width: 1540px) {
    .actualities {
      padding-top: 90px;
      padding-bottom: 75px; } }
  @media (max-width: 480px) {
    .actualities {
      padding-top: 40px;
      padding-bottom: 30px; } }
  .actualities .content {
    margin-top: 58px; }
    @media (max-width: 1540px) {
      .actualities .content {
        margin-top: 40px; } }
  .actualities .mCSB_scrollTools .mCSB_draggerContainer {
    margin-top: 20px; }
    @media (max-width: 1540px) {
      .actualities .mCSB_scrollTools .mCSB_draggerContainer {
        margin-top: 0; } }

.content {
  overflow: visible;
  position: relative;
  padding: 20px 0;
  margin: 40px 0 10px 0;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*  @media (max-width: $large) {
      width: 920px;
    }
    @media (max-width: $medium) {
      width: 680px;
    }
    @media (max-width: $small) {
      width: 500px;
      margin-top: 20px;
    }
    @media (max-width: $x-small) {
      width: 95%;
    }*/ }

.horizontal-images.content li {
  float: none; }

.mCustomScrollBox {
  overflow: visible;
  max-height: none !important; }

.mCSB_container {
  overflow: visible; }

.horizontal-images.content ul, .vertical-images.content ul {
  padding: 0;
  list-style: none;
  overflow: visible; }

.mCS_img_loaded {
  width: 100%; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 11px;
  background-color: #D8D8D8; }
  .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:hover {
    background-color: #D8D8D8;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 2px;
  margin-top: 10px;
  background-color: #D8D8D8; }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.carousel-inner {
  padding-left: 0; }

.carousel {
  background-color: white;
  border: 1px solid #e0e0e0; }

.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .swiper-container .container {
    position: relative;
    z-index: 4; }

.text-slider {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  padding: 10px;
  padding-left: 0;
  text-align: left;
  cursor: pointer;
  width: 95%;
  margin-top: 182px; }
  @media (max-width: 1540px) {
    .text-slider {
      margin-top: 140px; } }
  @media (max-width: 1200px) {
    .text-slider {
      margin-top: 120px; } }
  @media (max-width: 992px) {
    .text-slider {
      margin-top: 105px;
      width: 100%; } }
  @media (max-width: 768px) {
    .text-slider {
      padding: 0;
      margin-top: 105px; } }
  @media (max-width: 480px) {
    .text-slider {
      margin-top: 90px; } }
  .text-slider h3 {
    text-transform: uppercase;
    font-size: 58px;
    width: 100%;
    margin: 0;
    font-family: "Title", "sans-serif";
    color: #ffffff; }
    @media (max-width: 1540px) {
      .text-slider h3 {
        width: 1000px;
        font-size: 40px; } }
    @media (max-width: 1300px) {
      .text-slider h3 {
        width: 900px;
        font-size: 40px; } }
    @media (max-width: 1200px) {
      .text-slider h3 {
        font-size: 32px;
        width: 100%; } }
    @media (max-width: 992px) {
      .text-slider h3 {
        font-size: 27px; } }
    @media (max-width: 480px) {
      .text-slider h3 {
        font-size: 18px;
        margin-bottom: 20px; } }
  .text-slider p {
    color: #ffffff;
    max-width: 765px;
    margin-top: 10px;
    margin-bottom: 53px;
    font-size: 18px;
    line-height: 36px; }
    @media (max-width: 1540px) {
      .text-slider p {
        font-size: 15px;
        line-height: 30px; } }
    @media (max-width: 1200px) {
      .text-slider p {
        margin-bottom: 35px; } }
    @media (max-width: 992px) {
      .text-slider p {
        width: 100%;
        font-size: 14px;
        line-height: 25px;
        max-width: none; } }
    @media (max-width: 768px) {
      .text-slider p {
        margin-bottom: 25px; } }
    @media (max-width: 480px) {
      .text-slider p {
        display: none; } }
  .text-slider .read-more {
    display: inline-block;
    padding: 23px 42px;
    font-size: 18px; }
    @media (max-width: 1540px) {
      .text-slider .read-more {
        padding: 17px 37px;
        font-size: 14px; } }
    @media (max-width: 768px) {
      .text-slider .read-more {
        margin-top: 0;
        padding: 12px 16px; } }

.barre-bas {
  width: 100%;
  height: 6px;
  margin-top: 10px; }
  .barre-bas span {
    width: 33%;
    height: 6px;
    display: inline-block; }

span.info-nature {
  text-transform: uppercase;
  font-size: 20px; }

.mask-slider {
  background-image: url("../img/masks/mask-slider.png");
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-opacity: 0.6;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
  z-index: 2; }

.swiper-container {
  overflow: hidden;
  height: 722px;
  /* Fix of Webkit flickering */
  z-index: 1; }
  @media (max-width: 1540px) {
    .swiper-container {
      height: 576px; } }
  @media (max-width: 1200px) {
    .swiper-container {
      height: 475px; } }
  @media (max-width: 992px) {
    .swiper-container {
      height: 390px; } }
  @media (max-width: 480px) {
    .swiper-container {
      height: 288px; } }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (min-width: 1540px) {
    .swiper-slide {
      background-position: center -300px; } }
  .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4;
    z-index: 2; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/*pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: none; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0); }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
  right: 58Px; }

/* Bullets */
.swiper-pagination-bullet {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid blue;
  overflow: hidden;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  border-radius: 50%; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  width: 17px;
  height: 17px;
  background-color: #123c61;
  border: 2px solid #123c61; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
header.carousel {
  height: 170px; }
  header.carousel .fill {
    background-repeat: no-repeat;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -khtml-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
    width: auto;
    margin: auto; }
    header.carousel .fill:hover {
      filter: alpha(opacity=70);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      -webkit-opacity: 0.7;
      -khtml-opacity: 0.7;
      -moz-opacity: 0.7;
      -ms-opacity: 0.7;
      -o-opacity: 0.7;
      opacity: 0.7; }
  header.carousel .carousel-caption {
    right: 0%;
    left: 0%;
    padding: 10px 10px;
    width: 100%;
    bottom: 0;
    text-align: left;
    background-color: rgba(225, 229, 231, 0.2); }
  header.carousel .carousel-indicators {
    position: absolute;
    bottom: 0px;
    right: 2%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: right;
    list-style: none;
    left: auto; }
    header.carousel .carousel-indicators li {
      border-radius: 50%;
      border: 1px solid #8b8b8a; }
  header.carousel .carousel-control.right {
    /*background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);*/
    background-image: none;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
    header.carousel .carousel-control.right .icon-next {
      text-align: right; }
  header.carousel .carousel-control.left {
    /*background-image: -webkit-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.1) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
    background-image: none;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  header.carousel p {
    margin-bottom: 0px; }

@media (min-width: 440px) {
  header.carousel {
    height: 226px; } }
@media (min-width: 540px) {
  header.carousel {
    height: 330px; } }
@media (min-width: 710px) {
  header.carousel {
    max-width: 700px;
    margin: auto; } }
footer {
  background: #ffffff; }

.footer-one {
  background: black;
  text-align: center;
  padding: 25px 0 30px; }
  @media (max-width: 1540px) {
    .footer-one {
      padding: 20px 0; } }
  .footer-one a:hover {
    text-decoration: none; }
  .footer-one img {
    width: 49px;
    margin-bottom: 10px; }
    @media (max-width: 1540px) {
      .footer-one img {
        width: 41px; } }
  .footer-one p {
    color: #ffffff;
    font-size: 18px;
    margin: 0; }
    @media (max-width: 1540px) {
      .footer-one p {
        font-size: 14px; } }
    @media (max-width: 480px) {
      .footer-one p {
        font-size: 13px; } }

.footer-two {
  text-align: center;
  padding-top: 10px; }
  @media (max-width: 1540px) {
    .footer-two {
      padding-top: 0; } }
  .footer-two ul {
    list-style-type: none;
    font-family: "Title", "sans-serif";
    text-transform: uppercase;
    padding: 0; }
    @media (max-width: 480px) {
      .footer-two ul {
        padding-top: 20px; } }
  .footer-two li {
    display: inline-block;
    padding: 20px 25px; }
    .footer-two li:first-child {
      padding-left: 0; }
    @media (max-width: 768px) {
      .footer-two li {
        display: block;
        padding: 10px 0; } }
  .footer-two a {
    color: #003466;
    font-size: 20px; }
    @media (max-width: 1540px) {
      .footer-two a {
        font-size: 15px; } }

.copyright {
  color: black;
  font-size: 12px;
  text-align: center;
  margin-top: 84px; }
  @media (max-width: 1540px) {
    .copyright {
      margin-top: 40px; } }

.infos {
  background: #F4F4F4;
  margin: auto;
  padding: 320px 0 118px;
  margin-top: -320px; }
  @media (max-width: 1540px) {
    .infos {
      margin-top: -290px;
      padding: 320px 0 90px; } }
  @media (max-width: 992px) {
    .infos {
      margin-top: 0;
      padding-top: 0; } }
  @media (max-width: 480px) {
    .infos {
      margin-top: 0;
      padding-bottom: 0;
      padding-top: 20px; } }
  .infos .row-infos {
    display: block;
    margin-top: 78px; }
    @media (max-width: 1540px) {
      .infos .row-infos {
        margin-top: 20px; } }
    .infos .row-infos::after {
      display: table;
      content: '';
      clear: both; }
  .infos .section-title {
    color: #003466;
    margin-bottom: 14px; }

.about {
  padding-right: 90px;
  padding-top: 50px;
  float: left; }
  @media (max-width: 992px) {
    .about {
      padding-right: 0;
      padding-bottom: 50px; } }
  @media (max-width: 480px) {
    .about {
      padding-bottom: 20px;
      padding-top: 0; } }
  .about .section-title {
    text-align: left; }
  .about .subtitle {
    font-family: "Bold", "sans-serif";
    text-transform: uppercase;
    font-size: 22px;
    line-height: 32px;
    margin: 65px 0 30px; }
    @media (max-width: 1540px) {
      .about .subtitle {
        font-size: 17px;
        line-height: 27px;
        margin: 50px 0 25px; } }
    @media (max-width: 480px) {
      .about .subtitle {
        margin: 20px 0;
        font-size: 14px; } }

.product {
  text-align: center;
  align-self: flex-end;
  padding-top: 62px;
  color: #003466; }
  @media (max-width: 1540px) {
    .product {
      padding-top: 40px; } }
  .product:hover {
    text-decoration: none; }
  .product_name {
    font-family: "Title", "sans-serif";
    font-size: 21px; }
    @media (max-width: 1540px) {
      .product_name {
        font-size: 16px; } }
  .product_image {
    width: 125px;
    margin: auto;
    display: block;
    margin-bottom: 12px; }
    @media (max-width: 1540px) {
      .product_image {
        width: 100px;
        margin-bottom: 10px; } }
    .product_image-video {
      width: 172px;
      margin-bottom: 25px; }
      @media (max-width: 1540px) {
        .product_image-video {
          width: 132px; } }
    .product_image-alarm {
      width: 148px;
      margin-bottom: 20px; }
      @media (max-width: 1540px) {
        .product_image-alarm {
          width: 110px; } }
    .product_image-portique {
      width: 155px; }
      @media (max-width: 1540px) {
        .product_image-portique {
          width: 110px; } }

.agencies {
  background: #003466;
  padding: 65px 0 60px; }
  @media (max-width: 1540px) {
    .agencies {
      padding: 50px 0 80px; } }
  @media (max-width: 480px) {
    .agencies {
      padding-bottom: 25px; } }
  .agencies .container {
    max-width: 1095px;
    padding: 0 15px; }
    @media (max-width: 1540px) {
      .agencies .container {
        max-width: 880px; } }
  .agencies .section-title {
    color: #ffffff; }
    @media (min-width: 1540px) {
      .agencies .section-title {
        margin-bottom: 16px; } }
  .agencies .subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 1540px) {
      .agencies .subtitle {
        font-size: 14px;
        margin-bottom: 23px; } }
  .agencies p {
    color: #ffffff; }

.agence {
  text-align: center; }
  @media (max-width: 992px) {
    .agence {
      margin-bottom: 30px; } }
  .agence img {
    width: 230px;
    margin-bottom: 20px; }
    @media (max-width: 1540px) {
      .agence img {
        width: 190px; } }
  .agence h4 {
    font-family: "Bold", "sans-serif";
    text-transform: uppercase;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 22px; }
    @media (max-width: 1540px) {
      .agence h4 {
        font-size: 18px; } }
  .agence p {
    line-height: 22px;
    margin-bottom: 14px; }
    @media (max-width: 1540px) {
      .agence p {
        line-height: 16px;
        margin-bottom: 10px; } }
  .agence .phone {
    color: #ffffff;
    font-family: "Bold", "sans-serif";
    margin-top: 15px; }

.contact-form {
  margin: 60px 0 90px; }
  @media (max-width: 480px) {
    .contact-form {
      margin: 40px 0 50px; } }
  .contact-form::after {
    content: "";
    display: table;
    clear: both; }
  .contact-form label {
    font-family: "Bold", "sans-serif";
    color: #003466; }
  .contact-form .form-control {
    border-radius: 0; }

.interlocuteur {
  margin-bottom: 20px; }

.message {
  height: 200px; }

.btn-submit {
  border: none;
  float: right;
  margin-top: 25px; }

.modal .contact-form {
  margin-bottom: 0; }

.categories-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 80px; }
  @media (max-width: 1540px) {
    .categories-list {
      margin-bottom: 80px; } }
  @media (max-width: 480px) {
    .categories-list {
      flex-wrap: nowrap; } }
  .categories-list li {
    width: 350px;
    margin-right: 20px;
    background: #ffffff; }
    @media (max-width: 1540px) {
      .categories-list li {
        width: 280px; } }
    @media (max-width: 1200px) {
      .categories-list li {
        width: 220px; } }
    .categories-list li img {
      width: 100%; }
    .categories-list li h6 {
      font-family: "Title", "sans-serif";
      text-transform: uppercase;
      color: #003466;
      font-size: 21px; }
      @media (max-width: 1540px) {
        .categories-list li h6 {
          font-size: 17px; } }
      @media (max-width: 480px) {
        .categories-list li h6 {
          font-size: 15px; } }
    .categories-list li a:hover {
      text-decoration: none; }
    .categories-list li:hover, .categories-list li.hovered {
      background: #003466; }
      .categories-list li:hover h6, .categories-list li.hovered h6 {
        color: #ffffff; }
    .categories-list li:hover {
      background: #005aad; }
  .categories-list .description {
    height: 210px;
    padding: 50px 10px 20px 20px; }
    @media (max-width: 1540px) {
      .categories-list .description {
        height: 180px;
        padding: 40px 10px 20px 20px; } }
    @media (max-width: 1200px) {
      .categories-list .description {
        height: 120px; } }
    @media (max-width: 480px) {
      .categories-list .description {
        padding: 40px 10px 20px 10px; } }

.actualities-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 80px; }
  @media (max-width: 480px) {
    .actualities-list {
      flex-wrap: nowrap; } }
  .actualities-list li {
    width: 540px;
    margin-right: 20px;
    background: #ffffff; }
    @media (max-width: 1540px) {
      .actualities-list li {
        width: 425px; } }
    @media (max-width: 1200px) {
      .actualities-list li {
        width: 350px; } }
    @media (max-width: 992px) {
      .actualities-list li {
        width: 300px; } }
    @media (max-width: 768px) {
      .actualities-list li {
        width: 200px; } }
  .actualities-list img {
    max-width: 100%; }
  .actualities-list .description {
    padding: 20px 80px 40px 15px; }
    @media (max-width: 1540px) {
      .actualities-list .description {
        padding: 15px 15px 30px; } }
    @media (max-width: 768px) {
      .actualities-list .description {
        padding-bottom: 15px; } }
  .actualities-list h6 {
    color: #003466;
    font-family: "Bold", "sans-serif";
    font-size: 23px; }
    @media (max-width: 1540px) {
      .actualities-list h6 {
        font-size: 18px; } }
  .actualities-list span {
    font-size: 20px; }
    @media (max-width: 1540px) {
      .actualities-list span {
        font-size: 14px; } }
  .actualities-list p {
    color: black;
    line-height: 28px;
    margin-bottom: 104px; }
    @media (max-width: 1540px) {
      .actualities-list p {
        margin-bottom: 80px; } }
    @media (max-width: 768px) {
      .actualities-list p {
        display: none; } }

.actualities-grid {
  display: block;
  margin: 60px 0 0; }
  .actualities-grid p {
    margin-bottom: 60px; }
  @media (max-width: 992px) {
    .actualities-grid .description {
      background: #ffffff; } }

.actualite {
  margin-bottom: 60px; }
  @media (max-width: 480px) {
    .actualite {
      margin-bottom: 30px; } }

.pagination {
  margin-bottom: 90px; }

.page-link {
  color: #003466;
  font-family: "Main", "sans-serif"; }
  .page-link:hover {
    background: #003466;
    color: #ffffff; }

.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 0; }
  .page-item:first-child .page-link:hover, .page-item:last-child .page-link:hover {
    background: black;
    color: #ffffff; }

.actu-detail {
  padding-bottom: 90px; }
  @media (max-width: 480px) {
    .actu-detail {
      padding-bottom: 20px; } }
  .actu-detail_content {
    margin-top: 40px; }
    @media (max-width: 480px) {
      .actu-detail_content {
        margin-top: 20px; } }
  .actu-detail img {
    width: 50%;
    float: left;
    margin: 0 30px 20px 0; }
    @media (max-width: 992px) {
      .actu-detail img {
        float: none;
        width: auto;
        display: block;
        margin: 0 auto 20px; } }
  .actu-detail .date {
    text-align: center;
    font-family: "Bold", "sans-serif";
    font-size: 18px; }
  .actu-detail::after {
    content: "";
    display: table;
    clear: both; }

.jobs-list {
  margin: 55px 0 35px; }
  @media (max-width: 768px) {
    .jobs-list {
      margin: 35px 0 25px; } }

.job {
  margin-bottom: 20px;
  cursor: pointer; }
  @media (max-width: 768px) {
    .job {
      margin-bottom: 10px; } }
  .job .title, .job .wysiwyg h2, .wysiwyg .job h2, .job .wysiwyg h3, .wysiwyg .job h3, .job .wysiwyg h4, .wysiwyg .job h4 {
    margin-bottom: 0;
    text-align: left; }
  .job .place {
    margin-bottom: 5px;
    display: block;
    text-align: left; }
  .job .description {
    border: 1px solid #D8D8D8;
    padding: 13px 20px;
    background: #ffffff; }
    .job .description .intitule {
      float: left; }
      @media (max-width: 768px) {
        .job .description .intitule {
          float: none; } }
    .job .description p {
      margin-bottom: 25px;
      display: block;
      font-size: 14px; }
    .job .description::after {
      content: "";
      display: table;
      clear: both; }

.to-apply {
  display: block;
  color: #FE0000;
  font-family: "Bold", "sans-serif";
  text-align: left;
  float: right;
  margin-top: 10px; }
  @media (max-width: 768px) {
    .to-apply {
      float: none;
      margin: 0; } }

.infos-sup {
  display: none;
  padding-top: 10px;
  clear: both; }

.btn-apply {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 20px; }
  .btn-apply:hover {
    background: #003466; }

.devis {
  background: url("../assets/images/img10.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative; }
  .devis::after {
    content: '';
    background: #003466;
    filter: alpha(opacity=85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    -webkit-opacity: 0.85;
    -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
    -ms-opacity: 0.85;
    -o-opacity: 0.85;
    opacity: 0.85;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .devis .section-title {
    color: #ffffff;
    padding: 117px 0 30px;
    position: relative;
    z-index: 5; }
    @media (max-width: 1540px) {
      .devis .section-title {
        padding: 92px 0 30px; } }
    @media (max-width: 768px) {
      .devis .section-title {
        padding: 44px 0 13px; } }
    @media (max-width: 480px) {
      .devis .section-title {
        padding: 20px 0 13px;
        font-size: 20px; } }
  .devis .read-more {
    display: inline-block;
    margin-bottom: 110px;
    position: relative;
    z-index: 5; }
    @media (max-width: 1540px) {
      .devis .read-more {
        margin-bottom: 80px; } }
    @media (max-width: 768px) {
      .devis .read-more {
        margin-bottom: 60px; } }
    @media (max-width: 480px) {
      .devis .read-more {
        margin-bottom: 20px;
        margin-top: 0; } }

.wysiwyg .highlight {
  background-color: #003466;
  margin: 4em;
  padding: 40px;
  font-weight: 400;
  color: #fff; }
  @media (max-width: 768px) {
    .wysiwyg .highlight {
      margin: 1em;
      padding: 10px; } }
  .wysiwyg .highlight h2 {
    color: #ffffff;
    text-align: center; }
.wysiwyg .part {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 60px 0; }
  @media (max-width: 768px) {
    .wysiwyg .part {
      margin: 30px 0; } }
  .wysiwyg .part *:first-child.part-img {
    text-align: right; }
.wysiwyg .part-img, .wysiwyg .part-text {
  width: 50%;
  padding: 30px 30px 30px 30px;
  display: table-cell;
  vertical-align: middle; }
  @media (max-width: 768px) {
    .wysiwyg .part-img, .wysiwyg .part-text {
      display: block;
      width: 100%;
      padding: 10px; } }
  .wysiwyg .part-img img, .wysiwyg .part-text img {
    max-width: 100%; }
@media (max-width: 768px) {
  .wysiwyg .part-img {
    text-align: center !important; } }
.wysiwyg .part-text:after {
  content: '';
  display: block;
  width: 300px;
  border-bottom: 1px solid #D8D8D8; }
  @media (max-width: 768px) {
    .wysiwyg .part-text:after {
      width: 75%; } }
.wysiwyg .blue {
  background-color: #003466;
  color: white !important; }
  .wysiwyg .blue h2 {
    color: white; }
.wysiwyg .read-more {
  margin: 10px 0; }

/*# sourceMappingURL=style.css.map */
