/* VARIABLES SCSS */
/* GRID GUTTER */
/* -- GESTION DES ESPACEMENTS -- test avec 32px pour valeur */
/* value : 8 */
/* value : 16 */
/* value : 24 */
/* value : 32 */
/* value : 40 */
/* value : 48 */
/* value : 56 */
/* value : 64 */
/* value : 72 */
/* value : 80 */
/* value : 88 */
/* value : 96 */
/* COLOR */
/* COULEURS REQUIRED */
/* COULEURS DU PROGRAMME */
/* COULEURS DU CLIENT */
/* COULEURS ETATS */
/* COULEURS DES BORDERS */
/* COULEURS DES FONTS*/
/* COULEURS DES FONDs*/
/* -- FONT FAMILY -- */
/* -- SIZE FONT -- */
/* -- RESPONSIVE -- */
/* -- HAUTEUR DES IMAGES -- */
/* -- BORDER RADIUS -- */
/* SASS POUR SURCHARGER */
/* COULEURS DU CLIENT */
/* COULEURS DU CLIENT */
/* -- FONT FAMILY -- */
/* ZERO LESS
-------------------------------------------------------------  */
.clear {
  clear: both; }

/* MARGIN */
.m-0 {
  margin: 0; }

/* MARGIN TOP */
.m-t--1 {
  margin-top: -1px; }

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

.m-t-5 {
  margin-top: 5px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-12 {
  margin-top: 12px; }

.m-t-15 {
  margin-top: 15px; }

.m-t-16 {
  margin-top: 16px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-24 {
  margin-top: 24px; }

.m-t-25 {
  margin-top: 25px; }

.m-t-30 {
  margin-top: 30px; }

.m-t-32 {
  margin-top: 32px; }

.m-t-35 {
  margin-top: 35px; }

.m-t-36 {
  margin-top: 36px; }

.m-t-40 {
  margin-top: 40px; }

.m-t-48 {
  margin-top: 48px !important; }

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

.mt-0 {
  margin-top: 0 !important; }

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

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

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

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

.mt-025 {
  margin-top: 8px; }

.mt-050 {
  margin-top: 16px; }

.mt-075 {
  margin-top: 24px; }

.mt-100 {
  margin-top: 32px; }

.mt-125 {
  margin-top: 40px; }

.mt-150 {
  margin-top: 48px; }

.mt-175 {
  margin-top: 56px; }

.mt-200 {
  margin-top: 64px; }

.mt-225 {
  margin-top: 72px; }

.mt-250 {
  margin-top: 80px; }

.mt-275 {
  margin-top: 88px; }

.mt-300 {
  margin-top: 96px; }

/* MARGIN BOTTOM */
.m-b-0 {
  margin-bottom: 0 !important; }

.m-b-5 {
  margin-bottom: 5px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-b-16 {
  margin-bottom: 16px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-24 {
  margin-bottom: 24px; }

.m-b-25 {
  margin-bottom: 25px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-b-32 {
  margin-bottom: 32px; }

.m-b-35 {
  margin-bottom: 35px; }

.m-b-36 {
  margin-bottom: 36px; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-b-48 {
  margin-bottom: 48px !important; }

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

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

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

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

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

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

.mb-025 {
  margin-bottom: 8px; }

.mb-050 {
  margin-bottom: 16px; }

.mb-075 {
  margin-bottom: 24px; }

.mb-100 {
  margin-bottom: 32px; }

.mb-125 {
  margin-bottom: 40px; }

.mb-150 {
  margin-bottom: 48px; }

.mb-175 {
  margin-bottom: 56px; }

.mb-200 {
  margin-bottom: 64px; }

.mb-225 {
  margin-bottom: 72px; }

.mb-250 {
  margin-bottom: 80px; }

.mb-275 {
  margin-bottom: 88px; }

.mb-300 {
  margin-bottom: 96px; }

/* MARGIN RIGHT */
.m-r-5 {
  margin-right: 5px; }

.m-r-7 {
  margin-right: 7px; }

.mr-0 {
  margin-right: 0px; }

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.ml-025 {
  margin-left: 8px; }

.ml-050 {
  margin-left: 16px; }

.ml-075 {
  margin-left: 24px; }

.ml-100 {
  margin-left: 32px; }

.ml-125 {
  margin-left: 40px; }

.ml-150 {
  margin-left: 48px; }

/* MARGIN LEFT */
.m-l-5 {
  margin-left: 5px; }

.m-l-7 {
  margin-left: 7px; }

.ml-0 {
  margin-left: 0px; }

.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-025 {
  margin-left: 8px; }

.ml-050 {
  margin-left: 16px; }

.ml-075 {
  margin-left: 24px; }

.ml-100 {
  margin-left: 32px; }

.ml-125 {
  margin-left: 40px; }

.ml-150 {
  margin-left: 48px; }

/* PADDING LEFT RIGHT */
.p-lr-20 {
  padding: 0 20px; }

.p-lr-50 {
  padding: 0 50px; }

/* PADDING */
.p-0 {
  padding: 0; }

/* PADDING LEFT */
.p-l-0 {
  padding-left: 0; }

/* PADDING RIGHT */
.p-r-0 {
  padding-right: 0; }

/* PADDING TOP */
.p-t-8 {
  padding-top: 8px; }

.p-t-16 {
  padding-top: 16px; }

.p-t-24 {
  padding-top: 24px; }

.p-t-32 {
  padding-top: 32px !important; }

.p-t-36 {
  padding-top: 36px !important; }

.p-t-48 {
  padding-top: 48px !important; }

.pt-025 {
  padding-top: 8px; }

.pt-050 {
  padding-top: 16px; }

.pt-075 {
  padding-top: 24px; }

.pt-100 {
  padding-top: 32px; }

.pt-125 {
  padding-top: 40px; }

.pt-150 {
  padding-top: 48px; }

.pt-175 {
  padding-top: 56px; }

.pt-200 {
  padding-top: 64px; }

.pt-225 {
  padding-top: 72px; }

.pt-250 {
  padding-top: 80px; }

.pt-275 {
  padding-top: 88px; }

.pt-300 {
  padding-top: 96px; }

/* PADDING BOTTOM */
.p-b-0 {
  padding-bottom: 0 !important; }

.p-b-8 {
  padding-bottom: 8px; }

.p-b-16 {
  padding-bottom: 16px; }

.p-b-24 {
  padding-bottom: 24px; }

.p-b-32 {
  padding-bottom: 32px !important; }

.p-b-36 {
  padding-bottom: 36px !important; }

.p-b-48 {
  padding-bottom: 48px !important; }

.pb-025 {
  padding-bottom: 8px; }

.pb-050 {
  padding-bottom: 16px; }

.pb-075 {
  padding-bottom: 24px; }

.pb-100 {
  padding-bottom: 32px; }

.pb-125 {
  padding-bottom: 40px; }

.pb-150 {
  padding-bottom: 48px; }

.pb-175 {
  padding-bottom: 56px; }

.pb-200 {
  padding-bottom: 64px; }

.pb-225 {
  padding-bottom: 72px; }

.pb-250 {
  padding-bottom: 80px; }

.pb-275 {
  padding-bottom: 88px; }

.pb-300 {
  padding-bottom: 96px; }

.v-sub {
  vertical-align: sub; }

.divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/* TEXT WEIGHT */
.t-upp {
  text-transform: uppercase; }

.t-100 {
  font-weight: 100 !important; }

.t-300 {
  font-weight: 300 !important; }

.t-400 {
  font-weight: 400 !important; }

.t-500 {
  font-weight: 500 !important; }

.t-700 {
  font-weight: 700 !important; }

.t-900 {
  font-weight: 900 !important; }

/* TEXT ALIGN */
.t-right {
  text-align: right !important; }

.t-left {
  text-align: left !important; }

.t-center {
  text-align: center !important; }

.t-justify {
  text-align: justify !important; }

.t-primary {
  color: #3c3c3c; }

.t-grey {
  color: #3c3c3c; }

.t-secondary {
  color: #E40042; }

.t-black {
  color: #000; }

.t-white {
  color: #FFF; }

.t-success {
  color: #96c100; }

.t-warning {
  color: #f59331; }

.t-error {
  color: #e60006; }

.t-info {
  color: #37b0e9; }

/* SIZE */
.t-xxs {
  font-size: 0.625rem !important; }

.t-xs {
  font-size: 0.75rem !important; }

.t-s {
  font-size: 0.813rem !important; }

.t-b {
  font-size: 1rem !important; }

.t-l {
  font-size: 1.125rem !important; }

.t-xl {
  font-size: 1.313rem !important; }

.t-xxl {
  font-size: 1.5rem !important; }

.t-title {
  font-size: 2rem !important; }

.hidden {
  overflow: hidden; }

.hide {
  display: none; }

.back-primary {
  background: #3c3c3c; }

.back-secondary {
  background: #E40042; }

.back-black {
  background: #000; }

.back-white {
  background: #FFF; }

.back-backBlock {
  background: #ebebeb; }

.back-backBlockDark {
  background: #1e2225; }

.disabled {
  opacity: 0.3 !important;
  cursor: no-drop !important; }
  .disabled:hover, .disabled:focus {
    color: #737373 !important; }

/* VARIABLES SCSS */
/* GRID GUTTER */
/* -- GESTION DES ESPACEMENTS -- test avec 32px pour valeur */
/* value : 8 */
/* value : 16 */
/* value : 24 */
/* value : 32 */
/* value : 40 */
/* value : 48 */
/* value : 56 */
/* value : 64 */
/* value : 72 */
/* value : 80 */
/* value : 88 */
/* value : 96 */
/* COLOR */
/* COULEURS REQUIRED */
/* COULEURS DU PROGRAMME */
/* COULEURS DU CLIENT */
/* COULEURS ETATS */
/* COULEURS DES BORDERS */
/* COULEURS DES FONTS*/
/* COULEURS DES FONDs*/
/* -- FONT FAMILY -- */
/* -- SIZE FONT -- */
/* -- RESPONSIVE -- */
/* -- HAUTEUR DES IMAGES -- */
/* -- BORDER RADIUS -- */
/* SASS POUR SURCHARGER */
/* COULEURS DU CLIENT */
/* COULEURS DU CLIENT */
/* -- FONT FAMILY -- */
.rsContent button.rsBtn, .rsContent a.rsBtn, .rsContent .rsBtn {
  text-align: center;
  margin: auto;
  background: transparent;
  border-radius: 50px;
  font-size: 20px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  display: inline-block;
  transition: all 0.15s ease-in-out;
  color: #FFF;
  border: 1px solid #FFF; }
  .rsContent button.rsBtn:hover, .rsContent button.rsBtn:focus, .rsContent a.rsBtn:hover, .rsContent a.rsBtn:focus, .rsContent .rsBtn:hover, .rsContent .rsBtn:focus {
    background: #FFF;
    border-color: #FFF;
    text-decoration: none; }

/*  ALERT BOX
========================================================================== */
.alertContent {
  position: fixed;
  top: 100px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 100; }

.alert {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
  margin: auto;
  position: relative;
  padding: 15px;
  border-radius: 3px;
  -webkit-transition: all 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: all 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -o-transition: all 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: all 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35); }
  @media (max-width: 479px) {
    .alert {
      padding: 15px 7.5%; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .alert {
      padding: 15px 7.5%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .alert {
      padding: 15px 7.5%; } }
  .alert a.close-alert {
    position: absolute;
    top: 10px;
    right: 13px;
    font-size: 1.5rem;
    color: #FFF;
    transition: all ease-in-out .125s; }
    @media (max-width: 479px) {
      .alert a.close-alert {
        right: 5%; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .alert a.close-alert {
        right: 5%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .alert a.close-alert {
        right: 5%; } }
    .alert a.close-alert:hover, .alert a.close-alert:focus {
      text-decoration: none;
      opacity: .5; }
  .alert.alert-primary {
    background-color: #3c3c3c;
    color: #FFF; }
    .alert.alert-primary button.rsBtn:hover, .alert.alert-primary button.rsBtn:focus, .alert.alert-primary a.rsBtn:hover, .alert.alert-primary a.rsBtn:focus, .alert.alert-primary .rsBtn:hover, .alert.alert-primary .rsBtn:focus {
      color: #3c3c3c; }
  .alert.alert-secondary {
    background-color: #E40042;
    color: #FFF; }
    .alert.alert-secondary button.rsBtn:hover, .alert.alert-secondary button.rsBtn:focus, .alert.alert-secondary a.rsBtn:hover, .alert.alert-secondary a.rsBtn:focus, .alert.alert-secondary .rsBtn:hover, .alert.alert-secondary .rsBtn:focus {
      color: #E40042; }
  .alert.alert-success {
    background-color: #96c100;
    color: #FFF; }
    .alert.alert-success button.rsBtn:hover, .alert.alert-success button.rsBtn:focus, .alert.alert-success a.rsBtn:hover, .alert.alert-success a.rsBtn:focus, .alert.alert-success .rsBtn:hover, .alert.alert-success .rsBtn:focus {
      color: #96c100; }
  .alert.alert-error {
    background-color: #e60006;
    color: #FFF; }
    .alert.alert-error button.rsBtn:hover, .alert.alert-error button.rsBtn:focus, .alert.alert-error a.rsBtn:hover, .alert.alert-error a.rsBtn:focus, .alert.alert-error .rsBtn:hover, .alert.alert-error .rsBtn:focus {
      color: #e60006; }
  .alert.alert-warning {
    background-color: #f59331;
    color: #FFF; }
    .alert.alert-warning button.rsBtn:hover, .alert.alert-warning button.rsBtn:focus, .alert.alert-warning a.rsBtn:hover, .alert.alert-warning a.rsBtn:focus, .alert.alert-warning .rsBtn:hover, .alert.alert-warning .rsBtn:focus {
      color: #f59331; }
  .alert.alert-info {
    background-color: #37b0e9;
    color: #FFF; }
    .alert.alert-info button.rsBtn:hover, .alert.alert-info button.rsBtn:focus, .alert.alert-info a.rsBtn:hover, .alert.alert-info a.rsBtn:focus, .alert.alert-info .rsBtn:hover, .alert.alert-info .rsBtn:focus {
      color: #37b0e9; }
  .alert.alert-disabled {
    background-color: #737373;
    color: #FFF; }
    .alert.alert-disabled button.rsBtn:hover, .alert.alert-disabled button.rsBtn:focus, .alert.alert-disabled a.rsBtn:hover, .alert.alert-disabled a.rsBtn:focus, .alert.alert-disabled .rsBtn:hover, .alert.alert-disabled .rsBtn:focus {
      color: #737373; }
  .alert.alert-border {
    background-color: rgba(0, 0, 0, 0.1);
    color: #353d42; }
    .alert.alert-border button.rsBtn, .alert.alert-border a.rsBtn, .alert.alert-border .rsBtn {
      border-color: #353d42;
      color: #353d42; }
      .alert.alert-border button.rsBtn:hover, .alert.alert-border button.rsBtn:focus, .alert.alert-border a.rsBtn:hover, .alert.alert-border a.rsBtn:focus, .alert.alert-border .rsBtn:hover, .alert.alert-border .rsBtn:focus {
        background: #353d42;
        border-color: #353d42;
        color: #FFF; }
    .alert.alert-border a.close-alert {
      color: #353d42; }

/* VARIABLES SCSS */
/* GRID GUTTER */
/* -- GESTION DES ESPACEMENTS -- test avec 32px pour valeur */
/* value : 8 */
/* value : 16 */
/* value : 24 */
/* value : 32 */
/* value : 40 */
/* value : 48 */
/* value : 56 */
/* value : 64 */
/* value : 72 */
/* value : 80 */
/* value : 88 */
/* value : 96 */
/* COLOR */
/* COULEURS REQUIRED */
/* COULEURS DU PROGRAMME */
/* COULEURS DU CLIENT */
/* COULEURS ETATS */
/* COULEURS DES BORDERS */
/* COULEURS DES FONTS*/
/* COULEURS DES FONDs*/
/* -- FONT FAMILY -- */
/* -- SIZE FONT -- */
/* -- RESPONSIVE -- */
/* -- HAUTEUR DES IMAGES -- */
/* -- BORDER RADIUS -- */
/* SASS POUR SURCHARGER */
/* COULEURS DU CLIENT */
/* COULEURS DU CLIENT */
/* -- FONT FAMILY -- */
/* ASSETS
--------------------------------------------------- */
.img-shadow {
  position: relative;
  width: 100%;
  height: 100%;
  float: left; }
  .img-shadow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.35);
    z-index: 2; }

.stickyContact {
  position: fixed;
  z-index: 20;
  bottom: -60px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.75);
  padding: 15px;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
  display: inline-block;
  font-weight: 700;
  font-size: 1.25rem;
  transition: all ease-in-out .125s;
  display: none; }
  .stickyContact:hover, .stickyContact:focus {
    background: #E40042;
    text-decoration: none;
    color: #FFF; }
  @media (max-width: 479px) {
    .stickyContact {
      display: block; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .stickyContact {
      display: block; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .stickyContact {
      display: block; } }
  @media (max-width: 479px) {
    .stickyContact.visible {
      bottom: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .stickyContact.visible {
      bottom: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .stickyContact.visible {
      bottom: 0; } }

/** BTN RETOUR EN HAUT **/
button.btn-back-top, a.btn-back-top {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: -45px;
  padding: 3px 4px 2px 4px;
  border-radius: 50px;
  background: transparent;
  border: 2px solid #E40042;
  color: #E40042;
  transition: all 0.15s ease-in-out; }
  button.btn-back-top i, a.btn-back-top i {
    font-size: 28px;
    vertical-align: text-bottom; }
  button.btn-back-top:hover, button.btn-back-top:focus, a.btn-back-top:hover, a.btn-back-top:focus {
    background: #E40042;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
    color: #FFF; }
  button.btn-back-top.visible, a.btn-back-top.visible {
    opacity: 1;
    bottom: 20px; }
    @media (max-width: 479px) {
      button.btn-back-top.visible, a.btn-back-top.visible {
        bottom: 80px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      button.btn-back-top.visible, a.btn-back-top.visible {
        bottom: 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      button.btn-back-top.visible, a.btn-back-top.visible {
        bottom: 80px; } }

.link-primary {
  color: #3c3c3c; }
  .link-primary:hover, .link-primary:focus {
    color: #E40042;
    text-decoration: none; }

.link-secondary {
  color: #E40042; }
  .link-secondary:hover, .link-secondary:focus {
    color: #3c3c3c;
    text-decoration: none; }

/* BTN A BTN-PRIMARY  */
button.btn,
a.btn, .btn {
  font-size: 1rem;
  border-radius: 3px;
  padding: 12px 24px;
  color: #FFF;
  min-height: 40px;
  line-height: 22px;
  /* COLOR */
  /* STYLE */ }
  @media (max-width: 479px) {
    button.btn,
    a.btn, .btn {
      padding: 12px 8px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    button.btn,
    a.btn, .btn {
      padding: 12px 8px; } }
  button.btn:hover, button.btn:focus,
  a.btn:hover,
  a.btn:focus, .btn:hover, .btn:focus {
    text-decoration: none;
    cursor: pointer; }
  button.btn.bottom,
  a.btn.bottom, .btn.bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  button.btn.btn-defaut,
  a.btn.btn-defaut, .btn.btn-defaut {
    background-color: #F1F1F1;
    border-color: #F1F1F1;
    color: #353d42; }
    button.btn.btn-defaut:hover, button.btn.btn-defaut:active, button.btn.btn-defaut:focus,
    a.btn.btn-defaut:hover,
    a.btn.btn-defaut:active,
    a.btn.btn-defaut:focus, .btn.btn-defaut:hover, .btn.btn-defaut:active, .btn.btn-defaut:focus {
      background-color: #cbcbcb;
      border-color: #cbcbcb; }
    button.btn.btn-defaut:not([disabled]):not(.disabled):active, button.btn.btn-defaut:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-defaut.dropdown-toggle,
    a.btn.btn-defaut:not([disabled]):not(.disabled):active,
    a.btn.btn-defaut:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-defaut.dropdown-toggle, .btn.btn-defaut:not([disabled]):not(.disabled):active, .btn.btn-defaut:not([disabled]):not(.disabled).active,
    .show > .btn.btn-defaut.dropdown-toggle {
      box-shadow: none;
      background-color: #d8d8d8;
      border-color: #d8d8d8; }
  button.btn.btn-primary,
  a.btn.btn-primary, .btn.btn-primary {
    background-color: #3c3c3c;
    border-color: #3c3c3c;
    color: #FFF; }
    button.btn.btn-primary:hover, button.btn.btn-primary:active, button.btn.btn-primary:focus,
    a.btn.btn-primary:hover,
    a.btn.btn-primary:active,
    a.btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
      background-color: #161616;
      border-color: #161616; }
    button.btn.btn-primary:not([disabled]):not(.disabled):active, button.btn.btn-primary:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-primary.dropdown-toggle,
    a.btn.btn-primary:not([disabled]):not(.disabled):active,
    a.btn.btn-primary:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-primary.dropdown-toggle, .btn.btn-primary:not([disabled]):not(.disabled):active, .btn.btn-primary:not([disabled]):not(.disabled).active,
    .show > .btn.btn-primary.dropdown-toggle {
      box-shadow: none;
      background-color: #E40042;
      border-color: #E40042; }
    button.btn.btn-primary.active,
    a.btn.btn-primary.active, .btn.btn-primary.active {
      background-color: #E40042;
      border-color: #E40042; }
  button.btn.btn-primaryColor,
  a.btn.btn-primaryColor, .btn.btn-primaryColor {
    background-color: #3c3c3c;
    border-color: #3c3c3c;
    color: #FFF; }
    button.btn.btn-primaryColor:hover, button.btn.btn-primaryColor:active, button.btn.btn-primaryColor:focus,
    a.btn.btn-primaryColor:hover,
    a.btn.btn-primaryColor:active,
    a.btn.btn-primaryColor:focus, .btn.btn-primaryColor:hover, .btn.btn-primaryColor:active, .btn.btn-primaryColor:focus {
      background-color: #E40042;
      border-color: #E40042; }
    button.btn.btn-primaryColor:not([disabled]):not(.disabled):active, button.btn.btn-primaryColor:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-primaryColor.dropdown-toggle,
    a.btn.btn-primaryColor:not([disabled]):not(.disabled):active,
    a.btn.btn-primaryColor:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-primaryColor.dropdown-toggle, .btn.btn-primaryColor:not([disabled]):not(.disabled):active, .btn.btn-primaryColor:not([disabled]):not(.disabled).active,
    .show > .btn.btn-primaryColor.dropdown-toggle {
      box-shadow: none;
      background-color: #E40042;
      border-color: #E40042; }
  button.btn.btn-secondary,
  a.btn.btn-secondary, .btn.btn-secondary {
    background-color: #E40042;
    border-color: #E40042;
    color: #FFF; }
    button.btn.btn-secondary:hover, button.btn.btn-secondary:active, button.btn.btn-secondary:focus,
    a.btn.btn-secondary:hover,
    a.btn.btn-secondary:active,
    a.btn.btn-secondary:focus, .btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
      background-color: #98002c;
      border-color: #98002c; }
    button.btn.btn-secondary:not([disabled]):not(.disabled):active, button.btn.btn-secondary:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-secondary.dropdown-toggle,
    a.btn.btn-secondary:not([disabled]):not(.disabled):active,
    a.btn.btn-secondary:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-secondary.dropdown-toggle, .btn.btn-secondary:not([disabled]):not(.disabled):active, .btn.btn-secondary:not([disabled]):not(.disabled).active,
    .show > .btn.btn-secondary.dropdown-toggle {
      box-shadow: none;
      background-color: #b10033;
      border-color: #b10033; }
  button.btn.btn-secondaryColor,
  a.btn.btn-secondaryColor, .btn.btn-secondaryColor {
    background-color: #E40042;
    border-color: #E40042;
    color: #FFF; }
    button.btn.btn-secondaryColor:hover, button.btn.btn-secondaryColor:active, button.btn.btn-secondaryColor:focus,
    a.btn.btn-secondaryColor:hover,
    a.btn.btn-secondaryColor:active,
    a.btn.btn-secondaryColor:focus, .btn.btn-secondaryColor:hover, .btn.btn-secondaryColor:active, .btn.btn-secondaryColor:focus {
      background-color: #3c3c3c;
      border-color: #3c3c3c; }
    button.btn.btn-secondaryColor:not([disabled]):not(.disabled):active, button.btn.btn-secondaryColor:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-secondaryColor.dropdown-toggle,
    a.btn.btn-secondaryColor:not([disabled]):not(.disabled):active,
    a.btn.btn-secondaryColor:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-secondaryColor.dropdown-toggle, .btn.btn-secondaryColor:not([disabled]):not(.disabled):active, .btn.btn-secondaryColor:not([disabled]):not(.disabled).active,
    .show > .btn.btn-secondaryColor.dropdown-toggle {
      box-shadow: none;
      background-color: #3c3c3c;
      border-color: #3c3c3c; }
  button.btn.btn-grey,
  a.btn.btn-grey, .btn.btn-grey {
    background-color: #C4C4C4;
    border-color: #C4C4C4; }
    button.btn.btn-grey:hover, button.btn.btn-grey:active, button.btn.btn-grey:focus,
    a.btn.btn-grey:hover,
    a.btn.btn-grey:active,
    a.btn.btn-grey:focus, .btn.btn-grey:hover, .btn.btn-grey:active, .btn.btn-grey:focus {
      background-color: #9e9e9e;
      border-color: #9e9e9e;
      color: #FFF; }
    button.btn.btn-grey:not([disabled]):not(.disabled):active, button.btn.btn-grey:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-grey.dropdown-toggle,
    a.btn.btn-grey:not([disabled]):not(.disabled):active,
    a.btn.btn-grey:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-grey.dropdown-toggle, .btn.btn-grey:not([disabled]):not(.disabled):active, .btn.btn-grey:not([disabled]):not(.disabled).active,
    .show > .btn.btn-grey.dropdown-toggle {
      box-shadow: none;
      background-color: #ababab;
      border-color: #ababab;
      color: #FFF; }
  button.btn.btn-success,
  a.btn.btn-success, .btn.btn-success {
    background-color: #96c100;
    border-color: #96c100; }
    button.btn.btn-success:hover, button.btn.btn-success:active, button.btn.btn-success:focus,
    a.btn.btn-success:hover,
    a.btn.btn-success:active,
    a.btn.btn-success:focus, .btn.btn-success:hover, .btn.btn-success:active, .btn.btn-success:focus {
      background-color: #5b7500;
      border-color: #5b7500; }
    button.btn.btn-success:not([disabled]):not(.disabled):active, button.btn.btn-success:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-success.dropdown-toggle,
    a.btn.btn-success:not([disabled]):not(.disabled):active,
    a.btn.btn-success:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-success.dropdown-toggle, .btn.btn-success:not([disabled]):not(.disabled):active, .btn.btn-success:not([disabled]):not(.disabled).active,
    .show > .btn.btn-success.dropdown-toggle {
      box-shadow: none;
      background-color: #6e8e00;
      border-color: #6e8e00; }
  button.btn.btn-error,
  a.btn.btn-error, .btn.btn-error {
    background-color: #e60006;
    border-color: #e60006; }
    button.btn.btn-error:hover, button.btn.btn-error:active, button.btn.btn-error:focus,
    a.btn.btn-error:hover,
    a.btn.btn-error:active,
    a.btn.btn-error:focus, .btn.btn-error:hover, .btn.btn-error:active, .btn.btn-error:focus {
      background-color: #9a0004;
      border-color: #9a0004; }
    button.btn.btn-error:not([disabled]):not(.disabled):active, button.btn.btn-error:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-error.dropdown-toggle,
    a.btn.btn-error:not([disabled]):not(.disabled):active,
    a.btn.btn-error:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-error.dropdown-toggle, .btn.btn-error:not([disabled]):not(.disabled):active, .btn.btn-error:not([disabled]):not(.disabled).active,
    .show > .btn.btn-error.dropdown-toggle {
      box-shadow: none;
      background-color: #b30005;
      border-color: #b30005; }
  button.btn.btn-info,
  a.btn.btn-info, .btn.btn-info {
    background-color: #37b0e9;
    border-color: #37b0e9; }
    button.btn.btn-info:hover, button.btn.btn-info:active, button.btn.btn-info:focus,
    a.btn.btn-info:hover,
    a.btn.btn-info:active,
    a.btn.btn-info:focus, .btn.btn-info:hover, .btn.btn-info:active, .btn.btn-info:focus {
      background-color: #1588bf;
      border-color: #1588bf; }
    button.btn.btn-info:not([disabled]):not(.disabled):active, button.btn.btn-info:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-info.dropdown-toggle,
    a.btn.btn-info:not([disabled]):not(.disabled):active,
    a.btn.btn-info:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-info.dropdown-toggle, .btn.btn-info:not([disabled]):not(.disabled):active, .btn.btn-info:not([disabled]):not(.disabled).active,
    .show > .btn.btn-info.dropdown-toggle {
      box-shadow: none;
      background-color: #1799d6;
      border-color: #1799d6; }
  button.btn.btn-warning,
  a.btn.btn-warning, .btn.btn-warning {
    background-color: #f59331;
    border-color: #f59331; }
    button.btn.btn-warning:hover, button.btn.btn-warning:active, button.btn.btn-warning:focus,
    a.btn.btn-warning:hover,
    a.btn.btn-warning:active,
    a.btn.btn-warning:focus, .btn.btn-warning:hover, .btn.btn-warning:active, .btn.btn-warning:focus {
      background-color: #cf6d0a;
      border-color: #cf6d0a; }
    button.btn.btn-warning:not([disabled]):not(.disabled):active, button.btn.btn-warning:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-warning.dropdown-toggle,
    a.btn.btn-warning:not([disabled]):not(.disabled):active,
    a.btn.btn-warning:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-warning.dropdown-toggle, .btn.btn-warning:not([disabled]):not(.disabled):active, .btn.btn-warning:not([disabled]):not(.disabled).active,
    .show > .btn.btn-warning.dropdown-toggle {
      box-shadow: none;
      background-color: #e87a0b;
      border-color: #e87a0b; }
  button.btn.btn-border,
  a.btn.btn-border, .btn.btn-border {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
    color: #353d42; }
    button.btn.btn-border:hover, button.btn.btn-border:active, button.btn.btn-border:focus,
    a.btn.btn-border:hover,
    a.btn.btn-border:active,
    a.btn.btn-border:focus, .btn.btn-border:hover, .btn.btn-border:active, .btn.btn-border:focus {
      background-color: rgba(0, 0, 0, 0.1);
      border-color: rgba(0, 0, 0, 0.1); }
    button.btn.btn-border:not([disabled]):not(.disabled):active, button.btn.btn-border:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-border.dropdown-toggle,
    a.btn.btn-border:not([disabled]):not(.disabled):active,
    a.btn.btn-border:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-border.dropdown-toggle, .btn.btn-border:not([disabled]):not(.disabled):active, .btn.btn-border:not([disabled]):not(.disabled).active,
    .show > .btn.btn-border.dropdown-toggle {
      box-shadow: none;
      background-color: rgba(0, 0, 0, 0.1);
      border-color: rgba(0, 0, 0, 0.1); }
  button.btn.btn-outline-defaut,
  a.btn.btn-outline-defaut, .btn.btn-outline-defaut {
    background-color: transparent;
    border-color: #F1F1F1;
    color: #353d42; }
    button.btn.btn-outline-defaut:hover, button.btn.btn-outline-defaut:active, button.btn.btn-outline-defaut:focus,
    a.btn.btn-outline-defaut:hover,
    a.btn.btn-outline-defaut:active,
    a.btn.btn-outline-defaut:focus, .btn.btn-outline-defaut:hover, .btn.btn-outline-defaut:active, .btn.btn-outline-defaut:focus {
      background-color: #F1F1F1;
      border-color: #F1F1F1; }
    button.btn.btn-outline-defaut:not([disabled]):not(.disabled):active, button.btn.btn-outline-defaut:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-outline-defaut.dropdown-toggle,
    a.btn.btn-outline-defaut:not([disabled]):not(.disabled):active,
    a.btn.btn-outline-defaut:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-outline-defaut.dropdown-toggle, .btn.btn-outline-defaut:not([disabled]):not(.disabled):active, .btn.btn-outline-defaut:not([disabled]):not(.disabled).active,
    .show > .btn.btn-outline-defaut.dropdown-toggle {
      box-shadow: none;
      background-color: #F1F1F1;
      border-color: #F1F1F1;
      color: #FFF; }
  button.btn.btn-outline-primary,
  a.btn.btn-outline-primary, .btn.btn-outline-primary {
    background-color: transparent;
    border-color: #3c3c3c;
    color: #3c3c3c; }
    button.btn.btn-outline-primary:hover, button.btn.btn-outline-primary:active, button.btn.btn-outline-primary:focus,
    a.btn.btn-outline-primary:hover,
    a.btn.btn-outline-primary:active,
    a.btn.btn-outline-primary:focus, .btn.btn-outline-primary:hover, .btn.btn-outline-primary:active, .btn.btn-outline-primary:focus {
      background-color: #3c3c3c;
      border-color: #3c3c3c;
      color: #FFF; }
    button.btn.btn-outline-primary:not([disabled]):not(.disabled):active, button.btn.btn-outline-primary:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-outline-primary.dropdown-toggle,
    a.btn.btn-outline-primary:not([disabled]):not(.disabled):active,
    a.btn.btn-outline-primary:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-outline-primary.dropdown-toggle, .btn.btn-outline-primary:not([disabled]):not(.disabled):active, .btn.btn-outline-primary:not([disabled]):not(.disabled).active,
    .show > .btn.btn-outline-primary.dropdown-toggle {
      box-shadow: none;
      background-color: #3c3c3c;
      border-color: #3c3c3c;
      color: #FFF; }
  button.btn.btn-outline-secondary,
  a.btn.btn-outline-secondary, .btn.btn-outline-secondary {
    background-color: transparent;
    border-color: #E40042;
    color: #E40042; }
    button.btn.btn-outline-secondary:hover, button.btn.btn-outline-secondary:active, button.btn.btn-outline-secondary:focus,
    a.btn.btn-outline-secondary:hover,
    a.btn.btn-outline-secondary:active,
    a.btn.btn-outline-secondary:focus, .btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary:focus {
      background-color: #E40042;
      border-color: #E40042;
      color: #FFF; }
    button.btn.btn-outline-secondary:not([disabled]):not(.disabled):active, button.btn.btn-outline-secondary:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-outline-secondary.dropdown-toggle,
    a.btn.btn-outline-secondary:not([disabled]):not(.disabled):active,
    a.btn.btn-outline-secondary:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-outline-secondary.dropdown-toggle, .btn.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn.btn-outline-secondary:not([disabled]):not(.disabled).active,
    .show > .btn.btn-outline-secondary.dropdown-toggle {
      box-shadow: none;
      background-color: #E40042;
      border-color: #E40042;
      color: #FFF; }
  button.btn.btn-outline-success,
  a.btn.btn-outline-success, .btn.btn-outline-success {
    background-color: transparent;
    border-color: #96c100;
    color: #96c100; }
    button.btn.btn-outline-success:hover, button.btn.btn-outline-success:active, button.btn.btn-outline-success:focus,
    a.btn.btn-outline-success:hover,
    a.btn.btn-outline-success:active,
    a.btn.btn-outline-success:focus, .btn.btn-outline-success:hover, .btn.btn-outline-success:active, .btn.btn-outline-success:focus {
      background-color: #96c100;
      border-color: #96c100;
      color: #FFF; }
    button.btn.btn-outline-success:not([disabled]):not(.disabled):active, button.btn.btn-outline-success:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-outline-success.dropdown-toggle,
    a.btn.btn-outline-success:not([disabled]):not(.disabled):active,
    a.btn.btn-outline-success:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-outline-success.dropdown-toggle, .btn.btn-outline-success:not([disabled]):not(.disabled):active, .btn.btn-outline-success:not([disabled]):not(.disabled).active,
    .show > .btn.btn-outline-success.dropdown-toggle {
      box-shadow: none;
      background-color: #96c100;
      border-color: #96c100;
      color: #FFF; }
  button.btn.btn-outline-error,
  a.btn.btn-outline-error, .btn.btn-outline-error {
    background-color: transparent;
    border-color: #e60006;
    color: #e60006; }
    button.btn.btn-outline-error:hover, button.btn.btn-outline-error:active, button.btn.btn-outline-error:focus,
    a.btn.btn-outline-error:hover,
    a.btn.btn-outline-error:active,
    a.btn.btn-outline-error:focus, .btn.btn-outline-error:hover, .btn.btn-outline-error:active, .btn.btn-outline-error:focus {
      background-color: #e60006;
      border-color: #e60006;
      color: #FFF; }
    button.btn.btn-outline-error:not([disabled]):not(.disabled):active, button.btn.btn-outline-error:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-outline-error.dropdown-toggle,
    a.btn.btn-outline-error:not([disabled]):not(.disabled):active,
    a.btn.btn-outline-error:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-outline-error.dropdown-toggle, .btn.btn-outline-error:not([disabled]):not(.disabled):active, .btn.btn-outline-error:not([disabled]):not(.disabled).active,
    .show > .btn.btn-outline-error.dropdown-toggle {
      box-shadow: none;
      background-color: #e60006;
      border-color: #e60006; }
  button.btn.btn-outline-info,
  a.btn.btn-outline-info, .btn.btn-outline-info {
    background-color: transparent;
    border-color: #37b0e9;
    color: #37b0e9; }
    button.btn.btn-outline-info:hover, button.btn.btn-outline-info:active, button.btn.btn-outline-info:focus,
    a.btn.btn-outline-info:hover,
    a.btn.btn-outline-info:active,
    a.btn.btn-outline-info:focus, .btn.btn-outline-info:hover, .btn.btn-outline-info:active, .btn.btn-outline-info:focus {
      background-color: #37b0e9;
      border-color: l #37b0e9;
      color: #FFF; }
    button.btn.btn-outline-info:not([disabled]):not(.disabled):active, button.btn.btn-outline-info:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-outline-info.dropdown-toggle,
    a.btn.btn-outline-info:not([disabled]):not(.disabled):active,
    a.btn.btn-outline-info:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-outline-info.dropdown-toggle, .btn.btn-outline-info:not([disabled]):not(.disabled):active, .btn.btn-outline-info:not([disabled]):not(.disabled).active,
    .show > .btn.btn-outline-info.dropdown-toggle {
      box-shadow: none;
      background-color: #37b0e9;
      border-color: l #37b0e9;
      color: #FFF; }
  button.btn.btn-outline-warning,
  a.btn.btn-outline-warning, .btn.btn-outline-warning {
    background-color: transparent;
    border-color: #f59331;
    color: #f59331; }
    button.btn.btn-outline-warning:hover, button.btn.btn-outline-warning:active, button.btn.btn-outline-warning:focus,
    a.btn.btn-outline-warning:hover,
    a.btn.btn-outline-warning:active,
    a.btn.btn-outline-warning:focus, .btn.btn-outline-warning:hover, .btn.btn-outline-warning:active, .btn.btn-outline-warning:focus {
      background-color: #f59331;
      border-color: #f59331;
      color: #FFF; }
    button.btn.btn-outline-warning:not([disabled]):not(.disabled):active, button.btn.btn-outline-warning:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-outline-warning.dropdown-toggle,
    a.btn.btn-outline-warning:not([disabled]):not(.disabled):active,
    a.btn.btn-outline-warning:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-outline-warning.dropdown-toggle, .btn.btn-outline-warning:not([disabled]):not(.disabled):active, .btn.btn-outline-warning:not([disabled]):not(.disabled).active,
    .show > .btn.btn-outline-warning.dropdown-toggle {
      box-shadow: none;
      background-color: #f59331;
      border-color: #f59331;
      color: #FFF; }
  button.btn.btn-outline-border,
  a.btn.btn-outline-border, .btn.btn-outline-border {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.1); }
    button.btn.btn-outline-border:hover, button.btn.btn-outline-border:active, button.btn.btn-outline-border:focus,
    a.btn.btn-outline-border:hover,
    a.btn.btn-outline-border:active,
    a.btn.btn-outline-border:focus, .btn.btn-outline-border:hover, .btn.btn-outline-border:active, .btn.btn-outline-border:focus {
      background-color: rgba(0, 0, 0, 0.1);
      border-color: rgba(0, 0, 0, 0.1);
      color: #FFF; }
    button.btn.btn-outline-border:not([disabled]):not(.disabled):active, button.btn.btn-outline-border:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-outline-border.dropdown-toggle,
    a.btn.btn-outline-border:not([disabled]):not(.disabled):active,
    a.btn.btn-outline-border:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-outline-border.dropdown-toggle, .btn.btn-outline-border:not([disabled]):not(.disabled):active, .btn.btn-outline-border:not([disabled]):not(.disabled).active,
    .show > .btn.btn-outline-border.dropdown-toggle {
      box-shadow: none;
      background-color: rgba(0, 0, 0, 0.1);
      border-color: rgba(0, 0, 0, 0.1);
      color: #FFF; }
  button.btn.btn-transparent,
  a.btn.btn-transparent, .btn.btn-transparent {
    background-color: transparent;
    border-color: transparent; }
    button.btn.btn-transparent:hover, button.btn.btn-transparent:active, button.btn.btn-transparent:focus,
    a.btn.btn-transparent:hover,
    a.btn.btn-transparent:active,
    a.btn.btn-transparent:focus, .btn.btn-transparent:hover, .btn.btn-transparent:active, .btn.btn-transparent:focus {
      background-color: transparent;
      border-color: transparent;
      color: inherit; }
    button.btn.btn-transparent:not([disabled]):not(.disabled):active, button.btn.btn-transparent:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-transparent.dropdown-toggle,
    a.btn.btn-transparent:not([disabled]):not(.disabled):active,
    a.btn.btn-transparent:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-transparent.dropdown-toggle, .btn.btn-transparent:not([disabled]):not(.disabled):active, .btn.btn-transparent:not([disabled]):not(.disabled).active,
    .show > .btn.btn-transparent.dropdown-toggle {
      box-shadow: none;
      background-color: transparent;
      border-color: transparent;
      color: inherit; }
  button.btn.btn-white,
  a.btn.btn-white, .btn.btn-white {
    background-color: #FFF;
    border-color: #FFF;
    color: #E40042; }
    button.btn.btn-white:hover, button.btn.btn-white:active, button.btn.btn-white:focus,
    a.btn.btn-white:hover,
    a.btn.btn-white:active,
    a.btn.btn-white:focus, .btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus {
      background-color: rgba(255, 255, 255, 0.85);
      border-color: #FFF; }
    button.btn.btn-white:not([disabled]):not(.disabled):active, button.btn.btn-white:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-white.dropdown-toggle,
    a.btn.btn-white:not([disabled]):not(.disabled):active,
    a.btn.btn-white:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-white.dropdown-toggle, .btn.btn-white:not([disabled]):not(.disabled):active, .btn.btn-white:not([disabled]):not(.disabled).active,
    .show > .btn.btn-white.dropdown-toggle {
      box-shadow: none;
      background-color: rgba(255, 255, 255, 0.85);
      border-color: #FFF; }
  button.btn.btn-color-defaut,
  a.btn.btn-color-defaut, .btn.btn-color-defaut {
    color: #bebebe; }
    button.btn.btn-color-defaut:hover, button.btn.btn-color-defaut:active, button.btn.btn-color-defaut:focus,
    a.btn.btn-color-defaut:hover,
    a.btn.btn-color-defaut:active,
    a.btn.btn-color-defaut:focus, .btn.btn-color-defaut:hover, .btn.btn-color-defaut:active, .btn.btn-color-defaut:focus {
      color: #8b8b8b; }
    button.btn.btn-color-defaut:not([disabled]):not(.disabled):active, button.btn.btn-color-defaut:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-color-defaut.dropdown-toggle,
    a.btn.btn-color-defaut:not([disabled]):not(.disabled):active,
    a.btn.btn-color-defaut:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-color-defaut.dropdown-toggle, .btn.btn-color-defaut:not([disabled]):not(.disabled):active, .btn.btn-color-defaut:not([disabled]):not(.disabled).active,
    .show > .btn.btn-color-defaut.dropdown-toggle {
      box-shadow: none;
      color: #8b8b8b; }
  button.btn.btn-color-primary,
  a.btn.btn-color-primary, .btn.btn-color-primary {
    color: #3c3c3c; }
    button.btn.btn-color-primary:hover, button.btn.btn-color-primary:active, button.btn.btn-color-primary:focus,
    a.btn.btn-color-primary:hover,
    a.btn.btn-color-primary:active,
    a.btn.btn-color-primary:focus, .btn.btn-color-primary:hover, .btn.btn-color-primary:active, .btn.btn-color-primary:focus {
      color: #232323; }
    button.btn.btn-color-primary:not([disabled]):not(.disabled):active, button.btn.btn-color-primary:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-color-primary.dropdown-toggle,
    a.btn.btn-color-primary:not([disabled]):not(.disabled):active,
    a.btn.btn-color-primary:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-color-primary.dropdown-toggle, .btn.btn-color-primary:not([disabled]):not(.disabled):active, .btn.btn-color-primary:not([disabled]):not(.disabled).active,
    .show > .btn.btn-color-primary.dropdown-toggle {
      box-shadow: none;
      color: #232323; }
  button.btn.btn-color-primaryColor,
  a.btn.btn-color-primaryColor, .btn.btn-color-primaryColor {
    color: #3c3c3c; }
    button.btn.btn-color-primaryColor:hover, button.btn.btn-color-primaryColor:active, button.btn.btn-color-primaryColor:focus,
    a.btn.btn-color-primaryColor:hover,
    a.btn.btn-color-primaryColor:active,
    a.btn.btn-color-primaryColor:focus, .btn.btn-color-primaryColor:hover, .btn.btn-color-primaryColor:active, .btn.btn-color-primaryColor:focus {
      color: #E40042; }
    button.btn.btn-color-primaryColor:not([disabled]):not(.disabled):active, button.btn.btn-color-primaryColor:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-color-primaryColor.dropdown-toggle,
    a.btn.btn-color-primaryColor:not([disabled]):not(.disabled):active,
    a.btn.btn-color-primaryColor:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-color-primaryColor.dropdown-toggle, .btn.btn-color-primaryColor:not([disabled]):not(.disabled):active, .btn.btn-color-primaryColor:not([disabled]):not(.disabled).active,
    .show > .btn.btn-color-primaryColor.dropdown-toggle {
      box-shadow: none;
      color: #E40042; }
  button.btn.btn-color-secondary,
  a.btn.btn-color-secondary, .btn.btn-color-secondary {
    color: #E40042; }
    button.btn.btn-color-secondary:hover, button.btn.btn-color-secondary:active, button.btn.btn-color-secondary:focus,
    a.btn.btn-color-secondary:hover,
    a.btn.btn-color-secondary:active,
    a.btn.btn-color-secondary:focus, .btn.btn-color-secondary:hover, .btn.btn-color-secondary:active, .btn.btn-color-secondary:focus {
      color: #b10033; }
    button.btn.btn-color-secondary:not([disabled]):not(.disabled):active, button.btn.btn-color-secondary:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-color-secondary.dropdown-toggle,
    a.btn.btn-color-secondary:not([disabled]):not(.disabled):active,
    a.btn.btn-color-secondary:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-color-secondary.dropdown-toggle, .btn.btn-color-secondary:not([disabled]):not(.disabled):active, .btn.btn-color-secondary:not([disabled]):not(.disabled).active,
    .show > .btn.btn-color-secondary.dropdown-toggle {
      box-shadow: none;
      color: #b10033; }
  button.btn.btn-color-secondaryColor,
  a.btn.btn-color-secondaryColor, .btn.btn-color-secondaryColor {
    color: #E40042; }
    button.btn.btn-color-secondaryColor:hover, button.btn.btn-color-secondaryColor:active, button.btn.btn-color-secondaryColor:focus,
    a.btn.btn-color-secondaryColor:hover,
    a.btn.btn-color-secondaryColor:active,
    a.btn.btn-color-secondaryColor:focus, .btn.btn-color-secondaryColor:hover, .btn.btn-color-secondaryColor:active, .btn.btn-color-secondaryColor:focus {
      color: #3c3c3c; }
    button.btn.btn-color-secondaryColor:not([disabled]):not(.disabled):active, button.btn.btn-color-secondaryColor:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-color-secondaryColor.dropdown-toggle,
    a.btn.btn-color-secondaryColor:not([disabled]):not(.disabled):active,
    a.btn.btn-color-secondaryColor:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-color-secondaryColor.dropdown-toggle, .btn.btn-color-secondaryColor:not([disabled]):not(.disabled):active, .btn.btn-color-secondaryColor:not([disabled]):not(.disabled).active,
    .show > .btn.btn-color-secondaryColor.dropdown-toggle {
      box-shadow: none;
      color: #3c3c3c; }
  button.btn.btn-color-success,
  a.btn.btn-color-success, .btn.btn-color-success {
    color: #96c100; }
    button.btn.btn-color-success:hover, button.btn.btn-color-success:active, button.btn.btn-color-success:focus,
    a.btn.btn-color-success:hover,
    a.btn.btn-color-success:active,
    a.btn.btn-color-success:focus, .btn.btn-color-success:hover, .btn.btn-color-success:active, .btn.btn-color-success:focus {
      color: #6e8e00; }
    button.btn.btn-color-success:not([disabled]):not(.disabled):active, button.btn.btn-color-success:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-color-success.dropdown-toggle,
    a.btn.btn-color-success:not([disabled]):not(.disabled):active,
    a.btn.btn-color-success:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-color-success.dropdown-toggle, .btn.btn-color-success:not([disabled]):not(.disabled):active, .btn.btn-color-success:not([disabled]):not(.disabled).active,
    .show > .btn.btn-color-success.dropdown-toggle {
      box-shadow: none;
      color: #6e8e00; }
  button.btn.btn-color-error,
  a.btn.btn-color-error, .btn.btn-color-error {
    color: #e60006; }
    button.btn.btn-color-error:hover, button.btn.btn-color-error:active, button.btn.btn-color-error:focus,
    a.btn.btn-color-error:hover,
    a.btn.btn-color-error:active,
    a.btn.btn-color-error:focus, .btn.btn-color-error:hover, .btn.btn-color-error:active, .btn.btn-color-error:focus {
      color: #b30005; }
    button.btn.btn-color-error:not([disabled]):not(.disabled):active, button.btn.btn-color-error:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-color-error.dropdown-toggle,
    a.btn.btn-color-error:not([disabled]):not(.disabled):active,
    a.btn.btn-color-error:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-color-error.dropdown-toggle, .btn.btn-color-error:not([disabled]):not(.disabled):active, .btn.btn-color-error:not([disabled]):not(.disabled).active,
    .show > .btn.btn-color-error.dropdown-toggle {
      box-shadow: none;
      color: #b30005; }
  button.btn.btn-color-info,
  a.btn.btn-color-info, .btn.btn-color-info {
    color: #37b0e9; }
    button.btn.btn-color-info:hover, button.btn.btn-color-info:active, button.btn.btn-color-info:focus,
    a.btn.btn-color-info:hover,
    a.btn.btn-color-info:active,
    a.btn.btn-color-info:focus, .btn.btn-color-info:hover, .btn.btn-color-info:active, .btn.btn-color-info:focus {
      color: #1799d6; }
    button.btn.btn-color-info:not([disabled]):not(.disabled):active, button.btn.btn-color-info:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-color-info.dropdown-toggle,
    a.btn.btn-color-info:not([disabled]):not(.disabled):active,
    a.btn.btn-color-info:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-color-info.dropdown-toggle, .btn.btn-color-info:not([disabled]):not(.disabled):active, .btn.btn-color-info:not([disabled]):not(.disabled).active,
    .show > .btn.btn-color-info.dropdown-toggle {
      box-shadow: none;
      color: #1799d6; }
  button.btn.btn-color-warning,
  a.btn.btn-color-warning, .btn.btn-color-warning {
    color: #f59331; }
    button.btn.btn-color-warning:hover, button.btn.btn-color-warning:active, button.btn.btn-color-warning:focus,
    a.btn.btn-color-warning:hover,
    a.btn.btn-color-warning:active,
    a.btn.btn-color-warning:focus, .btn.btn-color-warning:hover, .btn.btn-color-warning:active, .btn.btn-color-warning:focus {
      color: #e87a0b; }
    button.btn.btn-color-warning:not([disabled]):not(.disabled):active, button.btn.btn-color-warning:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-color-warning.dropdown-toggle,
    a.btn.btn-color-warning:not([disabled]):not(.disabled):active,
    a.btn.btn-color-warning:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-color-warning.dropdown-toggle, .btn.btn-color-warning:not([disabled]):not(.disabled):active, .btn.btn-color-warning:not([disabled]):not(.disabled).active,
    .show > .btn.btn-color-warning.dropdown-toggle {
      box-shadow: none;
      color: #e87a0b; }
  button.btn.btn-color-border,
  a.btn.btn-color-border, .btn.btn-color-border {
    color: rgba(0, 0, 0, 0.1); }
    button.btn.btn-color-border:hover, button.btn.btn-color-border:active, button.btn.btn-color-border:focus,
    a.btn.btn-color-border:hover,
    a.btn.btn-color-border:active,
    a.btn.btn-color-border:focus, .btn.btn-color-border:hover, .btn.btn-color-border:active, .btn.btn-color-border:focus {
      color: rgba(0, 0, 0, 0.1); }
    button.btn.btn-color-border:not([disabled]):not(.disabled):active, button.btn.btn-color-border:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-color-border.dropdown-toggle,
    a.btn.btn-color-border:not([disabled]):not(.disabled):active,
    a.btn.btn-color-border:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-color-border.dropdown-toggle, .btn.btn-color-border:not([disabled]):not(.disabled):active, .btn.btn-color-border:not([disabled]):not(.disabled).active,
    .show > .btn.btn-color-border.dropdown-toggle {
      box-shadow: none;
      color: rgba(0, 0, 0, 0.1); }
  button.btn.btnRound,
  a.btn.btnRound, .btn.btnRound {
    border-radius: 50px; }
  button.btn.btnFull,
  a.btn.btnFull, .btn.btnFull {
    width: 100%; }
  button.btn.btnLargeBorder,
  a.btn.btnLargeBorder, .btn.btnLargeBorder {
    border: 2px solid; }
  button.btn.btnNoBorder,
  a.btn.btnNoBorder, .btn.btnNoBorder {
    border: 0; }
  button.btn.btnSmall,
  a.btn.btnSmall, .btn.btnSmall {
    padding: 5px 10px; }
  button.btn.btnIcon,
  a.btn.btnIcon, .btn.btnIcon {
    display: inline-flex;
    align-items: center; }
    button.btn.btnIcon i,
    a.btn.btnIcon i, .btn.btnIcon i {
      font-size: 25px; }
  button.btn.btnIconOnly,
  a.btn.btnIconOnly, .btn.btnIconOnly {
    display: inline-flex;
    align-items: center;
    padding: 0;
    min-height: 30px;
    line-height: 15px; }
    button.btn.btnIconOnly i,
    a.btn.btnIconOnly i, .btn.btnIconOnly i {
      font-size: 30px; }
  button.btn.btnIconOnlyXl,
  a.btn.btnIconOnlyXl, .btn.btnIconOnlyXl {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    min-height: 30px;
    line-height: 15px; }
    button.btn.btnIconOnlyXl i,
    a.btn.btnIconOnlyXl i, .btn.btnIconOnlyXl i {
      font-size: 30px; }
  button.btn.btnBack,
  a.btn.btnBack, .btn.btnBack {
    background: transparent;
    border: transparent; }
  button.btn.btnLink,
  a.btn.btnLink, .btn.btnLink {
    padding: 0;
    min-height: inherit; }
  button.btn.btnTxtNone,
  a.btn.btnTxtNone, .btn.btnTxtNone {
    text-transform: none; }
  button.btn.btnOff,
  a.btn.btnOff, .btn.btnOff {
    opacity: 0.5; }
    button.btn.btnOff:hover, button.btn.btnOff:focus,
    a.btn.btnOff:hover,
    a.btn.btnOff:focus, .btn.btnOff:hover, .btn.btnOff:focus {
      opacity: 1; }
  button.btn.btnReset,
  a.btn.btnReset, .btn.btnReset {
    text-align: left;
    padding: 0;
    margin: 0;
    min-height: inherit;
    background: transparent;
    text-transform: inherit;
    font-size: 1rem;
    color: #3c3c3c; }
    button.btn.btnReset:hover, button.btn.btnReset:focus,
    a.btn.btnReset:hover,
    a.btn.btnReset:focus, .btn.btnReset:hover, .btn.btnReset:focus {
      color: #3c3c3c; }
  button.btn.btnDisabled,
  a.btn.btnDisabled, .btn.btnDisabled {
    opacity: 0.65;
    color: rgba(0, 0, 0, 0.1);
    cursor: no-drop; }

.btnGroup .btn {
  margin-right: 15px; }
  .btnGroup .btn:last-child {
    margin-right: 0; }

.btnGroupAbsolute.right {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 12.5vh;
  text-align: right;
  z-index: 6;
  transition: all ease-in-out .125s; }
  @media (max-width: 479px) {
    .btnGroupAbsolute.right {
      top: -80px;
      opacity: 0;
      position: absolute; } }
  @media (max-width: 479px) {
    .btnGroupAbsolute.right {
      top: -80px;
      opacity: 0;
      position: absolute; } }
  .btnGroupAbsolute.right ul li {
    display: inherit; }
    @media (max-width: 479px) {
      .btnGroupAbsolute.right ul li {
        display: inline-block; } }
    @media (max-width: 479px) {
      .btnGroupAbsolute.right ul li {
        display: inline-block; } }
  .btnGroupAbsolute.right .btnIcon {
    margin-bottom: 5px;
    padding: 9px 10px 9px 10px;
    position: relative;
    transition: all ease-in-out .125s;
    right: -45px;
    min-width: 250px;
    justify-content: flex-start; }
    @media (max-width: 479px) {
      .btnGroupAbsolute.right .btnIcon {
        right: -205px;
        min-width: inherit;
        right: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0; } }
    @media (max-width: 479px) {
      .btnGroupAbsolute.right .btnIcon {
        right: -205px;
        min-width: inherit;
        right: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0; } }
    .btnGroupAbsolute.right .btnIcon i {
      margin-right: 10px; }
      @media (max-width: 479px) {
        .btnGroupAbsolute.right .btnIcon i {
          margin-right: 0; } }
      @media (max-width: 479px) {
        .btnGroupAbsolute.right .btnIcon i {
          margin-right: 0; } }
    .btnGroupAbsolute.right .btnIcon:hover, .btnGroupAbsolute.right .btnIcon:focus {
      right: -30px;
      background: #3c3c3c;
      border-color: #3c3c3c; }
      @media (max-width: 479px) {
        .btnGroupAbsolute.right .btnIcon:hover, .btnGroupAbsolute.right .btnIcon:focus {
          right: 5px; } }
      @media (max-width: 479px) {
        .btnGroupAbsolute.right .btnIcon:hover, .btnGroupAbsolute.right .btnIcon:focus {
          right: 5px; } }

.btnGroupAbsolute.rightResponsive {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 12.5vh;
  text-align: right;
  z-index: 6;
  transition: all ease-in-out .125s; }
  @media (max-width: 479px) {
    .btnGroupAbsolute.rightResponsive {
      top: -80px;
      transition: all ease-in-out .125s;
      position: absolute; } }
  @media (max-width: 479px) {
    .btnGroupAbsolute.rightResponsive {
      top: -80px;
      transition: all ease-in-out .125s;
      position: absolute; } }
  .btnGroupAbsolute.rightResponsive ul li {
    display: inherit; }
    @media (max-width: 479px) {
      .btnGroupAbsolute.rightResponsive ul li {
        display: inline-block; } }
    @media (max-width: 479px) {
      .btnGroupAbsolute.rightResponsive ul li {
        display: inline-block; } }
  .btnGroupAbsolute.rightResponsive .btnIcon {
    margin-bottom: 5px;
    padding: 9px 10px 9px 10px;
    position: relative;
    transition: all ease-in-out .125s;
    right: -45px;
    min-width: 250px;
    justify-content: flex-start; }
    @media (max-width: 479px) {
      .btnGroupAbsolute.rightResponsive .btnIcon {
        right: -205px;
        min-width: inherit;
        right: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0; } }
    @media (max-width: 479px) {
      .btnGroupAbsolute.rightResponsive .btnIcon {
        right: -205px;
        min-width: inherit;
        right: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0; } }
    .btnGroupAbsolute.rightResponsive .btnIcon i {
      margin-right: 10px; }
      @media (max-width: 479px) {
        .btnGroupAbsolute.rightResponsive .btnIcon i {
          margin-right: 0; } }
      @media (max-width: 479px) {
        .btnGroupAbsolute.rightResponsive .btnIcon i {
          margin-right: 0; } }
    .btnGroupAbsolute.rightResponsive .btnIcon:hover, .btnGroupAbsolute.rightResponsive .btnIcon:focus {
      right: -30px;
      background: #3c3c3c;
      border-color: #3c3c3c; }
      @media (max-width: 479px) {
        .btnGroupAbsolute.rightResponsive .btnIcon:hover, .btnGroupAbsolute.rightResponsive .btnIcon:focus {
          right: 5px; } }
      @media (max-width: 479px) {
        .btnGroupAbsolute.rightResponsive .btnIcon:hover, .btnGroupAbsolute.rightResponsive .btnIcon:focus {
          right: 5px; } }

@media (max-width: 479px) {
  .btnGroupAbsolute.fixed {
    top: 80px;
    opacity: 1;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky; } }

@media (max-width: 479px) {
  .btnGroupAbsolute.fixed {
    top: 80px;
    opacity: 1;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky; } }

/* IMAGE 
==================================================== */
.imgContent {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  flex: 0 0 auto; }
  .imgContent.imgSticky {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 80px; }
    @media (max-width: 479px) {
      .imgContent.imgSticky {
        top: inherit;
        position: relative; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .imgContent.imgSticky {
        top: inherit;
        position: relative; } }
  .imgContent.imgWidthFull {
    height: auto;
    width: 100%; }
  .imgContent.imgHeightFull {
    width: auto;
    height: 100%; }
  .imgContent.imgSepatation {
    height: 400px;
    border-radius: 0; }
    .imgContent.imgSepatation .img-shadow {
      border-radius: 0; }
      .imgContent.imgSepatation .img-shadow:before {
        border-radius: 0; }
      .imgContent.imgSepatation .img-shadow img {
        border-radius: 0; }
  .imgContent.imgNoBorder {
    border-radius: 0; }
    .imgContent.imgNoBorder .img-shadow {
      border-radius: 0; }
      .imgContent.imgNoBorder .img-shadow:before {
        border-radius: 0; }
      .imgContent.imgNoBorder .img-shadow img {
        border-radius: 0; }
  .imgContent .img-shadow {
    border-radius: 3px; }
    .imgContent .img-shadow:before {
      border-radius: 3px; }
  .imgContent img {
    vertical-align: top;
    z-index: 10;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: 3px; }

/* BLOC MAP 
==================================================== */
.mapContent {
  position: relative;
  background: #E40042; }
  .mapContent .mapContentGoogle {
    height: 600px;
    position: relative; }
  .mapContent #mapGoogle {
    padding: 0;
    margin: 0;
    height: 100%;
    position: relative;
    right: 0;
    top: 0;
    overflow: hidden; }
  .mapContent .mapContact {
    z-index: 2; }
  .mapContent .mapBloc {
    margin-top: -50px;
    width: 100%;
    z-index: 5;
    padding: 15px;
    text-align: center;
    background: #d8d8d8;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35); }
    @media (max-width: 479px) {
      .mapContent .mapBloc {
        position: relative;
        bottom: inherit; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .mapContent .mapBloc {
        position: relative;
        bottom: inherit; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .mapContent .mapBloc {
        position: relative;
        bottom: inherit; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .mapContent .mapBloc {
        position: relative;
        bottom: inherit; } }
    .mapContent .mapBloc p {
      opacity: .85; }
    .mapContent .mapBloc .titleH2 {
      color: #FFF; }
    .mapContent .mapBloc .link-secondary:hover, .mapContent .mapBloc .link-secondary:focus {
      color: #FFF; }
  .mapContent .mapBlocHalf {
    z-index: 5;
    padding: 15px;
    text-align: center;
    background: #d8d8d8;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    min-height: 115px;
    margin-top: -50px; }
    @media (max-width: 479px) {
      .mapContent .mapBlocHalf {
        margin-top: 30px;
        margin-bottom: 15px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .mapContent .mapBlocHalf {
        margin-top: 30px;
        margin-bottom: 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .mapContent .mapBlocHalf {
        margin-top: 30px;
        margin-bottom: 15px; } }
    @media (max-width: 479px) {
      .mapContent .mapBlocHalf.first {
        margin-top: -30px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .mapContent .mapBlocHalf.first {
        margin-top: -30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .mapContent .mapBlocHalf.first {
        margin-top: -30px; } }
  .mapContent .mapPoint {
    height: 45px;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
    margin-top: -45px; }
    @media (max-width: 479px) {
      .mapContent .mapPoint.responsive {
        margin-top: 0; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .mapContent .mapPoint.responsive {
        margin-top: 0; } }
    .mapContent .mapPoint .img-shadow:before {
      box-shadow: none; }
    .mapContent .mapPoint img {
      z-index: 10;
      height: 100%;
      max-width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover; }

/** OVERLAY CLOSE NAV RESPONSIVE OPEN **/
.closeOverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: all 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -o-transition: all 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: all 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  top: 0; }
  .closeOverlay.active {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 2;
    opacity: 1; }

/* VARIABLES SCSS */
/* GRID GUTTER */
/* -- GESTION DES ESPACEMENTS -- test avec 32px pour valeur */
/* value : 8 */
/* value : 16 */
/* value : 24 */
/* value : 32 */
/* value : 40 */
/* value : 48 */
/* value : 56 */
/* value : 64 */
/* value : 72 */
/* value : 80 */
/* value : 88 */
/* value : 96 */
/* COLOR */
/* COULEURS REQUIRED */
/* COULEURS DU PROGRAMME */
/* COULEURS DU CLIENT */
/* COULEURS ETATS */
/* COULEURS DES BORDERS */
/* COULEURS DES FONTS*/
/* COULEURS DES FONDs*/
/* -- FONT FAMILY -- */
/* -- SIZE FONT -- */
/* -- RESPONSIVE -- */
/* -- HAUTEUR DES IMAGES -- */
/* -- BORDER RADIUS -- */
/* SASS POUR SURCHARGER */
/* COULEURS DU CLIENT */
/* COULEURS DU CLIENT */
/* -- FONT FAMILY -- */
/* FONT TEXTE
-------------------------------------------------------- */
@font-face {
  font-family: 'fontSite';
  src: url("../fonts/fontSite.eot?q5r3yt");
  src: url("../fonts/fontSite.eot?q5r3yt#iefix") format("embedded-opentype"), url("../fonts/fontSite.ttf?q5r3yt") format("truetype"), url("../fonts/fontSite.woff?q5r3yt") format("woff"), url("../fonts/fontSite.svg?q5r3yt#fontSite") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fontSite' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-3D:before {
  content: "\e900"; }

.icon-agenda_check:before {
  content: "\e901"; }

.icon-agenda_circle:before {
  content: "\e902"; }

.icon-agenda:before {
  content: "\e903"; }

.icon-annoncement:before {
  content: "\e904"; }

.icon-arobase:before {
  content: "\e905"; }

.icon-bottom:before {
  content: "\e906"; }

.icon-brochure_circle:before {
  content: "\e907"; }

.icon-brochure:before {
  content: "\e908"; }

.icon-btn:before {
  content: "\e909"; }

.icon-bulding:before {
  content: "\e90a"; }

.icon-check_circle:before {
  content: "\e90b"; }

.icon-check:before {
  content: "\e90c"; }

.icon-checklist:before {
  content: "\e90d"; }

.icon-delete_circle:before {
  content: "\e90e"; }

.icon-delete:before {
  content: "\e90f"; }

.icon-document_download:before {
  content: "\e910"; }

.icon-document:before {
  content: "\e911"; }

.icon-download_PDF:before {
  content: "\e912"; }

.icon-download_PLAN:before {
  content: "\e913"; }

.icon-download:before {
  content: "\e914"; }

.icon-facebook:before {
  content: "\e915"; }

.icon-full_star:before {
  content: "\e916"; }

.icon-help_circle:before {
  content: "\e917"; }

.icon-help:before {
  content: "\e918"; }

.icon-home:before {
  content: "\e919"; }

.icon-instagram:before {
  content: "\e91a"; }

.icon-left:before {
  content: "\e91b"; }

.icon-linkedin:before {
  content: "\e91c"; }

.icon-livraison:before {
  content: "\e91d"; }

.icon-mail:before {
  content: "\e91e"; }

.icon-minus_round:before {
  content: "\e91f"; }

.icon-minus:before {
  content: "\e920"; }

.icon-pen:before {
  content: "\e921"; }

.icon-phone_circle:before {
  content: "\e922"; }

.icon-phone_line:before {
  content: "\e923"; }

.icon-phone:before {
  content: "\e924"; }

.icon-pinpoint:before {
  content: "\e925"; }

.icon-pinterest:before {
  content: "\e926"; }

.icon-plan_masse:before {
  content: "\e927"; }

.icon-plan:before {
  content: "\e928"; }

.icon-planPDF:before {
  content: "\e929"; }

.icon-player_video:before {
  content: "\e92a"; }

.icon-plus_circle:before {
  content: "\e92b"; }

.icon-plus_round:before {
  content: "\e92c"; }

.icon-plus:before {
  content: "\e92d"; }

.icon-post-it:before {
  content: "\e92e"; }

.icon-remisecle:before {
  content: "\e92f"; }

.icon-right:before {
  content: "\e930"; }

.icon-search_r:before {
  content: "\e931"; }

.icon-serach_l:before {
  content: "\e932"; }

.icon-star:before {
  content: "\e933"; }

.icon-test:before {
  content: "\e934"; }

.icon-time:before {
  content: "\e935"; }

.icon-top:before {
  content: "\e936"; }

.icon-travaux:before {
  content: "\e937"; }

.icon-twitter:before {
  content: "\e938"; }

.icon-video:before {
  content: "\e939"; }

.icon-visitevirtuelle:before {
  content: "\e93a"; }

.icon-youtube:before {
  content: "\e93b"; }

/* VARIABLES SCSS */
/* GRID GUTTER */
/* -- GESTION DES ESPACEMENTS -- test avec 32px pour valeur */
/* value : 8 */
/* value : 16 */
/* value : 24 */
/* value : 32 */
/* value : 40 */
/* value : 48 */
/* value : 56 */
/* value : 64 */
/* value : 72 */
/* value : 80 */
/* value : 88 */
/* value : 96 */
/* COLOR */
/* COULEURS REQUIRED */
/* COULEURS DU PROGRAMME */
/* COULEURS DU CLIENT */
/* COULEURS ETATS */
/* COULEURS DES BORDERS */
/* COULEURS DES FONTS*/
/* COULEURS DES FONDs*/
/* -- FONT FAMILY -- */
/* -- SIZE FONT -- */
/* -- RESPONSIVE -- */
/* -- HAUTEUR DES IMAGES -- */
/* -- BORDER RADIUS -- */
/* SASS POUR SURCHARGER */
/* COULEURS DU CLIENT */
/* COULEURS DU CLIENT */
/* -- FONT FAMILY -- */
/* FORM
--------------------------------------------------- */
/* FORM-GROUP
------------------------------ */
.form-group, .form-row {
  margin-right: -8px;
  margin-left: -8px; }
  .form-group > .col-6, .form-group > .col-lg-6, .form-group > .col-md-6, .form-row > .col-6, .form-row > .col-lg-6, .form-row > .col-md-6 {
    padding: 0 8px;
    margin-bottom: 16px; }
    .form-group > .col-6:nth-child(odd), .form-group > .col-lg-6:nth-child(odd), .form-group > .col-md-6:nth-child(odd), .form-row > .col-6:nth-child(odd), .form-row > .col-lg-6:nth-child(odd), .form-row > .col-md-6:nth-child(odd) {
      padding: 0 8px 0 16px; }
      @media (max-width: 479px) {
        .form-group > .col-6:nth-child(odd), .form-group > .col-lg-6:nth-child(odd), .form-group > .col-md-6:nth-child(odd), .form-row > .col-6:nth-child(odd), .form-row > .col-lg-6:nth-child(odd), .form-row > .col-md-6:nth-child(odd) {
          padding: 0 16px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .form-group > .col-6:nth-child(odd), .form-group > .col-lg-6:nth-child(odd), .form-group > .col-md-6:nth-child(odd), .form-row > .col-6:nth-child(odd), .form-row > .col-lg-6:nth-child(odd), .form-row > .col-md-6:nth-child(odd) {
          padding: 0 16px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .form-group > .col-6:nth-child(odd), .form-group > .col-lg-6:nth-child(odd), .form-group > .col-md-6:nth-child(odd), .form-row > .col-6:nth-child(odd), .form-row > .col-lg-6:nth-child(odd), .form-row > .col-md-6:nth-child(odd) {
          padding: 0 16px; } }
    .form-group > .col-6:nth-child(even), .form-group > .col-lg-6:nth-child(even), .form-group > .col-md-6:nth-child(even), .form-row > .col-6:nth-child(even), .form-row > .col-lg-6:nth-child(even), .form-row > .col-md-6:nth-child(even) {
      padding: 0 16px 0 8px; }
      @media (max-width: 479px) {
        .form-group > .col-6:nth-child(even), .form-group > .col-lg-6:nth-child(even), .form-group > .col-md-6:nth-child(even), .form-row > .col-6:nth-child(even), .form-row > .col-lg-6:nth-child(even), .form-row > .col-md-6:nth-child(even) {
          padding: 0 16px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .form-group > .col-6:nth-child(even), .form-group > .col-lg-6:nth-child(even), .form-group > .col-md-6:nth-child(even), .form-row > .col-6:nth-child(even), .form-row > .col-lg-6:nth-child(even), .form-row > .col-md-6:nth-child(even) {
          padding: 0 16px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .form-group > .col-6:nth-child(even), .form-group > .col-lg-6:nth-child(even), .form-group > .col-md-6:nth-child(even), .form-row > .col-6:nth-child(even), .form-row > .col-lg-6:nth-child(even), .form-row > .col-md-6:nth-child(even) {
          padding: 0 16px; } }
    @media (max-width: 479px) {
      .form-group > .col-6, .form-group > .col-lg-6, .form-group > .col-md-6, .form-row > .col-6, .form-row > .col-lg-6, .form-row > .col-md-6 {
        padding: 0 16px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .form-group > .col-6, .form-group > .col-lg-6, .form-group > .col-md-6, .form-row > .col-6, .form-row > .col-lg-6, .form-row > .col-md-6 {
        padding: 0 16px; } }
  .form-group > .col-12, .form-group > .col-lg-12, .form-group > .col-md-12, .form-row > .col-12, .form-row > .col-lg-12, .form-row > .col-md-12 {
    padding: 0 16px;
    margin-bottom: 16px; }
    .form-group > .col-12:nth-child(odd), .form-group > .col-lg-12:nth-child(odd), .form-group > .col-md-12:nth-child(odd), .form-row > .col-12:nth-child(odd), .form-row > .col-lg-12:nth-child(odd), .form-row > .col-md-12:nth-child(odd) {
      padding: 0 16px; }
    .form-group > .col-12:nth-child(even), .form-group > .col-lg-12:nth-child(even), .form-group > .col-md-12:nth-child(even), .form-row > .col-12:nth-child(even), .form-row > .col-lg-12:nth-child(even), .form-row > .col-md-12:nth-child(even) {
      padding: 0 16px; }
  .form-group > .col-4, .form-group > .col-lg-4, .form-group > .col-md-4, .form-row > .col-4, .form-row > .col-lg-4, .form-row > .col-md-4 {
    padding: 0 8px;
    margin-bottom: 16px; }
    .form-group > .col-4:first-child, .form-group > .col-lg-4:first-child, .form-group > .col-md-4:first-child, .form-row > .col-4:first-child, .form-row > .col-lg-4:first-child, .form-row > .col-md-4:first-child {
      padding: 0 8px 0 16px; }
      @media (max-width: 479px) {
        .form-group > .col-4:first-child, .form-group > .col-lg-4:first-child, .form-group > .col-md-4:first-child, .form-row > .col-4:first-child, .form-row > .col-lg-4:first-child, .form-row > .col-md-4:first-child {
          padding: 0 16px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .form-group > .col-4:first-child, .form-group > .col-lg-4:first-child, .form-group > .col-md-4:first-child, .form-row > .col-4:first-child, .form-row > .col-lg-4:first-child, .form-row > .col-md-4:first-child {
          padding: 0 16px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .form-group > .col-4:first-child, .form-group > .col-lg-4:first-child, .form-group > .col-md-4:first-child, .form-row > .col-4:first-child, .form-row > .col-lg-4:first-child, .form-row > .col-md-4:first-child {
          padding: 0 16px; } }
    .form-group > .col-4:last-child, .form-group > .col-lg-4:last-child, .form-group > .col-md-4:last-child, .form-row > .col-4:last-child, .form-row > .col-lg-4:last-child, .form-row > .col-md-4:last-child {
      padding: 0 16px 0 8px; }
      @media (max-width: 479px) {
        .form-group > .col-4:last-child, .form-group > .col-lg-4:last-child, .form-group > .col-md-4:last-child, .form-row > .col-4:last-child, .form-row > .col-lg-4:last-child, .form-row > .col-md-4:last-child {
          padding: 0 16px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .form-group > .col-4:last-child, .form-group > .col-lg-4:last-child, .form-group > .col-md-4:last-child, .form-row > .col-4:last-child, .form-row > .col-lg-4:last-child, .form-row > .col-md-4:last-child {
          padding: 0 16px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .form-group > .col-4:last-child, .form-group > .col-lg-4:last-child, .form-group > .col-md-4:last-child, .form-row > .col-4:last-child, .form-row > .col-lg-4:last-child, .form-row > .col-md-4:last-child {
          padding: 0 16px; } }

/* FORM-CONTROL
------------------------------ */
.form-control {
  min-height: 48px;
  color: #353d42;
  font-size: 0.875rem;
  font-weight: 400; }
  .form-control::placeholder {
    opacity: 0.75;
    font-size: 0.875rem; }
  .form-control:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.1); }
  .form-control.placeholderDefault::placeholder {
    text-transform: none; }

textarea.form-control {
  min-height: 148px;
  padding: 0.75rem; }

select.form-control {
  height: 48px;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 10px 5px;
  font-weight: 400;
  font-size: 1rem;
  border-radius: 3px;
  color: #353d42; }

.required {
  position: relative; }
  .required:after {
    content: '*'; }
  .required:after {
    content: '*';
    position: absolute;
    color: #e60006;
    right: 25px;
    top: 6px;
    font-family: arial;
    font-size: 20px;
    z-index: 2; }

/* LABEL
------------------------------ */
label {
  font-weight: 500;
  margin-bottom: 0; }
  label p {
    margin: 0; }

/* SELECT
------------------------------ */
.select2-container {
  width: 100% !important;
  border-color: rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: .875rem;
  border-radius: 3px;
  color: #353d42;
  /* single */ }
  .select2-container .select2-selection--single {
    padding: 10px 5px;
    height: 48px;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px; }
  .select2-container .select2-selection--single .select2-selection__arrow,
  .select2-container .select2-selection--multiple .select2-selection__arrow {
    top: 10px;
    bottom: 5px;
    right: 10px;
    left: auto;
    background: transparent;
    border-left: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #E40042; }

/* CHECKBOX
---------------------- */
.checkbox + .checkbox {
  margin-top: -5px; }

input[type="checkbox"] {
  margin-top: 1px 0 0;
  line-height: normal;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input,
input:focus {
  -webkit-transition: none !important; }

.checkbox input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }

.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: '\F00C';
  color: #FFF; }

.checkbox input[type=checkbox]:checked + label:before {
  border-width: 8.5px; }

.checkbox label {
  transition: border 0.2s linear 0s, color 0.2s linear 0s; }

.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  min-width: 17px;
  min-height: 17px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 500; }

.checkbox label:before {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.checkbox label:before {
  top: 1.4px;
  border-radius: 3px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s; }

.checkbox label:after {
  border-radius: 3px; }

.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 2.5px;
  top: 0px;
  font-size: 11px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s; }

/* CHANGE COLOR */
.checkbox input[type=checkbox]:checked + label:before {
  border-color: #3c3c3c; }

.checkbox.checkbox-secondary input[type=checkbox]:checked + label:before {
  border-color: #E40042; }

.checkbox.checkbox-error input[type=checkbox]:checked + label:before {
  border-color: #e60006; }

.checkbox.checkbox-error label {
  color: #e60006; }

.checkbox.checkbox-alert input[type=checkbox]:checked + label:before {
  border-color: #f59331; }

.checkbox.checkbox-success input[type=checkbox]:checked + label:before {
  border-color: #96c100; }

/* RADIOBOX
---------------------- */
.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  min-width: 17px;
  min-height: 17px;
  font-size: 1rem;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 500; }

.radio label:before {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.radio label:before {
  bottom: 2.5px;
  border-radius: 99px;
  -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33); }

.radio input[type=radio]:checked + label:before {
  border-width: 5px; }

.radio input[type="radio"]:focus + label:before {
  background-color: #FFF; }

.radio input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0; }

.radio input[type=radio][disabled] + label {
  opacity: 0.65; }

/* CHANGE COLOR */
.radio input[type=radio]:checked + label:before {
  border-color: #3c3c3c; }

.radio.radio-primary input[type=radio]:checked + label:before {
  border-color: #3c3c3c; }

.radio.radio-secondary input[type=radio]:checked + label:before {
  border-color: #E40042; }

.radio.radio-error input[type=radio]:checked + label:before {
  border-color: #e60006; }

.radio.radio-error label {
  color: #e60006; }

.radio.radio-alert input[type=radio]:checked + label:before {
  border-color: #f59331; }

.radio.radio-success input[type=radio]:checked + label:before {
  border-color: #96c100; }

.radio + .radio {
  margin-top: -5px; }

/* TOGGLE SWITCH */
.toggle {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  float: left;
  align-items: center; }
  .toggle.mini input {
    opacity: 0;
    position: absolute;
    left: -9999px; }
    .toggle.mini input + label {
      user-select: none;
      transition: .2s ease;
      display: inline-block;
      height: 15px;
      width: 35px;
      flex: none;
      position: relative;
      box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.15);
      border-radius: 60px;
      margin: 0;
      cursor: pointer;
      background: rgba(0, 0, 0, 0.15);
      /* White toggle */ }
      .toggle.mini input + label:before {
        content: "";
        position: absolute;
        display: block;
        height: 16px;
        width: 15px;
        top: 0;
        left: 0;
        border-radius: 15px;
        background: #FFF;
        transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1); }
      .toggle.mini input + label:after {
        content: "";
        position: absolute;
        display: block;
        height: 14px;
        width: 14px;
        top: 50%;
        margin-top: -7px;
        left: 1px;
        border-radius: 30px;
        background: #FFF;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
        transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1); }
      .toggle.mini input + label span {
        white-space: nowrap;
        height: 35px;
        line-height: 30px;
        margin-left: 50px;
        padding: 10px;
        cursor: pointer; }
    .toggle.mini input:checked + label:before {
      width: 35px;
      transition: width 0.2s cubic-bezier(0, 0, 0, 0.1) !important; }
    .toggle.mini input:checked + label:after {
      left: 20px; }
    .toggle.mini input:checked + label {
      box-shadow: inset 0 0 0px 25px rgba(0, 0, 0, 0.1);
      transition: box-shadow 2.5s cubic-bezier(0, 1.2, 0.94, 0.95); }
  .toggle.mini span {
    line-height: 16px; }
  .toggle input {
    opacity: 0;
    position: absolute;
    left: -9999px; }
    .toggle input + label {
      user-select: none;
      transition: .2s ease;
      display: inline-block;
      height: 30px;
      width: 50px;
      flex: none;
      position: relative;
      box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.15);
      border-radius: 60px;
      margin: 0;
      cursor: pointer;
      background: rgba(0, 0, 0, 0.15);
      /* White toggle */ }
      .toggle input + label:before {
        content: "";
        position: absolute;
        display: block;
        height: 30px;
        width: 30px;
        top: 0;
        left: 0;
        border-radius: 15px;
        transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1); }
      .toggle input + label:after {
        content: "";
        position: absolute;
        display: block;
        height: 28px;
        width: 28px;
        top: 50%;
        margin-top: -14px;
        left: 1px;
        border-radius: 60px;
        background: #FFF;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
        transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1); }
      .toggle input + label span {
        white-space: nowrap;
        height: 30px;
        line-height: 30px;
        margin-left: 50px;
        padding: 10px;
        cursor: pointer; }
    .toggle input:checked + label:before {
      width: 51px;
      transition: width 0.2s cubic-bezier(0, 0, 0, 0.1) !important; }
    .toggle input:checked + label:after {
      left: 22px; }
    .toggle input:checked + label {
      box-shadow: inset 0 0 0px 25px rgba(0, 0, 0, 0.1);
      transition: box-shadow 2.5s cubic-bezier(0, 1.2, 0.94, 0.95); }
  .toggle span {
    font-size: 0.75rem;
    font-weight: 600;
    padding-left: 10px; }
  .toggle.toggle-add-remove input + label {
    background: #96c100 !important; }
  .toggle.toggle-add-remove input:checked + label:before {
    background: #e60006; }
  .toggle.toggle-primary input:checked + label:before {
    background: #3c3c3c; }
  .toggle.toggle-secondary input:checked + label:before {
    background: #E40042; }
  .toggle.toggle-success input:checked + label:before {
    background: #96c100; }
  .toggle.toggle-error input:checked + label:before {
    background: #e60006; }
  .toggle.toggle-warning input:checked + label:before {
    background: #f59331; }

/* BTN RADIO CHECKBOX RADIO */
.checkboxImg input[type=checkbox], .checkboxImg input[type=radio] {
  display: none; }

.checkboxImg input[type=checkbox] + label, .checkboxImg input[type=radio] + label {
  background: transparent;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 100%;
  display: inline-block;
  padding: 11px 5px;
  letter-spacing: -.5px;
  text-align: center; }
  .checkboxImg input[type=checkbox] + label:hover, .checkboxImg input[type=checkbox] + label:focus, .checkboxImg input[type=radio] + label:hover, .checkboxImg input[type=radio] + label:focus {
    cursor: pointer; }
  .checkboxImg input[type=checkbox] + label i, .checkboxImg input[type=radio] + label i {
    font-size: 30px;
    margin-bottom: 20px;
    display: block; }

.checkboxImg input[type=checkbox]:checked + label, .checkboxImg input[type=radio]:checked + label {
  border-color: #3c3c3c; }
  .checkboxImg input[type=checkbox]:checked + label i, .checkboxImg input[type=radio]:checked + label i {
    color: #3c3c3c; }

.checkboxImgFull input[type=checkbox], .checkboxImgFull input[type=radio] {
  display: none; }

.checkboxImgFull input[type=checkbox] + label, .checkboxImgFull input[type=radio] + label {
  font-weight: 400;
  width: 100%;
  display: inline-block;
  padding: 11px 5px;
  letter-spacing: -.5px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  color: #353d42;
  background: #FFF; }
  .checkboxImgFull input[type=checkbox] + label:hover, .checkboxImgFull input[type=checkbox] + label:focus, .checkboxImgFull input[type=radio] + label:hover, .checkboxImgFull input[type=radio] + label:focus {
    cursor: pointer; }
  .checkboxImgFull input[type=checkbox] + label i, .checkboxImgFull input[type=radio] + label i {
    font-size: 30px;
    margin-bottom: 20px;
    display: block; }

.checkboxImgFull input[type=checkbox]:checked + label, .checkboxImgFull input[type=radio]:checked + label {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #FFF; }
  .checkboxImgFull input[type=checkbox]:checked + label i, .checkboxImgFull input[type=radio]:checked + label i {
    color: #FFF; }

/* GESTION COLOR ERROR */
.has-error label {
  color: #e60006 !important; }

.has-error .checkboxImg input[type=checkbox] + label, .has-error .checkboxImg input[type=radio] + label, .has-error .checkboxImgFull input[type=checkbox] + label, .has-error .checkboxImgFull input[type=radio] + label {
  border-color: #e60006;
  color: #e60006; }

.has-error .checkboxImg input[type=checkbox]:checked + label, .has-error .checkboxImg input[type=radio]:checked + label, .has-error .checkboxImgFull input[type=checkbox]:checked + label, .has-error .checkboxImgFull input[type=radio]:checked + label {
  border-color: #E40042; }

.has-error .checkboxImg input[type=checkbox]:checked + label, .has-error .checkboxImg input[type=radio]:checked + label {
  color: inherit; }

.has-error .checkboxImgFull input[type=checkbox]:checked + label, .has-error .checkboxImgFull input[type=radio]:checked + label {
  color: #FFF; }

.has-error .form-control, .has-error textarea, .has-error input, .has-error select {
  border-color: #e60006; }

.has-error .checkbox input[type=checkbox]:checked + label:before {
  border-color: #e60006 !important; }

.has-error .checkbox label {
  color: #e60006 !important; }

.has-error .radio input[type=radio]:checked + label:before {
  border-color: #e60006 !important; }

.has-error .radio label {
  color: #e60006 !important; }

.has-error .toggle input:checked + label:before {
  background: #e60006 !important; }

.has-error .toggle span {
  color: #e60006 !important; }

.formTime {
  border-radius: 3px;
  background: #ebebeb;
  padding: 16px;
  margin-bottom: 16px; }

/* VARIABLES SCSS */
/* GRID GUTTER */
/* -- GESTION DES ESPACEMENTS -- test avec 32px pour valeur */
/* value : 8 */
/* value : 16 */
/* value : 24 */
/* value : 32 */
/* value : 40 */
/* value : 48 */
/* value : 56 */
/* value : 64 */
/* value : 72 */
/* value : 80 */
/* value : 88 */
/* value : 96 */
/* COLOR */
/* COULEURS REQUIRED */
/* COULEURS DU PROGRAMME */
/* COULEURS DU CLIENT */
/* COULEURS ETATS */
/* COULEURS DES BORDERS */
/* COULEURS DES FONTS*/
/* COULEURS DES FONDs*/
/* -- FONT FAMILY -- */
/* -- SIZE FONT -- */
/* -- RESPONSIVE -- */
/* -- HAUTEUR DES IMAGES -- */
/* -- BORDER RADIUS -- */
/* SASS POUR SURCHARGER */
/* COULEURS DU CLIENT */
/* COULEURS DU CLIENT */
/* -- FONT FAMILY -- */
/* MODAL
--------------------------------------------------- */
.modal .modal-header {
  padding: 15px;
  display: flex;
  align-items: center;
  border-color: rgba(0, 0, 0, 0.1); }

.modal .modal-headerIcon {
  padding: 15px;
  padding-bottom: 0;
  position: relative;
  z-index: 2; }
  .modal .modal-headerIcon .titleH3, .modal .modal-headerIcon .titleH1 {
    width: 100%;
    text-align: center;
    margin-top: 50px; }
  .modal .modal-headerIcon .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2; }

.modal .modal-headerNoIcon {
  padding: 15px;
  padding-bottom: 0;
  position: relative;
  z-index: 2; }
  .modal .modal-headerNoIcon .titleH3, .modal .modal-headerNoIcon .titleH1 {
    width: 100%;
    text-align: center; }
  .modal .modal-headerNoIcon .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2; }

.modal .modal-body {
  padding: 15px;
  background: transparent;
  border-color: rgba(0, 0, 0, 0.1); }

.modal .modal-footer {
  padding: 15px;
  border-color: rgba(0, 0, 0, 0.1);
  justify-content: space-between; }

.modal .modal-icon {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: -60px;
  padding: 15px;
  display: block;
  text-align: center;
  width: 100%; }
  .modal .modal-icon .modal-icon-align {
    padding: 8px;
    background: #FFF;
    border-radius: 100px;
    display: inline-table;
    margin-top: -5px; }
    .modal .modal-icon .modal-icon-align .icon {
      padding: 18px;
      font-size: 30px;
      display: inline-block;
      width: 85px;
      min-height: 85px;
      line-height: 45px;
      text-align: center;
      margin: auto;
      border: 2px solid;
      border-radius: 50px; }
      .modal .modal-icon .modal-icon-align .icon i {
        vertical-align: middle; }
      .modal .modal-icon .modal-icon-align .icon.primary {
        border-color: #3c3c3c;
        color: #3c3c3c; }
      .modal .modal-icon .modal-icon-align .icon.secondary {
        border-color: #E40042;
        color: #E40042; }
      .modal .modal-icon .modal-icon-align .icon.success {
        border-color: #96c100;
        color: #96c100; }
      .modal .modal-icon .modal-icon-align .icon.error {
        border-color: #e60006;
        color: #e60006; }
      .modal .modal-icon .modal-icon-align .icon.info {
        border-color: #37b0e9;
        color: #37b0e9; }
      .modal .modal-icon .modal-icon-align .icon.warning {
        border-color: #f59331;
        color: #f59331; }
    .modal .modal-icon .modal-icon-align.logoIcon {
      padding-top: 0;
      padding-bottom: 0; }
      .modal .modal-icon .modal-icon-align.logoIcon .icon {
        border: 0;
        padding-top: 5px;
        padding-bottom: 0;
        width: 100px;
        padding: 10px; }

/* VARIABLES SCSS */
/* GRID GUTTER */
/* -- GESTION DES ESPACEMENTS -- test avec 32px pour valeur */
/* value : 8 */
/* value : 16 */
/* value : 24 */
/* value : 32 */
/* value : 40 */
/* value : 48 */
/* value : 56 */
/* value : 64 */
/* value : 72 */
/* value : 80 */
/* value : 88 */
/* value : 96 */
/* COLOR */
/* COULEURS REQUIRED */
/* COULEURS DU PROGRAMME */
/* COULEURS DU CLIENT */
/* COULEURS ETATS */
/* COULEURS DES BORDERS */
/* COULEURS DES FONTS*/
/* COULEURS DES FONDs*/
/* -- FONT FAMILY -- */
/* -- SIZE FONT -- */
/* -- RESPONSIVE -- */
/* -- HAUTEUR DES IMAGES -- */
/* -- BORDER RADIUS -- */
/* SASS POUR SURCHARGER */
/* COULEURS DU CLIENT */
/* COULEURS DU CLIENT */
/* -- FONT FAMILY -- */
/* RESET
--------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%; }

html {
  font-size: 100%; }

body {
  background-color: #FFF;
  font-family: "Chivo", sans-serif;
  font-weight: 300;
  font-size: 1em;
  color: #353d42;
  position: relative; }
  @media (max-width: 479px) {
    body {
      font-size: 100% !important; } }
  @media (min-width: 480px) and (max-width: 767px) {
    body {
      font-size: 100% !important; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #353d42; }

a:hover {
  text-decoration: underline;
  color: #3c3c3c; }

a:focus {
  text-decoration: underline;
  outline: 0;
  color: #3c3c3c; }

p {
  margin: 0;
  padding: 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

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

input:focus,
select:focus,
a:focus,
button:focus,
th:focus {
  outline: 0 !important; }

/* VARIABLES SCSS */
/* GRID GUTTER */
/* -- GESTION DES ESPACEMENTS -- test avec 32px pour valeur */
/* value : 8 */
/* value : 16 */
/* value : 24 */
/* value : 32 */
/* value : 40 */
/* value : 48 */
/* value : 56 */
/* value : 64 */
/* value : 72 */
/* value : 80 */
/* value : 88 */
/* value : 96 */
/* COLOR */
/* COULEURS REQUIRED */
/* COULEURS DU PROGRAMME */
/* COULEURS DU CLIENT */
/* COULEURS ETATS */
/* COULEURS DES BORDERS */
/* COULEURS DES FONTS*/
/* COULEURS DES FONDs*/
/* -- FONT FAMILY -- */
/* -- SIZE FONT -- */
/* -- RESPONSIVE -- */
/* -- HAUTEUR DES IMAGES -- */
/* -- BORDER RADIUS -- */
/* SASS POUR SURCHARGER */
/* COULEURS DU CLIENT */
/* COULEURS DU CLIENT */
/* -- FONT FAMILY -- */
/* TITLE
--------------------------------------------------- */
.titleH1 {
  position: relative;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Merriweather", sans-serif; }
  @media (max-width: 479px) {
    .titleH1 {
      font-size: 1.5rem; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .titleH1 {
      font-size: 1.5rem; } }

.titleH2 {
  position: relative;
  font-size: 1.25rem;
  font-weight: 300; }
  @media (max-width: 479px) {
    .titleH2 {
      font-size: 1.125rem; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .titleH2 {
      font-size: 1.125rem; } }

/* VARIABLES SCSS */
/* GRID GUTTER */
/* -- GESTION DES ESPACEMENTS -- test avec 32px pour valeur */
/* value : 8 */
/* value : 16 */
/* value : 24 */
/* value : 32 */
/* value : 40 */
/* value : 48 */
/* value : 56 */
/* value : 64 */
/* value : 72 */
/* value : 80 */
/* value : 88 */
/* value : 96 */
/* COLOR */
/* COULEURS REQUIRED */
/* COULEURS DU PROGRAMME */
/* COULEURS DU CLIENT */
/* COULEURS ETATS */
/* COULEURS DES BORDERS */
/* COULEURS DES FONTS*/
/* COULEURS DES FONDs*/
/* -- FONT FAMILY -- */
/* -- SIZE FONT -- */
/* -- RESPONSIVE -- */
/* -- HAUTEUR DES IMAGES -- */
/* -- BORDER RADIUS -- */
/* SASS POUR SURCHARGER */
/* COULEURS DU CLIENT */
/* COULEURS DU CLIENT */
/* -- FONT FAMILY -- */
body {
  background: #3c3c3c; }

/* LANDING PAGE
--------------------------------------------------- */
.landingContent {
  /*
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    */
  height: 100%; }

.h-100 {
  height: 100%; }

.leftColumn {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden; }

.rightColumn {
  position: absolute;
  right: 10%;
  top: 5%;
  z-index: 3;
  width: 30%;
  margin-bottom: 32px; }
  @media (max-width: 479px) {
    .rightColumn {
      position: absolute;
      right: 16px;
      left: 16px;
      top: -200%;
      width: auto;
      margin: 32px auto;
      transition: all ease-in-out .125s; }
      .rightColumn.active {
        top: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .rightColumn {
      position: absolute;
      right: 16px;
      left: 16px;
      top: -200%;
      width: auto;
      max-width: 70%;
      margin: 32px auto;
      transition: all ease-in-out .125s; }
      .rightColumn.active {
        top: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .rightColumn {
      position: fixed;
      right: 16px;
      left: 16px;
      top: 100%;
      max-width: 70%;
      width: auto;
      margin: 32px auto;
      transition: all ease-in-out .125s; }
      .rightColumn.active {
        top: 40px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .rightColumn {
      width: 40%;
      right: 75px; } }

.formLanding {
  background: #FFF;
  padding: 32px 16px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }

.customerShape {
  max-width: 50%;
  height: 90px;
  overflow: hidden;
  opacity: 1; }
  .customerShape span.img-shadow:before {
    box-shadow: none; }
  .customerShape span.img-shadow img {
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.logoBloc {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: flex;
  align-items: center; }

.logoContent {
  max-width: 100%;
  
  padding: 5px;
 background: rgba(255, 255, 255, 0.6);
  overflow: hidden; }
  .logoContent span.img-shadow:before {
    box-shadow: none; }
  .logoContent span.img-shadow img {
    z-index: 1;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.headerBloc {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 2px solid #FFF; }
  .headerBloc .label {
    background: #E40042;
    padding: 5px 10px;
    color: #FFF;
    margin-bottom: 5px;
    font-weight: 300;
    display: table-caption; }
  .headerBloc .second {
    font-weight: 700;
    color: #FFF;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }

.footerLogo {
  height: 50px; }
  .footerLogo span.img-shadow:before {
    box-shadow: none; }
  .footerLogo span.img-shadow img {
    z-index: 1;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.owlTxt {
  position: absolute;
  z-index: 5;
  left: 125px;
  bottom: 45%;
  max-width: 50%; }
  @media (max-width: 479px) {
    .owlTxt {
      bottom: initial;
      top: 47.5vh;
      max-width: 100%;
      left: 75px;
      right: 75px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .owlTxt {
      bottom: initial;
      top: 47.5vh;
      max-width: 100%;
      left: 75px;
      right: 75px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .owlTxt {
      bottom: initial;
      top: 47.5vh;
      max-width: 100%;
      left: 75px;
      right: 75px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .owlTxt {
      max-width: 47.5%;
      left: 50px; } }
  .owlTxt .titleH1 {
    color: #FFF;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.95);
    font-size: 2rem;
    display: inline-block; }
    @media (max-width: 479px) {
      .owlTxt .titleH1 {
        font-size: 1.5rem; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .owlTxt .titleH1 {
        font-size: 1.8rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .owlTxt .titleH1 {
        font-size: 2rem; } }
  .owlTxt p {
    color: #FFF;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.95);
    font-size: 1.5rem; }
    @media (max-width: 479px) {
      .owlTxt p {
        font-size: 1.125rem; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .owlTxt p {
        font-size: 1.525rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .owlTxt p {
        font-size: 1.625rem; } }

.owl-Home {
  position: fixed; }

.btnResponsive {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  text-align: center; }
  .btnResponsive .btn {
    margin: auto;
    text-align: center; }

.shadowGradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 10%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, white 100%); }

.shadowGradientTop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 100%);
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 100%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 100%); }

/* VARIABLES SCSS */
/* GRID GUTTER */
/* -- GESTION DES ESPACEMENTS -- test avec 32px pour valeur */
/* value : 8 */
/* value : 16 */
/* value : 24 */
/* value : 32 */
/* value : 40 */
/* value : 48 */
/* value : 56 */
/* value : 64 */
/* value : 72 */
/* value : 80 */
/* value : 88 */
/* value : 96 */
/* COLOR */
/* COULEURS REQUIRED */
/* COULEURS DU PROGRAMME */
/* COULEURS DU CLIENT */
/* COULEURS ETATS */
/* COULEURS DES BORDERS */
/* COULEURS DES FONTS*/
/* COULEURS DES FONDs*/
/* -- FONT FAMILY -- */
/* -- SIZE FONT -- */
/* -- RESPONSIVE -- */
/* -- HAUTEUR DES IMAGES -- */
/* -- BORDER RADIUS -- */
/* SASS POUR SURCHARGER */
/* COULEURS DU CLIENT */
/* COULEURS DU CLIENT */
/* -- FONT FAMILY -- */
/* SLIDER
----------------------------------------------------------- */
/* HOME */
.owl-Home, .owl-Landing {
  height: 100%;
  background: #000; }
  .owl-Home .owl-stage-outer, .owl-Landing .owl-stage-outer {
    height: 100%; }
  .owl-Home .owl-stage, .owl-Landing .owl-stage {
    height: 100%; }
  .owl-Home .owl-item, .owl-Landing .owl-item {
    height: 100%; }
  .owl-Home .owl-slide, .owl-Landing .owl-slide {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: 100%;
    display: inline-block; }
    .owl-Home .owl-slide img, .owl-Landing .owl-slide img {
      opacity: .7;
      vertical-align: top;
      z-index: 10;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover; }

/* MEDIA */
.owl-Media {
  border-radius: 3px;
  overflow: hidden; }
  .owl-Media .owl-slide {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: 400px;
    display: inline-block; }
    .owl-Media .owl-slide img {
      opacity: 1;
      vertical-align: top;
      z-index: 10;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover; }

/* INPROGRESS */
.owl-InProgress .owl-slide {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  height: 250px;
  display: inline-block;
  background: #000;
  cursor: pointer; }
  .owl-InProgress .owl-slide:hover img, .owl-InProgress .owl-slide:focus img {
    opacity: .75; }
  .owl-InProgress .owl-slide img {
    transition: opacity ease-in-out .125s;
    opacity: 1;
    vertical-align: top;
    z-index: 10;
    height: 100%;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover; }

/* CONFIG DOTS & NAV OWL CARROUSEL */
.owl-theme .owl-nav [class*='owl-'] {
  background: transparent;
  color: #3c3c3c;
  border-radius: 20px;
  padding: 5px 10px; }
  .owl-theme .owl-nav [class*='owl-']:hover, .owl-theme .owl-nav [class*='owl-']:focus {
    color: #FFF;
    background: rgba(60, 60, 60, 0.5); }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3c3c3c; }

.owl-prev {
  float: left; }
  .owl-prev .fa {
    margin: 3px 1px 3px -1px; }

.owl-next {
  float: right; }
  .owl-next .fa {
    margin: 3px -1px 3px 1px; }

.owl-dots {
  margin-top: 15px; }

i.icon-right,
i.icon-left {
  font-size: 60px;
  color: #FFF; }

/* DOTS */
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next, .owl-carousel:focus .owl-nav .owl-prev,
.owl-carousel:focus .owl-nav .owl-next {
  opacity: .9; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  bottom: 0;
  top: 0;
  height: 100%;
  opacity: .75; }
  .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus,
  .owl-carousel .owl-nav .owl-next:hover,
  .owl-carousel .owl-nav .owl-next:focus {
    opacity: 1; }

.owl-carousel .owl-nav .owl-prev {
  left: 0px;
  right: auto;
  text-align: left;
  background: transparent; }
  .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus {
    transition: all ease-in-out .25s;
    background: transparent; }

.owl-carousel .owl-nav .owl-next {
  right: 0px;
  left: auto;
  text-align: right;
  background: transparent; }
  .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-next:focus {
    transition: all ease-in-out .25s;
    background: transparent; }

.owl-carousel .owl-nav > button {
  width: 100px;
  padding: 2px;
  position: absolute;
  margin: 0;
  border: 0 solid;
  color: #FFF;
  border-color: transparent;
  background-color: transparent;
  border-radius: 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  font-size: 20px;
  line-height: 34px;
  text-align: center; }

.owl-carousel .owl-nav > button:hover,
.owl-carousel .owl-nav > button:focus {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  color: #FFF;
  border-color: rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.7); }

.owl-carousel .owl-dots {
  position: absolute;
  z-index: 1;
  bottom: -20px;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0; }

.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  background: transparent;
  display: block;
  border-color: #E40042;
  border: 1px solid #E40042;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 15px; }

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #E40042;
  border-color: #E40042; }

.zoomLoupe {
  position: relative; }
  .zoomLoupe:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: all ease-in-out .125s; }
  .zoomLoupe:after {
    content: '\e931';
    font-family: 'fontSite';
    position: absolute;
    color: #FFF;
    font-size: 60px;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    z-index: 2;
    text-align: center;
    margin: auto;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all ease-in-out .25s; }
  .zoomLoupe:hover:before, .zoomLoupe:focus:before {
    opacity: 1; }
  .zoomLoupe:hover:after, .zoomLoupe:focus:after {
    top: 170px;
    opacity: 1; }
