@charset "UTF-8";
/* IMPORT SASS POUR SURCHARGER */
/* IMPORT FONT FAMILY */
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap");
/* ================================================= */
/* FRONT COLOR */
/* ================================================= */
/* COULEURS DES FONTS*/
/* COULEURS DU CLIENT */
/* COULEURS DE FOND DU WRAPPER */
/* COULEURS DE FOND DU HEADER */
/* COULEURS DU MENU */
/* COULEURS DU SOUS-MENU */
/* COULEURS DU SERVICE CUSTOM */
/* COULEURS DU HAMBURGER BTN RESPONSIVE */
/* COULEURS DU FOOTER */
/* COULEUR BACK MAIL */
/* COULEUR BACK */
/* COULEUR HOVER */
/* COULEURS ETATS */
/* COULEURS DES STATUS DES COMMANDES */
/* COULEURS DES BORDERS */
/* ================================================= */
/* ADMIN COLOR */
/* ================================================= */
/* COULEURS DU CLIENT ADMIN */
/* ================================================= */
/* FRONT FONT FAMILY */
/* ================================================= */
/* -- FONT FAMILY -- */
/* FONT USAGE CLIENT */
/* IMPORT Asbtracts */
/* GRID GUTTER */
/* -- GESTION DES ESPACEMENTS -- test avec 32px pour valeur */
/* value : 4 */
/* value : 8 */
/* value : 16 */
/* value : 24 */
/* value : 32 */
/* value : 40 */
/* value : 48 */
/* value : 56 */
/* value : 64 */
/* value : 72 */
/* value : 80 */
/* value : 88 */
/* value : 96 */
/* value : 96 */
/* value : 96 */
/* value : 96 */
/* value : 96 */
/* ================================================= */
/* FRONT COLOR */
/* ================================================= */
/* COULEURS REQUIRED */
/* COULEURS DES FONTS*/
/* COULEURS DU CLIENT */
/* COULEURS DE FOND DU WRAPPER */
/* COULEURS DE FOND DU HEADER */
/* COULEURS DU MENU */
/* COULEURS DU SOUS-MENU */
/* COULEURS DU SERVICE CUSTOM */
/* COULEURS DU HAMBURGER BTN RESPONSIVE */
/* COULEURS DU FOOTER */
/* COULEUR BACK MAIL */
/* COULEUR BACK */
/* COULEUR HOVER */
/* COULEURS ETATS */
/* COULEURS DES STATUS DES COMMANDES */
/* COULEURS DES BORDERS */
/* ================================================= */
/* ADMIN COLOR */
/* ================================================= */
/* COULEURS DU CLIENT ADMIN */
/* COULEURS DES BORDERS ADMIN */
/* ================================================= */
/* FRONT FONT FAMILY */
/* ================================================= */
/* -- FONT FAMILY -- */
/* ================================================= */
/* ADMIN FONT FAMILY */
/* ================================================= */
/* -- FONT FAMILY -- */
/* -- SIZE FONT -- */
/* Defaut Font Family */
/* TITRE */
/* SOUS-TITRE */
/* EN-TÊTE */
/* TITRAGE */
/* CHAPITRE */
/* INTRO */
/* HOOK */
/* TEXTE COURANT */
/* CITATION */
/* LINK LIEN */
/* BOUTON CTA */
/* LEGENDE */
/* TITRE FOOTER */
/* TEXTE FOOTER */
/* COPYRIGHT */
/* NAV FOOTER FOOTER */
/* MAIN NAV */
/* SUB NAV */
/* ICON */
/* GESTION ALIGNEMENT TITLE MODULE */
/* -- RESPONSIVE -- */
/* -- HAUTEUR DES IMAGES -- */
/* -- HAUTEUR DES ICONES -- */
/* -- BORDER RADIUS -- */
/* IMPORT Assets */
/*  ==========================================================================
    ALERT MESSAGE
    ========================================================================== */
.rsContent button.rsBtn, .rsContent a.rsBtn, .rsContent .rsBtn {
  text-align: center;
  margin: auto;
  background: transparent;
  border-radius: 50px;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 48px;
  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: 0;
  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;
  -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: #5f3e1b;
    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: #5f3e1b; }
  .alert.alert-secondary {
    background-color: #93b93b;
    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: #93b93b; }
  .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: #D9D9D9;
    color: #43210c; }
    .alert.alert-border button.rsBtn, .alert.alert-border a.rsBtn, .alert.alert-border .rsBtn {
      border-color: #43210c;
      color: #43210c; }
      .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: #43210c;
        border-color: #43210c;
        color: #FFF; }
    .alert.alert-border a.close-alert {
      color: #43210c; }

/*  ==========================================================================
    ASSSETS
    ========================================================================== */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative; }

html {
  font-size: 100%; }

body {
  font-size: 16px;
  font-family: "Neo Sans Weleda", sans-serif;
  font-weight: 300;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #43210c;
  text-shadow: inherit; }

iframe {
  border: 0; }

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

a {
  margin: 0;
  padding: 0;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:focus {
  text-decoration: underline;
  outline: 0; }

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

#wrapper {
  min-height: 100%;
  position: relative; }

.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.65);
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.65);
    z-index: 2; }

.blocContent {
  padding: 32px 0; }

.backContrast {
  background-color: #F7F7F7;
  padding: 32px 0; }

span.a-link {
  color: #93b93b; }
  span.a-link:hover, span.a-link:focus {
    color: #93b93b; }

span.a-primary {
  color: #5f3e1b; }
  span.a-primary:hover, span.a-primary:focus {
    color: #5f3e1b; }

span.a-black {
  color: #000; }
  span.a-black:hover, span.a-black:focus {
    color: #000; }

span.a-white {
  color: #FFF; }
  span.a-white:hover, span.a-white:focus {
    color: #FFF; }

span.a-Off {
  opacity: 0.5; }

a {
  font-family: "Neo Sans Weleda", sans-serif;
  font-size: inherit;
  font-weight: 400;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #93b93b;
  text-shadow: inherit; }
  a:hover, a:focus {
    color: #93b93b; }
  a:visited {
    color: #566c22; }
  a.a-link {
    color: #5f3e1b; }
    a.a-link:hover, a.a-link:focus {
      color: #93b93b; }
  a.linkColor {
    color: #93b93b; }
    a.linkColor:hover, a.linkColor:focus {
      color: #93b93b; }
    a.linkColor:visited {
      color: #566c22; }
  a.linkColorAlt {
    color: #5f3e1b; }
    a.linkColorAlt:hover, a.linkColorAlt:focus {
      color: #5f3e1b; }
    a.linkColorAlt:visited {
      color: #100a04; }
  a.linkGrey {
    color: rgba(67, 33, 12, 0.65); }
    a.linkGrey:hover, a.linkGrey:focus {
      color: rgba(67, 33, 12, 0.85); }
    a.linkGrey:visited {
      color: rgba(67, 33, 12, 0.85); }
  a.a-primary {
    color: #5f3e1b; }
    a.a-primary:hover, a.a-primary:focus {
      color: #5f3e1b; }
  a.a-secondary {
    color: #93b93b; }
    a.a-secondary:hover, a.a-secondary:focus {
      color: #93b93b; }
  a.a-black {
    color: #000; }
    a.a-black:hover, a.a-black:focus {
      color: #000; }
  a.a-white {
    color: #000; }
    a.a-white:hover, a.a-white:focus {
      color: #000; }
  a.a-Off {
    opacity: 0.5; }
  a i {
    vertical-align: baseline; }
  a.a-nostyle {
    text-decoration: none; }
    a.a-nostyle:hover, a.a-nostyle:focus {
      text-decoration: none; }
  a.linkNoShape {
    color: inherit;
    text-decoration: underline; }
    a.linkNoShape:hover, a.linkNoShape:focus {
      text-decoration: underline;
      color: #43210c; }
  a.linkFull {
    width: 100%; }
  a.linkBtn {
    display: inline-block; }
  a.linkFlex {
    display: flex; }

@media (max-width: 479px) {
  .pageContent {
    padding-bottom: 0 !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .pageContent {
    padding-bottom: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pageContent {
    padding-bottom: 0 !important; } }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/* BTN BACK TOP
========================================================= */
button.btn-back-top, a.btn-back-top {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: -61px;
  padding: 8px 11px;
  border-radius: 30px;
  background: #93b93b;
  color: #FFF;
  transition: all 0.15s ease-in-out; }
  button.btn-back-top i, a.btn-back-top i {
    font-size: 28px; }
  button.btn-back-top:hover, a.btn-back-top:hover {
    background: #74922f;
    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; } }
  button.btn-back-top.up-footer, a.btn-back-top.up-footer {
    bottom: 70px; }

i {
  font-size: 24px;
  vertical-align: middle; }

.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: #93b93b;
    text-decoration: none;
    color: #FFF; }
  .stickyContact:visited {
    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 A BTN-PRIMARY  */
button.btn,
a.btn, .btn {
  font-family: "Neo Sans Weleda", sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #FFF;
  text-shadow: inherit;
  border-radius: 8px;
  padding: 16px 16px;
  /* COLOR */
  /* STYLE */ }
  @media (max-width: 479px) {
    button.btn,
    a.btn, .btn {
      width: 100%; } }
  @media (min-width: 480px) and (max-width: 767px) {
    button.btn,
    a.btn, .btn {
      width: 100%; } }
  button.btn:hover, button.btn:focus,
  a.btn:hover,
  a.btn:focus, .btn:hover, .btn:focus {
    text-decoration: none;
    cursor: pointer; }
  button.btn:visited,
  a.btn:visited, .btn:visited {
    color: #FFF; }
  button.btn i.xl,
  a.btn i.xl, .btn i.xl {
    font-size: 24px;
    vertical-align: middle; }
  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: #43210c; }
    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: #5f3e1b;
    border-color: #5f3e1b; }
    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: #23170a;
      border-color: #23170a; }
    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: #372410;
      border-color: #372410; }
  button.btn.btn-secondary,
  a.btn.btn-secondary, .btn.btn-secondary {
    background-color: #93b93b;
    border-color: #93b93b; }
    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: #657f29;
      border-color: #657f29; }
    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: #74922f;
      border-color: #74922f; }
  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: #D9D9D9;
    border-color: #D9D9D9;
    color: #43210c; }
    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: #b3b3b3;
      border-color: #b3b3b3; }
    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: silver;
      border-color: silver; }
  button.btn.btn-outline-defaut,
  a.btn.btn-outline-defaut, .btn.btn-outline-defaut {
    background-color: transparent;
    border-color: #F1F1F1;
    color: #43210c; }
    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: #5f3e1b;
    color: #5f3e1b; }
    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: #5f3e1b;
      border-color: #5f3e1b;
      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: #5f3e1b;
      border-color: #5f3e1b;
      color: #FFF; }
  button.btn.btn-outline-secondary,
  a.btn.btn-outline-secondary, .btn.btn-outline-secondary {
    background-color: transparent;
    border-color: #93b93b;
    color: #93b93b; }
    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: #93b93b;
      border-color: #93b93b;
      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: #93b93b;
      border-color: #93b93b;
      color: #FFF; }
  button.btn.btn-outline-white,
  a.btn.btn-outline-white, .btn.btn-outline-white {
    background-color: transparent;
    border-color: #FFF;
    color: #FFF; }
    button.btn.btn-outline-white:hover, button.btn.btn-outline-white:active, button.btn.btn-outline-white:focus,
    a.btn.btn-outline-white:hover,
    a.btn.btn-outline-white:active,
    a.btn.btn-outline-white:focus, .btn.btn-outline-white:hover, .btn.btn-outline-white:active, .btn.btn-outline-white:focus {
      background-color: #FFF;
      border-color: #FFF;
      color: #5f3e1b; }
    button.btn.btn-outline-white:not([disabled]):not(.disabled):active, button.btn.btn-outline-white:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-outline-white.dropdown-toggle,
    a.btn.btn-outline-white:not([disabled]):not(.disabled):active,
    a.btn.btn-outline-white:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-outline-white.dropdown-toggle, .btn.btn-outline-white:not([disabled]):not(.disabled):active, .btn.btn-outline-white:not([disabled]):not(.disabled).active,
    .show > .btn.btn-outline-white.dropdown-toggle {
      box-shadow: none;
      background-color: #FFF;
      border-color: #FFF;
      color: #5f3e1b; }
  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: #D9D9D9;
    color: #D9D9D9; }
    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: #D9D9D9;
      border-color: #D9D9D9;
      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: #D9D9D9;
      border-color: #D9D9D9;
      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: #5f3e1b; }
    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: #FFF;
      border-color: #FFF;
      color: inherit; }
    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: #FFF;
      border-color: #FFF;
      color: inherit; }
  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: #5f3e1b; }
    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: #372410; }
    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: #372410; }
  button.btn.btn-color-secondary,
  a.btn.btn-color-secondary, .btn.btn-color-secondary {
    color: #93b93b; }
    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: #74922f; }
    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: #74922f; }
  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: #D9D9D9; }
    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: silver; }
    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: silver; }
  button.btn.btn-color-white,
  a.btn.btn-color-white, .btn.btn-color-white {
    color: #FFF; }
    button.btn.btn-color-white:hover, button.btn.btn-color-white:active, button.btn.btn-color-white:focus,
    a.btn.btn-color-white:hover,
    a.btn.btn-color-white:active,
    a.btn.btn-color-white:focus, .btn.btn-color-white:hover, .btn.btn-color-white:active, .btn.btn-color-white:focus {
      color: #e6e6e6; }
    button.btn.btn-color-white:not([disabled]):not(.disabled):active, button.btn.btn-color-white:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-color-white.dropdown-toggle,
    a.btn.btn-color-white:not([disabled]):not(.disabled):active,
    a.btn.btn-color-white:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-color-white.dropdown-toggle, .btn.btn-color-white:not([disabled]):not(.disabled):active, .btn.btn-color-white:not([disabled]):not(.disabled).active,
    .show > .btn.btn-color-white.dropdown-toggle {
      box-shadow: none;
      color: #e6e6e6; }
  button.btn.btnBackWhite,
  a.btn.btnBackWhite, .btn.btnBackWhite {
    background-color: #FFF; }
  button.btn.btnBackWhite75,
  a.btn.btnBackWhite75, .btn.btnBackWhite75 {
    background-color: rgba(255, 255, 255, 0.75); }
  button.btn.btnBackWhite65,
  a.btn.btnBackWhite65, .btn.btnBackWhite65 {
    background-color: rgba(255, 255, 255, 0.65); }
  button.btn.btnRound,
  a.btn.btnRound, .btn.btnRound {
    border-radius: 50px;
    padding: 16px 32px; }
  button.btn.btnFull,
  a.btn.btnFull, .btn.btnFull {
    width: 100%; }
  button.btn.btnLargeBorder,
  a.btn.btnLargeBorder, .btn.btnLargeBorder {
    border: 2px solid; }
  button.btn.btnSmall,
  a.btn.btnSmall, .btn.btnSmall {
    padding: 5px 10px; }
  button.btn.btnMedium,
  a.btn.btnMedium, .btn.btnMedium {
    padding-top: 11px;
    padding-bottom: 11px; }
  button.btn.btnIcon i,
  a.btn.btnIcon i, .btn.btnIcon i {
    font-size: 20px;
    vertical-align: sub; }
  button.btn.btnIconXl i,
  a.btn.btnIconXl i, .btn.btnIconXl i {
    font-size: 30px;
    vertical-align: sub; }
  button.btn.btnIconFlex,
  a.btn.btnIconFlex, .btn.btnIconFlex {
    display: flex;
    align-items: center;
    justify-content: center; }
    button.btn.btnIconFlex i,
    a.btn.btnIconFlex i, .btn.btnIconFlex i {
      font-size: 24px;
      vertical-align: initial; }
  button.btn.btnIconBetween,
  a.btn.btnIconBetween, .btn.btnIconBetween {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    button.btn.btnIconBetween i,
    a.btn.btnIconBetween i, .btn.btnIconBetween i {
      font-size: 18px; }
  button.btn.btnRounded,
  a.btn.btnRounded, .btn.btnRounded {
    border-radius: 48px;
    padding: 16px 32px; }
  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: #5f3e1b; }
    button.btn.btnReset:hover, button.btn.btnReset:focus,
    a.btn.btnReset:hover,
    a.btn.btnReset:focus, .btn.btnReset:hover, .btn.btnReset:focus {
      color: #5f3e1b; }
  button.btn.btnDisabled,
  a.btn.btnDisabled, .btn.btnDisabled {
    opacity: 0.65;
    color: #D9D9D9;
    cursor: no-drop; }
  button.btn.btnLargeNeovarim,
  a.btn.btnLargeNeovarim, .btn.btnLargeNeovarim {
    padding: 12px 32px 8px;
    line-height: 1.2; }

/* BTN A BTN-PRIMARY  */
.tag {
  font-family: "Neo Sans Weleda", sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #FFF;
  text-shadow: inherit;
  border: 1px solid;
  border-radius: 0;
  height: 32px;
  padding: 0 32px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 32px;
  /*
    margin-right: $multi-050;
    &:last-child {
        margin-right: 0;
    } 
*/
  /* COLOR */ }
  .tag.tag-primary {
    background-color: #5f3e1b;
    border-color: #5f3e1b; }
  .tag.tag-secondary {
    background-color: #93b93b;
    border-color: #93b93b; }
  .tag.tag-tertiary {
    background-color: #309149;
    border-color: #309149; }
  .tag.min-width {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    min-width: 280px; }
    @media (max-width: 479px) {
      .tag.min-width {
        min-width: 220px;
        width: 100%;
        font-size: 80%; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .tag.min-width {
        min-width: 220px;
        width: 100%;
        font-size: 80%; } }

/* ROW-PADDING-8
========================================================= */
.row-padding-8.row {
  margin-right: -8px;
  margin-left: -8px; }
  @media (max-width: 479px) {
    .row-padding-8.row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .row-padding-8.row {
      margin-right: -15px;
      margin-left: -15px; } }
  .row-padding-8.row > [class*="col"] {
    padding: 0 8px; }
    @media (max-width: 479px) {
      .row-padding-8.row > [class*="col"] {
        padding: 0 15px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .row-padding-8.row > [class*="col"] {
        padding: 0 15px; } }

.plus-to-minus {
  position: absolute;
  top: 24px;
  right: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: transform ease-in-out 200ms; }
  .plus-to-minus:before, .plus-to-minus:after {
    content: '';
    position: absolute;
    background-color: #5f3e1b; }
  .plus-to-minus:before {
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 24px; }
  .plus-to-minus:after {
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 24px;
    transition: transform ease-in-out 200ms; }

/* IMAGE UNIFORME
========================================================= */
.imgContent, .videoContent {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  display: flex;
  /* HAUTEUR DU MODULE MEDIA SMALL / MEDIUM / TALL */ }
  .imgContent.videoContent, .videoContent.videoContent {
    display: flex;
    align-items: center; }
  .imgContent.height-small, .videoContent.height-small {
    height: 320px; }
    @media (max-width: 479px) {
      .imgContent.height-small, .videoContent.height-small {
        height: 160px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .imgContent.height-small, .videoContent.height-small {
        height: 160px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .imgContent.height-small, .videoContent.height-small {
        height: 240px; } }
    .imgContent.height-small.imgHalf, .videoContent.height-small.imgHalf {
      height: calc((320px - 16px) / 2); }
      @media (max-width: 479px) {
        .imgContent.height-small.imgHalf, .videoContent.height-small.imgHalf {
          height: 160px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .imgContent.height-small.imgHalf, .videoContent.height-small.imgHalf {
          height: 160px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .imgContent.height-small.imgHalf, .videoContent.height-small.imgHalf {
          height: 240px; } }
  .imgContent.height-medium, .videoContent.height-medium {
    height: 400px; }
    @media (max-width: 479px) {
      .imgContent.height-medium, .videoContent.height-medium {
        height: 240px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .imgContent.height-medium, .videoContent.height-medium {
        height: 240px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .imgContent.height-medium, .videoContent.height-medium {
        height: 320px; } }
    .imgContent.height-medium.imgHalf, .videoContent.height-medium.imgHalf {
      height: calc((400px - 16px) / 2); }
      @media (max-width: 479px) {
        .imgContent.height-medium.imgHalf, .videoContent.height-medium.imgHalf {
          height: 240px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .imgContent.height-medium.imgHalf, .videoContent.height-medium.imgHalf {
          height: 240px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .imgContent.height-medium.imgHalf, .videoContent.height-medium.imgHalf {
          height: 320px; } }
  .imgContent.height-tall, .videoContent.height-tall {
    height: 480px; }
    @media (max-width: 479px) {
      .imgContent.height-tall, .videoContent.height-tall {
        height: 320px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .imgContent.height-tall, .videoContent.height-tall {
        height: 320px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .imgContent.height-tall, .videoContent.height-tall {
        height: 400px; } }
    .imgContent.height-tall.imgHalf, .videoContent.height-tall.imgHalf {
      height: calc((480px - 16px) / 2); }
      @media (max-width: 479px) {
        .imgContent.height-tall.imgHalf, .videoContent.height-tall.imgHalf {
          height: 320px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .imgContent.height-tall.imgHalf, .videoContent.height-tall.imgHalf {
          height: 320px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .imgContent.height-tall.imgHalf, .videoContent.height-tall.imgHalf {
          height: 400px; } }
  .imgContent.height-nano, .videoContent.height-nano {
    height: 64px; }
  .imgContent.height-micro, .videoContent.height-micro {
    height: 80px; }
  .imgContent.height-xxs, .videoContent.height-xxs {
    height: 120px; }
  .imgContent.height-xs, .videoContent.height-xs {
    height: 160px; }
  .imgContent.height-sm, .videoContent.height-sm {
    height: 240px; }
  .imgContent.height-md, .videoContent.height-md {
    height: 320px; }
  .imgContent.height-lg, .videoContent.height-lg {
    height: 400px; }
  .imgContent.height-xl, .videoContent.height-xl {
    height: 480px; }
  .imgContent.height-xxl, .videoContent.height-xxl {
    height: 560px; }
  .imgContent.height-max, .videoContent.height-max {
    height: 640px; }
  .imgContent.height-full, .videoContent.height-full {
    height: 100%; }
    @media (max-width: 479px) {
      .imgContent.height-full, .videoContent.height-full {
        height: 320px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .imgContent.height-full, .videoContent.height-full {
        height: 320px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .imgContent.height-full, .videoContent.height-full {
        height: 400px; } }
  .imgContent.imgBorder, .videoContent.imgBorder {
    border-radius: 8px;
    overflow: hidden; }
    .imgContent.imgBorder span.img-shadow, .videoContent.imgBorder span.img-shadow {
      border-radius: 8px; }
      .imgContent.imgBorder span.img-shadow:before, .videoContent.imgBorder span.img-shadow:before {
        border-radius: 8px; }
      .imgContent.imgBorder span.img-shadow img, .videoContent.imgBorder span.img-shadow img {
        border-radius: 8px; }
  .imgContent.imgShadow, .videoContent.imgShadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }
  .imgContent.imgOverlayDark:after, .videoContent.imgOverlayDark:after {
    content: '';
    background-color: rgba(95, 62, 27, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0; }
  .imgContent.imgProfile, .videoContent.imgProfile {
    height: 240px;
    width: 240px;
    border-radius: 300px;
    overflow: hidden; }
    @media (max-width: 479px) {
      .imgContent.imgProfile, .videoContent.imgProfile {
        height: 160px;
        width: 160px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .imgContent.imgProfile, .videoContent.imgProfile {
        height: 160px;
        width: 160px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .imgContent.imgProfile, .videoContent.imgProfile {
        height: 160px;
        width: 160px; } }
  .imgContent.imgProfile-xs, .videoContent.imgProfile-xs {
    height: 160px;
    width: 160px;
    border-radius: 300px;
    overflow: hidden; }
    @media (max-width: 479px) {
      .imgContent.imgProfile-xs, .videoContent.imgProfile-xs {
        height: 160px;
        width: 160px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .imgContent.imgProfile-xs, .videoContent.imgProfile-xs {
        height: 160px;
        width: 160px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .imgContent.imgProfile-xs, .videoContent.imgProfile-xs {
        height: 160px;
        width: 160px; } }
  .imgContent.imgLogo, .videoContent.imgLogo {
    height: 160px;
    text-align: left;
    width: auto;
    overflow: hidden; }
    .imgContent.imgLogo span.img-shadow img, .videoContent.imgLogo span.img-shadow img {
      width: inherit; }
    @media (max-width: 479px) {
      .imgContent.imgLogo, .videoContent.imgLogo {
        height: 160px;
        width: 160px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .imgContent.imgLogo, .videoContent.imgLogo {
        height: 160px;
        width: 160px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .imgContent.imgLogo, .videoContent.imgLogo {
        height: 160px;
        width: 160px; } }
  .imgContent.imgSticky, .videoContent.imgSticky {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0px;
    top: 88px; }
    @media (max-width: 479px) {
      .imgContent.imgSticky, .videoContent.imgSticky {
        top: inherit !important;
        position: relative; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .imgContent.imgSticky, .videoContent.imgSticky {
        top: inherit !important;
        position: relative; } }
    .imgContent.imgSticky.imgStickyHeaderSubNav, .videoContent.imgSticky.imgStickyHeaderSubNav {
      top: calc(88px + 56px); }
  .imgContent.imgLeft span.img-shadow img, .videoContent.imgLeft span.img-shadow img {
    object-position: 0 50%; }
  .imgContent span.img-shadow:before, .videoContent span.img-shadow:before {
    box-shadow: none; }
  .imgContent span.img-shadow img, .videoContent span.img-shadow img {
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: 50% 50%; }

.imgPuceLeft {
  position: absolute;
  z-index: -1;
  right: -16px;
  top: 50%;
  transform: translateY(-50%) translateX(30%);
  height: 240px; }

/*  SLIDER UNIFORME
========================================================================== */
.imgContentSlider, .imgContentMediaCarrousel {
  overflow: hidden;
  /*  OWL NAVIGATION
        ========================================================================== */ }
  .imgContentSlider .imgContentimgContent .owl-item, .imgContentMediaCarrousel .imgContentimgContent .owl-item {
    width: 100%; }
  .imgContentSlider .owl-nav, .imgContentMediaCarrousel .owl-nav {
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .imgContentSlider .owl-nav .owl-prev, .imgContentSlider .owl-nav .owl-next, .imgContentMediaCarrousel .owl-nav .owl-prev, .imgContentMediaCarrousel .owl-nav .owl-next {
      width: 80px;
      position: absolute;
      height: 480px; }
      @media (max-width: 479px) {
        .imgContentSlider .owl-nav .owl-prev, .imgContentSlider .owl-nav .owl-next, .imgContentMediaCarrousel .owl-nav .owl-prev, .imgContentMediaCarrousel .owl-nav .owl-next {
          height: 400px;
          width: 50px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .imgContentSlider .owl-nav .owl-prev, .imgContentSlider .owl-nav .owl-next, .imgContentMediaCarrousel .owl-nav .owl-prev, .imgContentMediaCarrousel .owl-nav .owl-next {
          height: 400px;
          width: 50px; } }
      .imgContentSlider .owl-nav .owl-prev i, .imgContentSlider .owl-nav .owl-next i, .imgContentMediaCarrousel .owl-nav .owl-prev i, .imgContentMediaCarrousel .owl-nav .owl-next i {
        font-size: 2rem;
        color: #FFF; }
    .imgContentSlider .owl-nav .owl-prev, .imgContentMediaCarrousel .owl-nav .owl-prev {
      left: 0;
      background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
      transition: all .2s ease-in-out; }
      .imgContentSlider .owl-nav .owl-prev:hover, .imgContentSlider .owl-nav .owl-prev:focus, .imgContentMediaCarrousel .owl-nav .owl-prev:hover, .imgContentMediaCarrousel .owl-nav .owl-prev:focus {
        background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%) !important; }
    .imgContentSlider .owl-nav .owl-next, .imgContentMediaCarrousel .owl-nav .owl-next {
      right: 0;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
      transition: all .2s ease-in-out; }
      .imgContentSlider .owl-nav .owl-next:hover, .imgContentSlider .owl-nav .owl-next:focus, .imgContentMediaCarrousel .owl-nav .owl-next:hover, .imgContentMediaCarrousel .owl-nav .owl-next:focus {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%) !important; }
  .imgContentSlider .owl-dots, .imgContentMediaCarrousel .owl-dots {
    position: absolute;
    z-index: 1;
    bottom: 16px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    opacity: 1;
    transition: all .2s ease-in-out; }
    @media (max-width: 479px) {
      .imgContentSlider .owl-dots, .imgContentMediaCarrousel .owl-dots {
        position: relative;
        bottom: inherit;
        margin: 16px;
        margin-top: 32px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .imgContentSlider .owl-dots, .imgContentMediaCarrousel .owl-dots {
        position: relative;
        bottom: inherit;
        margin: 16px;
        margin-top: 32px; } }
    .imgContentSlider .owl-dots:hover, .imgContentSlider .owl-dots:focus, .imgContentMediaCarrousel .owl-dots:hover, .imgContentMediaCarrousel .owl-dots:focus {
      opacity: 1; }
    .imgContentSlider .owl-dots .owl-dot span, .imgContentMediaCarrousel .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 0 7.5px;
      background: transparent;
      border: 1px solid;
      border-radius: 10px;
      border-color: #5f3e1b;
      display: block;
      -webkit-backface-visibility: visible;
      transition: all .2s ease-in-out; }
    .imgContentSlider .owl-dots .owl-dot.active span, .imgContentMediaCarrousel .owl-dots .owl-dot.active span {
      background: #5f3e1b; }
    .imgContentSlider .owl-dots .owl-dot:hover span, .imgContentSlider .owl-dots .owl-dot:focus span, .imgContentMediaCarrousel .owl-dots .owl-dot:hover span, .imgContentMediaCarrousel .owl-dots .owl-dot:focus span {
      background: #5f3e1b; }
  .imgContentSlider.navSize-small .owl-nav .owl-prev, .imgContentSlider.navSize-small .owl-nav .owl-next, .imgContentMediaCarrousel.navSize-small .owl-nav .owl-prev, .imgContentMediaCarrousel.navSize-small .owl-nav .owl-next {
    height: 320px; }
    @media (max-width: 479px) {
      .imgContentSlider.navSize-small .owl-nav .owl-prev, .imgContentSlider.navSize-small .owl-nav .owl-next, .imgContentMediaCarrousel.navSize-small .owl-nav .owl-prev, .imgContentMediaCarrousel.navSize-small .owl-nav .owl-next {
        height: 160px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .imgContentSlider.navSize-small .owl-nav .owl-prev, .imgContentSlider.navSize-small .owl-nav .owl-next, .imgContentMediaCarrousel.navSize-small .owl-nav .owl-prev, .imgContentMediaCarrousel.navSize-small .owl-nav .owl-next {
        height: 160px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .imgContentSlider.navSize-small .owl-nav .owl-prev, .imgContentSlider.navSize-small .owl-nav .owl-next, .imgContentMediaCarrousel.navSize-small .owl-nav .owl-prev, .imgContentMediaCarrousel.navSize-small .owl-nav .owl-next {
        height: 240px; } }
  .imgContentSlider.navSize-medium .owl-nav .owl-prev, .imgContentSlider.navSize-medium .owl-nav .owl-next, .imgContentMediaCarrousel.navSize-medium .owl-nav .owl-prev, .imgContentMediaCarrousel.navSize-medium .owl-nav .owl-next {
    height: 400px; }
    @media (max-width: 479px) {
      .imgContentSlider.navSize-medium .owl-nav .owl-prev, .imgContentSlider.navSize-medium .owl-nav .owl-next, .imgContentMediaCarrousel.navSize-medium .owl-nav .owl-prev, .imgContentMediaCarrousel.navSize-medium .owl-nav .owl-next {
        height: 240px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .imgContentSlider.navSize-medium .owl-nav .owl-prev, .imgContentSlider.navSize-medium .owl-nav .owl-next, .imgContentMediaCarrousel.navSize-medium .owl-nav .owl-prev, .imgContentMediaCarrousel.navSize-medium .owl-nav .owl-next {
        height: 240px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .imgContentSlider.navSize-medium .owl-nav .owl-prev, .imgContentSlider.navSize-medium .owl-nav .owl-next, .imgContentMediaCarrousel.navSize-medium .owl-nav .owl-prev, .imgContentMediaCarrousel.navSize-medium .owl-nav .owl-next {
        height: 320px; } }
  .imgContentSlider.navSize-tall .owl-nav .owl-prev, .imgContentSlider.navSize-tall .owl-nav .owl-next, .imgContentMediaCarrousel.navSize-tall .owl-nav .owl-prev, .imgContentMediaCarrousel.navSize-tall .owl-nav .owl-next {
    height: 480px; }
    @media (max-width: 479px) {
      .imgContentSlider.navSize-tall .owl-nav .owl-prev, .imgContentSlider.navSize-tall .owl-nav .owl-next, .imgContentMediaCarrousel.navSize-tall .owl-nav .owl-prev, .imgContentMediaCarrousel.navSize-tall .owl-nav .owl-next {
        height: 320px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .imgContentSlider.navSize-tall .owl-nav .owl-prev, .imgContentSlider.navSize-tall .owl-nav .owl-next, .imgContentMediaCarrousel.navSize-tall .owl-nav .owl-prev, .imgContentMediaCarrousel.navSize-tall .owl-nav .owl-next {
        height: 320px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .imgContentSlider.navSize-tall .owl-nav .owl-prev, .imgContentSlider.navSize-tall .owl-nav .owl-next, .imgContentMediaCarrousel.navSize-tall .owl-nav .owl-prev, .imgContentMediaCarrousel.navSize-tall .owl-nav .owl-next {
        height: 400px; } }

.iconContent {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center; }
  .iconContent.height-xxs {
    height: 24px; }
  .iconContent.height-xs {
    height: 32px; }
  .iconContent.height-sm {
    height: 40px; }
  .iconContent.height-md {
    height: 48px; }
  .iconContent.height-lg {
    height: 64px; }
  .iconContent.height-xl {
    height: 80px; }
  .iconContent.height-xxl {
    height: 96px; }
  .iconContent img {
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: fill;
    object-position: 50% 50%; }

/*  PAGINATION BOOTSTRAP
========================================================================== */
.pagination.paginationCenter {
  justify-content: center; }

.pagination .page-item .page-link {
  background: transparent;
  border: 0;
  color: rgba(67, 33, 12, 0.5);
  font-size: .875rem;
  padding: 0;
  margin: 0 2px;
  height: 48px;
  width: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1; }
  .pagination .page-item .page-link i {
    font-size: 24px; }
  .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
    background: rgba(67, 33, 12, 0.05);
    color: rgba(67, 33, 12, 0.65);
    text-decoration: none; }

.pagination .page-item.active .page-link {
  color: #43210c;
  font-weight: 700;
  background: rgba(67, 33, 12, 0.1); }

/*  ZOOM LOUPE
========================================================================== */
.zoomLoupe {
  position: relative;
  overflow: hidden;
  display: block; }
  .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: 50%;
    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, .zoomLoupe:focus {
    cursor: pointer; }
    .zoomLoupe:hover:before, .zoomLoupe:focus:before {
      opacity: 1; }
    .zoomLoupe:hover:after, .zoomLoupe:focus:after {
      transform: translateY(-50%);
      opacity: 1; }

/*  ==========================================================================
    COOKIES
    ========================================================================== */
.bandeauCookies {
  position: relative;
  background-color: rgba(95, 62, 27, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 16px 0 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px); }
  @media (max-width: 479px) {
    .bandeauCookies {
      padding-bottom: 16px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .bandeauCookies {
      padding-bottom: 16px; } }
  .bandeauCookies p {
    padding: 0 32px; }
    @media (max-width: 479px) {
      .bandeauCookies p {
        padding: 0; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .bandeauCookies p {
        padding: 0; } }
  .bandeauCookies .btnClose {
    margin: 0;
    border: none;
    background: none;
    color: #FFF;
    transition: all ease-in-out .125s;
    position: absolute;
    right: 32px;
    top: 16px; }
    .bandeauCookies .btnClose:hover, .bandeauCookies .btnClose:active, .bandeauCookies .btnClose:focus {
      color: rgba(0, 0, 0, 0.5); }
    .bandeauCookies .btnClose:not([disabled]):not(.disabled):active, .bandeauCookies .btnClose:not([disabled]):not(.disabled).active,
    .show > .bandeauCookies .btnClose.dropdown-toggle {
      color: rgba(0, 0, 0, 0.5); }
    @media (max-width: 479px) {
      .bandeauCookies .btnClose {
        bottom: inherit;
        top: 32px;
        display: none; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .bandeauCookies .btnClose {
        bottom: inherit;
        top: 32px;
        display: none; } }

/*  ==========================================================================
    FONTS TYPO
    ========================================================================== */
@font-face {
  font-family: 'Neo Sans Weleda';
  src: url("../fonts/NeoSansWeleda-Rg.eot");
  src: url("../fonts/NeoSansWeleda-Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/NeoSansWeleda-Rg.woff2") format("woff2"), url("../fonts/NeoSansWeleda-Rg.woff") format("woff"), url("../fonts/NeoSansWeleda-Rg.ttf") format("truetype"), url("../fonts/NeoSansWeleda-Rg.svg#NeoSansWeleda-Rg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Neo Sans Weleda';
  src: url("../fonts/NeoSansWeleda-Md.eot");
  src: url("../fonts/NeoSansWeleda-Md.eot?#iefix") format("embedded-opentype"), url("../fonts/NeoSansWeleda-Md.woff2") format("woff2"), url("../fonts/NeoSansWeleda-Md.woff") format("woff"), url("../fonts/NeoSansWeleda-Md.ttf") format("truetype"), url("../fonts/NeoSansWeleda-Md.svg#NeoSansWeleda-Md") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Neo Sans Weleda';
  src: url("../fonts/NeoSansWeleda-Bd.eot");
  src: url("../fonts/NeoSansWeleda-Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/NeoSansWeleda-Bd.woff2") format("woff2"), url("../fonts/NeoSansWeleda-Bd.woff") format("woff"), url("../fonts/NeoSansWeleda-Bd.ttf") format("truetype"), url("../fonts/NeoSansWeleda-Bd.svg#NeoSansWeleda-Bd") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/*  ==========================================================================
    FONTS ICONS
    ========================================================================== */
@font-face {
  font-family: 'micasa-icon';
  src: url("../fonts/micasa-icon.eot?qc9bv4");
  src: url("../fonts/micasa-icon.eot?qc9bv4#iefix") format("embedded-opentype"), url("../fonts/micasa-icon.ttf?qc9bv4") format("truetype"), url("../fonts/micasa-icon.woff?qc9bv4") format("woff"), url("../fonts/micasa-icon.svg?qc9bv4#micasa-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*="icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'micasa-icon' !important;
  speak: never;
  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-agenda:before {
  content: "\e900"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-Plan-de-travail-16:before {
  content: "\e910"; }

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

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

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

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

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

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

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

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

/* 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^="iconSite-"], [class*=" iconSite-"] {
  /* 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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'plaquette_fonts';
  src: url("../fonts/plaquette_fonts.eot?pvcsa7");
  src: url("../fonts/plaquette_fonts.eot?pvcsa7#iefix") format("embedded-opentype"), url("../fonts/plaquette_fonts.ttf?pvcsa7") format("truetype"), url("../fonts/plaquette_fonts.woff?pvcsa7") format("woff"), url("../fonts/plaquette_fonts.svg?pvcsa7#plaquette_fonts") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="p-icon-"], [class*="p-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'plaquette_fonts' !important;
  speak: never;
  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; }

.p-icon-couronne:before {
  content: "\f100"; }

.p-icon-car:before {
  content: "\f101"; }

.p-icon-pieton:before {
  content: "\f102"; }

.p-icon-programme:before {
  content: "\f103"; }

.p-icon-rer:before {
  content: "\f104"; }

.p-icon-security:before {
  content: "\f105"; }

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

/*  ==========================================================================
    FORMS
    ========================================================================== */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

/* FORM-GROUP
------------------------------ */
.form-group, .form-row {
  margin-right: -8px;
  margin-left: -8px;
  margin-right: 0;
  margin-left: 0; }
  .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; } }
    .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 (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; } }
    .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 (max-width: 479px) {
      .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 16px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .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 16px; } }
  @media (max-width: 479px) {
    .form-group > .col-4:first-child, .form-row > .col-4:first-child {
      padding: 0 8px 0 16px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .form-group > .col-4:first-child, .form-row > .col-4:first-child {
      padding: 0 8px 0 16px; } }
  @media (max-width: 479px) {
    .form-group > .col-4:last-child, .form-row > .col-4:last-child {
      padding: 0 16px 0 8px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .form-group > .col-4:last-child, .form-row > .col-4:last-child {
      padding: 0 16px 0 8px; } }
  @media (max-width: 479px) {
    .form-group > .col-4, .form-row > .col-4 {
      padding: 0 8px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .form-group > .col-4, .form-row > .col-4 {
      padding: 0 8px; } }
  .form-group > .col-8, .form-group > .col-lg-8, .form-group > .col-md-8, .form-row > .col-8, .form-row > .col-lg-8, .form-row > .col-md-8 {
    padding: 0 8px;
    margin-bottom: 16px; }
    .form-group > .col-8:first-child, .form-group > .col-lg-8:first-child, .form-group > .col-md-8:first-child, .form-row > .col-8:first-child, .form-row > .col-lg-8:first-child, .form-row > .col-md-8:first-child {
      padding: 0 8px 0 16px; }
      @media (max-width: 479px) {
        .form-group > .col-8:first-child, .form-group > .col-lg-8:first-child, .form-group > .col-md-8:first-child, .form-row > .col-8:first-child, .form-row > .col-lg-8:first-child, .form-row > .col-md-8:first-child {
          padding: 0 16px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .form-group > .col-8:first-child, .form-group > .col-lg-8:first-child, .form-group > .col-md-8:first-child, .form-row > .col-8:first-child, .form-row > .col-lg-8:first-child, .form-row > .col-md-8:first-child {
          padding: 0 16px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .form-group > .col-8:first-child, .form-group > .col-lg-8:first-child, .form-group > .col-md-8:first-child, .form-row > .col-8:first-child, .form-row > .col-lg-8:first-child, .form-row > .col-md-8:first-child {
          padding: 0 16px; } }
    .form-group > .col-8:last-child, .form-group > .col-lg-8:last-child, .form-group > .col-md-8:last-child, .form-row > .col-8:last-child, .form-row > .col-lg-8:last-child, .form-row > .col-md-8:last-child {
      padding: 0 16px 0 8px; }
      @media (max-width: 479px) {
        .form-group > .col-8:last-child, .form-group > .col-lg-8:last-child, .form-group > .col-md-8:last-child, .form-row > .col-8:last-child, .form-row > .col-lg-8:last-child, .form-row > .col-md-8:last-child {
          padding: 0 16px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .form-group > .col-8:last-child, .form-group > .col-lg-8:last-child, .form-group > .col-md-8:last-child, .form-row > .col-8:last-child, .form-row > .col-lg-8:last-child, .form-row > .col-md-8:last-child {
          padding: 0 16px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .form-group > .col-8:last-child, .form-group > .col-lg-8:last-child, .form-group > .col-md-8:last-child, .form-row > .col-8:last-child, .form-row > .col-lg-8:last-child, .form-row > .col-md-8:last-child {
          padding: 0 16px; } }

/* FORM-GROUP
------------------------------ */
.formContent .form-group, .formContent .form-row {
  margin-right: -16px;
  margin-left: -16px; }

.input-group-text {
  background: transparent; }

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

/* FORM-CONTROL
------------------------------ */
.form-control {
  min-height: 48px;
  border-color: #D9D9D9;
  border-radius: 8px;
  font-family: "Neo Sans Weleda", sans-serif;
  font-size: .875rem;
  font-weight: 300;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #43210c;
  text-shadow: inherit; }
  .form-control::placeholder {
    font-family: "Neo Sans Weleda", sans-serif;
    font-weight: 300;
    text-transform: inherit;
    font-style: inherit;
    text-decoration: inherit;
    color: #e4996a;
    text-shadow: inherit; }
  .form-control.placeholderRight::placeholder {
    text-align: right; }
  .form-control:focus {
    box-shadow: none;
    border-color: #b3b3b3;
    color: #43210c; }
  .form-control.placeholderDefault::placeholder {
    text-transform: none; }

textarea.form-control {
  min-height: 132px;
  padding: 16px;
  border-radius: 8px;
  font-family: "Neo Sans Weleda", sans-serif;
  font-size: .875rem;
  font-weight: 300;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #43210c;
  text-shadow: inherit; }

select.form-control {
  height: 48px;
  border-color: #D9D9D9;
  padding: 10px 5px;
  border-radius: 8px;
  font-family: "Neo Sans Weleda", sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #43210c;
  text-shadow: inherit; }

/* LABEL
------------------------------ */
/* SELECT
------------------------------ */
.select2-container {
  width: 100% !important;
  /*
    border-color: $border-form;
    border-radius: $border-radius-form;

    font-family: $fontTxt;
    font-size: $sizeTxt;
    font-weight: $weightTxt;

    text-transform: $transformTxt;
    font-style: $styleTxt;
    text-decoration: $decorationTxt;
    color: $colorTxt;
    text-shadow: $shadowTxt;
    */
  /* single */ }
  .select2-container .select2-selection--single {
    padding: 0;
    display: flex;
    align-items: center;
    height: 48px;
    border-color: #D9D9D9;
    border-radius: 8px;
    font-size: .875rem; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      font-family: "Neo Sans Weleda", sans-serif;
      font-size: 1.125em;
      font-weight: 300;
      text-transform: inherit;
      font-style: inherit;
      text-decoration: inherit;
      color: #43210c;
      text-shadow: inherit;
      font-size: .875rem; }
  .select2-container .select2-results__option {
    font-weight: 300;
    padding: 12px 8px;
    font-size: .875rem; }
  .select2-container .select2-selection--single .select2-selection__arrow,
  .select2-container .select2-selection--multiple .select2-selection__arrow {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    left: auto;
    background: transparent;
    border-left: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 30px; }
    .select2-container .select2-selection--single .select2-selection__arrow b,
    .select2-container .select2-selection--multiple .select2-selection__arrow b {
      border-color: transparent;
      border-style: solid;
      border-width: 0;
      height: 0;
      left: 0;
      margin-left: 0;
      margin-top: 0;
      position: absolute;
      top: 0;
      width: 0;
      /* Ancre sur le fichier useFontsCode.sass
            &:after {
                content: "\e927";
                font-family: 'nbs_font' !important;
            }
            */ }
  .select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #93b93b; }
  .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b,
  .select2-container.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
    border-color: transparent;
    border-width: 0;
    /* Ancre sur le fichier useFontsCode.sass
                &:after {
                    content: "\e99a";
                    font-family: 'nbs_font' !important;
                }
                */ }
  .select2-container .select2-dropdown {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35); }

/* 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; }

.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 #D9D9D9; }

.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: #5f3e1b; }

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

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

.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 #D9D9D9; }

.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: #5f3e1b; }

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

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

.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; }
  .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;
      position: relative;
      box-shadow: inset 0 0 0px 1px rgba(217, 217, 217, 0.35);
      border-radius: 60px;
      margin: 0;
      cursor: pointer;
      background: rgba(217, 217, 217, 0.25);
      /* 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 #D9D9D9;
      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(217, 217, 217, 0.35);
      border-radius: 60px;
      margin: 0;
      cursor: pointer;
      background: rgba(217, 217, 217, 0.25);
      /* White toggle */ }
      .toggle input + label:before {
        content: "";
        position: absolute;
        display: block;
        height: 30px;
        width: 30px;
        top: 0;
        left: 0;
        border-radius: 15px;
        background: #FFF;
        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 #D9D9D9;
      transition: box-shadow 2.5s cubic-bezier(0, 1.2, 0.94, 0.95); }
  .toggle span {
    font-size: 0.813rem;
    font-weight: 500;
    padding-left: 8px; }
  .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: #5f3e1b; }
  .toggle.toggle-secondary input:checked + label:before {
    background: #93b93b; }
  .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: #D9D9D9;
  border-radius: 8px;
  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: #5f3e1b; }
  .checkboxImg input[type=checkbox]:checked + label i, .checkboxImg input[type=radio]:checked + label i {
    color: #5f3e1b; }

.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: 8px;
  border: 1px solid;
  border-color: #D9D9D9;
  color: #43210c;
  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] + label p, .checkboxImgFull input[type=radio] + label p {
    font-size: .813rem; }

.checkboxImgFull input[type=checkbox]:checked + label, .checkboxImgFull input[type=radio]:checked + label {
  border-color: #93b93b;
  color: #93b93b; }
  .checkboxImgFull input[type=checkbox]:checked + label i, .checkboxImgFull input[type=radio]:checked + label i {
    color: #93b93b; }

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

.checkboxImgLogin input[type=checkbox] + label, .checkboxImgLogin input[type=radio] + label {
  font-weight: 400;
  width: 100%;
  display: inline-block;
  padding: 16px 4px;
  letter-spacing: -.5px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid;
  border-color: #D9D9D9;
  color: rgba(67, 33, 12, 0.65);
  background: #FFF;
  margin-bottom: 0; }
  .checkboxImgLogin input[type=checkbox] + label:hover, .checkboxImgLogin input[type=checkbox] + label:focus, .checkboxImgLogin input[type=radio] + label:hover, .checkboxImgLogin input[type=radio] + label:focus {
    cursor: pointer; }
  .checkboxImgLogin input[type=checkbox] + label i, .checkboxImgLogin input[type=radio] + label i {
    font-size: 26px;
    display: block;
    margin-bottom: 16px; }
  .checkboxImgLogin input[type=checkbox] + label p, .checkboxImgLogin input[type=radio] + label p {
    font-size: .813rem; }

.checkboxImgLogin input[type=checkbox]:checked + label, .checkboxImgLogin input[type=radio]:checked + label {
  border-color: rgba(67, 33, 12, 0.75);
  color: #43210c; }
  .checkboxImgLogin input[type=checkbox]:checked + label i, .checkboxImgLogin input[type=radio]:checked + label i {
    color: #43210c; }

/* 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: #93b93b; }

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

/* INPUT TYPE FILE */
.input-file input[type="file"] {
  display: none; }

/*  ==========================================================================
    MODAL
    ========================================================================== */
.modal-backdrop {
  background-color: #000; }
  .modal-backdrop.show {
    opacity: .8; }

.modal-content {
  border: none; }

.modal-header {
  padding: 0;
  position: relative; }
  .modal-header .close {
    margin: 0;
    color: #FFF;
    text-shadow: none;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000; }
  .modal-header .imgModal {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px); }
    .modal-header .imgModal img {
      z-index: 1;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover;
      object-position: 50% 50%; }
    .modal-header .imgModal i {
      position: absolute;
      left: 16px;
      bottom: 0;
      height: 48px;
      width: 48px;
      line-height: 48px;
      font-size: 24px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      color: #FFF;
      background-color: #93b93b;
      text-align: center;
      margin: auto; }

/*  ==========================================================================
    TITLE
    ========================================================================== */
.titleH1, .titleH2, .titleH3, .titleH4, .titleH5, .titleH6 {
  font-family: "Amatic SC", cursive;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 1;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #43210c;
  text-shadow: inherit; }
  @media (max-width: 479px) {
    .titleH1, .titleH2, .titleH3, .titleH4, .titleH5, .titleH6 {
      font-size: 2.75em;
      /*
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        */ } }
  @media (min-width: 480px) and (max-width: 767px) {
    .titleH1, .titleH2, .titleH3, .titleH4, .titleH5, .titleH6 {
      font-size: 2.75em;
      /*
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        */ } }
  @media (min-width: 768px) and (max-width: 991px) {
    .titleH1, .titleH2, .titleH3, .titleH4, .titleH5, .titleH6 {
      font-size: 2.75em;
      /*
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        */ } }

.subTitleH1, .subTitleH2, .subTitleH3, .subTitleH4, .subTitleH5 {
  font-family: "Gotham", sans-serif;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.5;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #43210c;
  text-shadow: inherit; }
  @media (max-width: 479px) {
    .subTitleH1, .subTitleH2, .subTitleH3, .subTitleH4, .subTitleH5 {
      font-size: 1.5em;
      /*
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        */ } }
  @media (min-width: 480px) and (max-width: 767px) {
    .subTitleH1, .subTitleH2, .subTitleH3, .subTitleH4, .subTitleH5 {
      font-size: 1.5em;
      /*
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        */ } }
  @media (min-width: 768px) and (max-width: 991px) {
    .subTitleH1, .subTitleH2, .subTitleH3, .subTitleH4, .subTitleH5 {
      font-size: 1.5em;
      /*
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        */ } }

.titleH2 {
  font-size: 2.75em;
  line-height: 1; }
  @media (max-width: 479px) {
    .titleH2 {
      font-size: 2.125em; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .titleH2 {
      font-size: 2.125em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .titleH2 {
      font-size: 2.125em; } }

.subTitleH2 {
  font-size: 1.5em; }
  @media (max-width: 479px) {
    .subTitleH2 {
      font-size: 1.125em; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .subTitleH2 {
      font-size: 1.125em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .subTitleH2 {
      font-size: 1.125em; } }

.titleH3 {
  font-size: 2.125em; }
  @media (max-width: 479px) {
    .titleH3 {
      font-size: 1.75em; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .titleH3 {
      font-size: 1.75em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .titleH3 {
      font-size: 1.75em; } }

.subTitleH3 {
  font-size: 1.25em; }
  @media (max-width: 479px) {
    .subTitleH3 {
      font-size: 1.125em; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .subTitleH3 {
      font-size: 1.125em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .subTitleH3 {
      font-size: 1.125em; } }

.titleH4 {
  font-size: 1.75em; }
  @media (max-width: 479px) {
    .titleH4 {
      font-size: 1.125em; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .titleH4 {
      font-size: 1.125em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .titleH4 {
      font-size: 1.125em; } }

.subTitleH4 {
  font-size: 1.125em; }
  @media (max-width: 479px) {
    .subTitleH4 {
      font-size: 1em; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .subTitleH4 {
      font-size: 1em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .subTitleH4 {
      font-size: 1em; } }

.titleH5 {
  font-size: 1.125em; }
  @media (max-width: 479px) {
    .titleH5 {
      font-size: 1.125em; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .titleH5 {
      font-size: 1.125em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .titleH5 {
      font-size: 1.125em; } }

.subTitleH5 {
  font-size: 1em; }
  @media (max-width: 479px) {
    .subTitleH5 {
      font-size: 1em; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .subTitleH5 {
      font-size: 1em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .subTitleH5 {
      font-size: 1em; } }

.blocTxt {
  font-family: "Neo Sans Weleda", sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.75;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #43210c;
  text-shadow: inherit; }

/* IMPORT Modules */
/*  ==========================================================================
    MODULE SLIDER
    ========================================================================== */
/*  ==========================================================================
    BANDEAUX DIVIDER
    ========================================================================== */
/* IMPORT Layout */
/*  ==========================================================================
    FOOTER
    ========================================================================== */
footer {
  color: #FFF; }
  footer .footerTop {
    padding: 16px 0;
    text-align: center; }
  footer .navFooter {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
    text-align: center;
    margin-top: 16px; }
  footer .navLogoFooter {
    display: flex;
    align-items: center;
    justify-content: center; }
    footer .navLogoFooter .navLogoFooterItem {
      position: relative;
      overflow: hidden;
      flex: 0 0 auto;
      width: 115px;
      margin: 0 16px;
      line-height: 70px;
      text-align: center; }
      @media (max-width: 479px) {
        footer .navLogoFooter .navLogoFooterItem {
          width: 90px;
          margin: auto;
          margin: auto; } }
      @media (min-width: 480px) and (max-width: 767px) {
        footer .navLogoFooter .navLogoFooterItem {
          width: 90px;
          margin: auto; } }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .navLogoFooter .navLogoFooterItem {
          width: 90px;
          margin: auto; } }
      footer .navLogoFooter .navLogoFooterItem .img-shadow:before {
        box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
        -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0); }
      footer .navLogoFooter .navLogoFooterItem img {
        z-index: 10;
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: auto;
        vertical-align: middle;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 3px; }
  footer .btnGroupRS {
    margin-bottom: 16px; }
    footer .btnGroupRS a {
      display: inline-block;
      color: #FFF;
      font-size: 20px;
      opacity: .75; }
      footer .btnGroupRS a:hover, footer .btnGroupRS a:focus {
        text-decoration: none;
        opacity: .35; }
  footer .footerBottom {
    background: rgba(0, 0, 0, 0.75);
    padding: 16px 0;
    font-size: .813rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.85); }
    footer .footerBottom a {
      color: rgba(255, 255, 255, 0.75); }
      footer .footerBottom a:hover, footer .footerBottom a:focus {
        text-decoration: none;
        color: #FFF; }
    footer .footerBottom span {
      position: relative;
      margin-right: 10px; }
      footer .footerBottom span img {
        height: 16px;
        opacity: .65;
        position: absolute;
        top: -10px;
        right: -7px; }
    @media (max-width: 479px) {
      footer .footerBottom {
        padding-bottom: 80px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      footer .footerBottom {
        padding-bottom: 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .footerBottom {
        padding-bottom: 80px; } }
  footer .footerMentions {
    background: #282b2e;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px 0;
    font-size: .875rem;
    text-align: left;
    color: rgba(255, 255, 255, 0.5); }
    footer .footerMentions a {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: underline; }
      footer .footerMentions a:hover, footer .footerMentions a:focus {
        color: #93b93b; }
    footer .footerMentions span {
      position: relative;
      margin-right: 10px; }
      footer .footerMentions span img {
        height: 16px;
        opacity: .65;
        position: absolute;
        top: -10px;
        right: -7px; }
    @media (max-width: 479px) {
      footer .footerMentions {
        padding-bottom: 80px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      footer .footerMentions {
        padding-bottom: 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .footerMentions {
        padding-bottom: 80px; } }

/*  ==========================================================================
    GABARITS
    ========================================================================== */
/*  ==========================================================================
    HEADER
    ========================================================================== */
header {
  display: flex;
  z-index: 10;
  position: fixed;
  width: 100%;
  transition: all .25s ease-in-out; }
  header.headerFixed button.hamburgerNav {
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(5px); }
    header.headerFixed button.hamburgerNav #navIcon span {
      background: #5f3e1b; }
  header.headerFixed .navLogo {
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(5px); }
    header.headerFixed .navLogo img.logoWhite {
      display: none; }
    header.headerFixed .navLogo img.logoBlack {
      display: initial; }
  header.headerFixed .emptyAlign {
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(5px); }

.emptyAlign {
  height: 88px;
  width: 88px;
  background-color: transparent;
  flex: none;
  transition: all .25s ease-in-out; }
  @media (max-width: 479px) {
    .emptyAlign {
      width: 62px; } }

.navLogo {
  height: 88px;
  min-width: 88px;
  width: 100%;
  line-height: 20px;
  margin: 0;
  padding: 0;
  margin-left: 1px;
  padding: 8px 0;
  transition: all .25s ease-in-out; }
  .navLogo img {
    opacity: 1;
    z-index: 10;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: fill; }
    .navLogo img.logoWhite {
      display: initial; }
    .navLogo img.logoBlack {
      display: none; }

/* BANDEAU MENU LEFT RESPONSIVE
    -------------------------------------------------------------- */
.navResponsive {
  width: 100%;
  opacity: 0;
  height: 0;
  z-index: 9;
  padding-top: 88px;
  top: 0;
  position: fixed;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1; }
  .navResponsive .navMenu-responsive ul li a {
    padding: 32px;
    display: block;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.125rem;
    position: relative;
    font-weight: 300; }
    .navResponsive .navMenu-responsive ul li a i {
      position: absolute;
      right: 20px;
      top: 20px;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .navResponsive .navMenu-responsive ul li a.link {
      text-transform: uppercase; }
    .navResponsive .navMenu-responsive ul li a:hover, .navResponsive .navMenu-responsive ul li a:focus {
      text-decoration: none; }
    .navResponsive .navMenu-responsive ul li a.collapsed i {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
  .navResponsive .navMenu-responsive ul li ul li:last-child {
    border-bottom: 0; }

.headerContent {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 2;
  padding-right: 16px; }
  .headerContent p {
    color: #FFF;
    font-family: "Amatic SC", cursive;
    font-size: 1.25rem;
    line-height: 1.25;
    text-align: right;
    margin-right: 16px; }
    @media (max-width: 479px) {
      .headerContent p {
        font-size: 1rem; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .headerContent p {
        font-size: 1rem; } }

/* HEADER OPEN RESPONSIVE
    -------------------------------------------------------------- */
header.open .startHidden, header.headerOpen .startHidden {
  opacity: 1; }

header.open.fixed .logo .fixed, header.headerOpen.fixed .logo .fixed {
  display: none !important; }

header.open.fixed .logo .scroll, header.headerOpen.fixed .logo .scroll {
  display: block !important; }

header.open button.hamburgerNav:hover, header.open button.hamburgerNav:focus, header.open button.hamburgerNav:active, header.open button.hamburgerNav:active:focus, header.headerOpen button.hamburgerNav:hover, header.headerOpen button.hamburgerNav:focus, header.headerOpen button.hamburgerNav:active, header.headerOpen button.hamburgerNav:active:focus {
  background: rgba(0, 0, 0, 0.25);
  color: #FFF;
  box-shadow: none; }
  header.open button.hamburgerNav:hover #navIcon span, header.open button.hamburgerNav:focus #navIcon span, header.open button.hamburgerNav:active #navIcon span, header.open button.hamburgerNav:active:focus #navIcon span, header.headerOpen button.hamburgerNav:hover #navIcon span, header.headerOpen button.hamburgerNav:focus #navIcon span, header.headerOpen button.hamburgerNav:active #navIcon span, header.headerOpen button.hamburgerNav:active:focus #navIcon span {
    background: #FFF; }

header.open .navResponsive, header.headerOpen .navResponsive {
  background: #5f3e1b;
  background: -moz-linear-gradient(-45deg, rgba(95, 62, 27, 0.95) 0%, rgba(48, 145, 73, 0.95) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(95, 62, 27, 0.95) 0%, rgba(48, 145, 73, 0.95) 100%);
  background: linear-gradient(to -45deg, rgba(95, 62, 27, 0.95) 0%, rgba(48, 145, 73, 0.95) 100%);
  backdrop-filter: blur(5px);
  opacity: 1;
  height: 100vh;
  z-index: 9; }

/*  ==========================================================================
    NAVIGATION
    ========================================================================== */
nav.headerNav {
  text-align: center; }
  nav.headerNav ul {
    display: flex; }
    nav.headerNav ul li {
      position: relative;
      text-align: center;
      display: flex;
      align-items: center;
      padding: 0 16px;
      height: 88px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        nav.headerNav ul li {
          padding: 0 8px; } }
      nav.headerNav ul li:hover:after, nav.headerNav ul li:focus:after {
        content: '';
        position: absolute;
        height: 5px;
        margin: auto;
        width: calc(100% - 20px);
        top: 0;
        left: 0;
        right: 0;
        background-color: #93b93b; }
      nav.headerNav ul li:hover.navFocus a, nav.headerNav ul li:focus.navFocus a {
        background-color: transparent;
        background-color: #84a635; }
      nav.headerNav ul li.navFocus:after {
        content: none; }
      nav.headerNav ul li.navFocus a {
        padding: 8px 16px;
        border-radius: 32px;
        background-color: #93b93b; }
      nav.headerNav ul li.active:after {
        content: '';
        position: absolute;
        height: 5px;
        margin: auto;
        width: calc(100% - 20px);
        top: 0;
        left: 0;
        right: 0;
        background-color: #93b93b; }
      nav.headerNav ul li.active a {
        font-weight: 500;
        color: #FFF; }
      nav.headerNav ul li a {
        position: relative;
        font-family: "Amatic SC", cursive;
        font-size: 1em;
        font-weight: 500;
        text-transform: inherit;
        font-style: inherit;
        text-decoration: inherit;
        color: #FFF;
        text-shadow: inherit;
        line-height: 1;
        padding: 16px 0;
        transition: background ease-in-out .125s; }
        nav.headerNav ul li a:hover {
          font-weight: 500;
          color: #FFF; }
        nav.headerNav ul li a:focus {
          font-weight: 500;
          color: #FFF; }

/* RESPONSIVE NAVIGATION CONTENT */
.responsiveNav ul li {
  padding: 0;
  display: block;
  text-align: center;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.25); }
  .responsiveNav ul li:last-child  {
    border-bottom: 0; }
  .responsiveNav ul li a {
    position: relative;
    display: inline-block;
    padding: 16px;
    width: 100%;
    font-family: "Amatic SC", cursive;
    font-size: 1em;
    font-weight: 500;
    text-transform: inherit;
    font-style: inherit;
    text-decoration: inherit;
    color: #FFF;
    text-shadow: inherit;
    transition: all .2s ease-in-out; }
    .responsiveNav ul li a i  {
      float: right;
      line-height: 19px;
      font-size: 12px; }
  .responsiveNav ul li:hover, .responsiveNav ul li:focus {
    background: #7c9c32; }
    .responsiveNav ul li:hover a, .responsiveNav ul li:focus a {
      font-weight: 500;
      color: #FFF; }
  .responsiveNav ul li.active {
    background: #FFF; }
    .responsiveNav ul li.active a {
      font-weight: 500;
      color: #93b93b; }

/* RESPONSIVE ANIMATION MENU NAV */
.responsiveNav {
  opacity: 0;
  margin-top: -200vh;
  transition: opacity 0.1s ease-in-out;
  height: calc(100vh - 80px);
  overflow: auto;
  width: calc(100% - 48px);
  position: absolute;
  right: 0; }

@media (max-width: 479px) {
  header.headerFixed .responsiveNav {
    width: 100%; } }

@media (min-width: 480px) and (max-width: 767px) {
  header.headerFixed .responsiveNav {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  header.headerFixed .responsiveNav {
    width: 100%; } }

header.headerOpen .responsiveNav {
  opacity: 1;
  margin-top: 0;
  transition: opacity 0.2s ease-in-out 0.1s;
  background-color: #93b93b; }

.navReponsiveOpen {
  /*
    .overlayNav {
        opacity: 1;
        z-index: 9;
    }
    */ }

.overlayNav {
  position: fixed;
  z-index: -10;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(2px);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.125s ease-in-out; }

/* BTN MENU NAVIGATION RESPONSIVE */
button.hamburgerNav {
  padding: 32px 29px;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 10;
  background: transparent;
  transition: all .25s ease-in-out; }
  @media (max-width: 325px) {
    button.hamburgerNav {
      padding: 32px 16px; } }
  button.hamburgerNav span.label {
    text-transform: uppercase;
    font-size: 0.725rem;
    font-weight: 700;
    padding-right: 7px;
    transition: all .25s; }
  button.hamburgerNav #navIcon {
    float: left;
    width: 30px;
    height: 24px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer; }
    button.hamburgerNav #navIcon span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      border-radius: 0;
      opacity: 1;
      right: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: -webkit-transform .25s, width .25s, left .25s, top .25s;
      -moz-transition: -moz-transform .25s, width .25s, left .25s, top .25s;
      -o-transition: -o-transform .25s, width .25s, left .25s, top .25s;
      transition: transform .25s, width .25s, left .25s, top .25s;
      background: #FFF; }
      button.hamburgerNav #navIcon span:nth-child(1) {
        top: 0px; }
      button.hamburgerNav #navIcon span:nth-child(2), button.hamburgerNav #navIcon span:nth-child(3) {
        top: 10px; }
      button.hamburgerNav #navIcon span:nth-child(4) {
        top: 20px; }
  button.hamburgerNav.active #navIcon span:nth-child(2) {
    width: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  button.hamburgerNav.active #navIcon span:nth-child(3) {
    width: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  button.hamburgerNav.active #navIcon span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
    opacity: 0; }
  button.hamburgerNav.active #navIcon span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
    opacity: 0; }
  button.hamburgerNav.active:hover #nav-icon span:nth-child(4), button.hamburgerNav.active:focus #nav-icon span:nth-child(4), button.hamburgerNav.active:active #nav-icon span:nth-child(4), button.hamburgerNav.active:active:focus #nav-icon span:nth-child(4) {
    width: 0; }
  button.hamburgerNav.active span.label {
    padding-right: 7px !important; }
  button.hamburgerNav:hover, button.hamburgerNav:focus, button.hamburgerNav:active, button.hamburgerNav:active:focus {
    box-shadow: none; }
    button.hamburgerNav:hover #navIcon span:nth-child(2),
    button.hamburgerNav:hover #navIcon span:nth-child(3),
    button.hamburgerNav:hover #navIcon span:nth-child(4), button.hamburgerNav:focus #navIcon span:nth-child(2),
    button.hamburgerNav:focus #navIcon span:nth-child(3),
    button.hamburgerNav:focus #navIcon span:nth-child(4), button.hamburgerNav:active #navIcon span:nth-child(2),
    button.hamburgerNav:active #navIcon span:nth-child(3),
    button.hamburgerNav:active #navIcon span:nth-child(4), button.hamburgerNav:active:focus #navIcon span:nth-child(2),
    button.hamburgerNav:active:focus #navIcon span:nth-child(3),
    button.hamburgerNav:active:focus #navIcon span:nth-child(4) {
      width: 30px; }
    button.hamburgerNav:hover span.label, button.hamburgerNav:focus span.label, button.hamburgerNav:active span.label, button.hamburgerNav:active:focus span.label {
      padding-right: 12px; }

/*  ==========================================================================
    SUBNAV
    ========================================================================== */
.subNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: #93b93b;
  transform: translateY(0);
  opacity: 0;
  transition: all .25s ease-in-out; }
  .subNav.headerFixed {
    position: fixed;
    opacity: 1;
    transform: translateY(88px); }
  .subNav .subNavLeft {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .subNav .subNavCenter {
    display: flex;
    align-items: center;
    justify-content: center; }
  .subNav .subNavRight {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .subNav .subNavLink {
    padding: 0;
    padding: 16px 16px;
    border-radius: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: inherit;
    color: #FFF; }
    .subNav .subNavLink:hover, .subNav .subNavLink:focus {
      text-decoration: none;
      color: #93b93b; }
    .subNav .subNavLink i {
      font-size: 20px;
      margin-right: 8px; }
      @media (max-width: 479px) {
        .subNav .subNavLink i {
          margin-right: 0; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .subNav .subNavLink i {
          margin-right: 0; } }
    @media (max-width: 479px) {
      .subNav .subNavLink span {
        display: none; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .subNav .subNavLink span {
        display: none; } }

/* IMPORT Pages */
/*  ==========================================================================
    LOGIN
    ========================================================================== */
.rzfdedzed {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  display: flex;
  width: 100%;
  height: 100%; }
  .rzfdedzed span.img-shadow:before {
    box-shadow: none; }
  .rzfdedzed span.img-shadow img {
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: 50% 50%; }

body {
  background: url(../img/back.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.logoIGP {
  height: 188px; }

.logoVanille {
  margin-top: 32px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -16px;
  z-index: 2;
  position: relative; }
  .logoVanille img {
    width: 320px; }

.blocHeader {
  position: relative;
  margin-bottom: 96px; }

.imgLogoIgpCenter {
  text-align: center;
  margin: auto;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 80%;
  transform: translateY(-20%); }
  .imgLogoIgpCenter .logoIGP {
    height: 256px; }

.newsletter-content {
  padding: 16px;
  border-radius: 8px;
  background: #93b93b; }
  @media (max-width: 479px) {
    .newsletter-content {
    /*  border-radius: 0;*/
      padding: 32px;
      margin-bottom: 0;
    /*  background: transparent;*/
       } }
  @media (min-width: 480px) and (max-width: 767px) {
    .newsletter-content {
      /*  border-radius: 0;*/
      padding: 32px;
      margin-bottom: 0;
      /*  background: transparent;*/
      } }
  @media (min-width: 768px) and (max-width: 991px) {
    .newsletter-content {
      /*  border-radius: 0;*/
      padding: 32px;
      margin-bottom: 0;
      /*  background: transparent;*/
      } }
  .newsletter-content .newsletter-form {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 8px;
    overflow: hidden; }
  .newsletter-content .btn-form {
    background-color: rgba(255, 255, 255, 0.35);
    border: 0;
    color: #93b93b;
    padding: 9px;
   /* flex: none;*/
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
    .newsletter-content .btn-form i {
      font-size: 30px; }
    .newsletter-content .btn-form:hover, .newsletter-content .btn-form:active, .newsletter-content .btn-form:focus {
      background-color: rgba(255, 255, 255, 0.85); }
    .newsletter-content .btn-form:not([disabled]):not(.disabled):active, .newsletter-content .btn-form:not([disabled]):not(.disabled).active,
    .show > .newsletter-content .btn-form.dropdown-toggle {
      box-shadow: none; }
  .newsletter-content .form-control {
    color: rgba(255, 255, 255, 0.85);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: transparent;
    border: 0;
    font-size: 1rem;
    color: #FFF; }
    .newsletter-content .form-control::placeholder {
      color: rgba(255, 255, 255, 0.65); }
    .newsletter-content .form-control:focus {
      background: #FFF;
      border-color: #FFF;
      color: rgba(67, 33, 12, 0.85); }

/* IMPORT Reset */
/*  ==========================================================================
    FONT USE IN CSS DIRECT
    ========================================================================== */
/* TITLE
--------------------------------------------------- */
.collapseTitle {
  position: relative;
  margin-bottom: 0 !important;
  padding: 16px 0;
  display: flex;
  align-items: center; }
  .collapseTitle:after {
    content: '\e959';
    font-family: 'nbs_font' !important;
    /* icon_minus-large */
    position: absolute;
    right: 0;
    top: inherit;
    font-size: 24px;
    font-weight: 700;
    opacity: 1;
    color: #43210c; }
  .collapseTitle:hover, .collapseTitle:focus {
    cursor: pointer; }
    .collapseTitle:hover:after, .collapseTitle:focus:after {
      opacity: 1; }
  .collapseTitle.collapsed:after {
    content: '\e974';
    font-family: 'nbs_font' !important;
    /* icon_plus-large */
    position: absolute;
    right: 0;
    font-size: 24px;
    top: inherit;
    opacity: 1;
    color: #43210c;
    font-style: normal; }
  .collapseTitle.collapsed:hover, .collapseTitle.collapsed:focus {
    cursor: pointer; }
    .collapseTitle.collapsed:hover:after, .collapseTitle.collapsed:focus:after {
      opacity: 1; }

/* SELECT
------------------------------ */
.select2-container .select2-selection--single .select2-selection__arrow b:after,
.select2-container .select2-selection--multiple .select2-selection__arrow b:after {
  content: "\e902";
  /* icon-arrow-right */
  font-family: 'iconNeovarimOi' !important;
  transform: rotate(90deg);
  display: inline-block;
  font-size: 20px; }

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b:after,
.select2-container.select2-container--open .select2-selection--multiple .select2-selection__arrow b:after {
  content: "\e902";
  /* icon-arrow-right */
  font-family: 'iconNeovarimOi' !important;
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 20px; }

/*  ==========================================================================
    ZERO SASS
    ========================================================================== */
.clear {
  clear: both; }

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

.m-auto {
  margin: auto; }

/* 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; }

.mr-025 {
  margin-right: 8px; }

.mr-050 {
  margin-right: 16px; }

.mr-075 {
  margin-right: 24px; }

.mr-100 {
  margin-right: 32px; }

.mr-125 {
  margin-right: 40px; }

.mr-150 {
  margin-right: 48px; }

.pr-025 {
  padding-right: 8px; }

.pr-050 {
  padding-right: 16px; }

.pr-075 {
  padding-right: 24px; }

.pr-100 {
  padding-right: 32px; }

.pr-125 {
  padding-right: 40px; }

.pr-150 {
  padding-right: 48px; }

/* FONT FAMILY */
.f-primary {
  font-family: "Neo Sans Weleda", sans-serif; }

.f-secondary {
  font-family: "Amatic SC", cursive; }

.f-tertiary {
  font-family: "Gotham", sans-serif; }

.f-quaternary {
  font-family: "Univers", sans-serif; }

/* 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; }

.pl-025 {
  padding-left: 8px; }

.pl-050 {
  padding-left: 16px; }

.pl-075 {
  padding-left: 24px; }

.pl-100 {
  padding-left: 32px; }

.pl-125 {
  padding-left: 40px; }

.pl-150 {
  padding-left: 48px; }

.plr-050 {
  padding-left: 16px;
  padding-right: 16px; }

.plr-100 {
  padding-left: 32px;
  padding-right: 32px; }
  @media (max-width: 479px) {
    .plr-100 {
      padding-left: 16px;
      padding-right: 16px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .plr-100 {
      padding-left: 16px;
      padding-right: 16px; } }

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

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

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

.p-050 {
  padding: 16px; }

/* 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; }

/* 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; }

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

.t-shadow-dark {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }

.divider {
  border-bottom: 1px solid #D9D9D9; }
  .divider.dividerPrimary {
    border-color: #5f3e1b; }
  .divider.dividerSecondary {
    border-color: #93b93b; }
  .divider.dividerTertiary {
    border-color: #309149; }
  .divider.dividerQuarternary {
    border-color: #dcd8e7; }

.dividerDotted {
  border-bottom: 1px dotted #D9D9D9; }
  .dividerDotted.dividerPrimary {
    border-color: #5f3e1b; }
  .dividerDotted.dividerSecondary {
    border-color: #93b93b; }
  .dividerDotted.dividerTertiary {
    border-color: #309149; }
  .dividerDotted.dividerQuarternary {
    border-color: #dcd8e7; }

.dividerDashed {
  border-bottom: 1px dashed #D9D9D9; }
  .dividerDashed.dividerPrimary {
    border-color: #5f3e1b; }
  .dividerDashed.dividerSecondary {
    border-color: #93b93b; }
  .dividerDashed.dividerTertiary {
    border-color: #309149; }
  .dividerDashed.dividerQuarternary {
    border-color: #dcd8e7; }

/* 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-600 {
  font-weight: 600 !important; }

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

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

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

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

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

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

.t-primary {
  color: #5f3e1b; }

.t-grey {
  color: rgba(0, 0, 0, 0.5); }

.t-secondary {
  color: #93b93b; }

.t-tertiary {
  color: #309149; }

.t-quaternary {
  color: #dcd8e7; }

.t-black {
  color: #262626; }

.t-white {
  color: #FFF !important; }

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

.t-warning {
  color: #f59331; }

.t-error {
  color: #e60006; }

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

.t-txt {
  color: #43210c; }

.t-txt85 {
  color: rgba(67, 33, 12, 0.85); }

.t-txt65 {
  color: rgba(67, 33, 12, 0.65); }

/* SIZE */
.t-xxs {
  font-size: 0.625em; }

.t-xs {
  font-size: 0.75em; }

.t-s {
  font-size: 0.875em; }

.t-b {
  font-size: 1em; }

.t-l {
  font-size: 1.125em; }

.t-xl {
  font-size: 1.25em; }

.t-xxl {
  font-size: 1.5em; }

.t-title {
  font-size: 2em; }

.hidden {
  overflow: hidden; }

/* STYLE */
.t-italic {
  font-style: italic; }

.hide {
  display: none; }

.back-primary {
  background: #5f3e1b; }

.back-secondary {
  background: #93b93b; }

.back-tertiary-light {
  background: rgba(48, 145, 73, 0.2); }

.back-quaternary {
  background: #dcd8e7; }

.back-black {
  background: #000; }

.back-white {
  background: #FFF; }

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

/* IMPORT Fonts Icones */
