@charset "UTF-8";
/* IMPORT SASS POUR SURCHARGER */
/* ================================================= */
/* FRONT COLOR */
/* ================================================= */
/* COULEURS DES FONTS*/
/* COULEURS DU CLIENT */
/* COULEURS DE FOND DU WRAPPER */
/* COULEUR HOVER */
/* COULEURS ETATS */
/* COULEURS DES STATUS DES COMMANDES */
/* COULEURS DES BORDERS */
/* ================================================= */
/* 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 : 104 */
/* value : 112 */
/* value : 120 */
/* value : 128 */
/* ================================================= */
/* 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 0.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: 0.5; }
  .alert.alert-primary {
    background-color: #22272a;
    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: #22272a; }
  .alert.alert-secondary {
    background-color: #7a7c80;
    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: #7a7c80; }
  .alert.alert-success {
    background-color: #1bd060;
    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: #1bd060; }
  .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: #dce1e6;
    color: #363c42; }
    .alert.alert-border button.rsBtn,
    .alert.alert-border a.rsBtn,
    .alert.alert-border .rsBtn {
      border-color: #363c42;
      color: #363c42; }
      .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: #363c42;
        border-color: #363c42;
        color: #fff; }
    .alert.alert-border a.close-alert {
      color: #363c42; }

.alert-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #22272a;
  padding: 8px 16px; }
  .alert-header p {
    color: #fff;
    font-size: 0.813rem;
    line-height: 1rem;
    text-align: center; }
  .alert-header a {
    position: absolute;
    right: 16px;
    color: #fff;
    font-size: 0.813rem;
    line-height: 1rem;
    text-align: right;
    text-decoration: underline; }
  .alert-header.alert-dismissible .close {
    position: absolute;
    right: inherit;
    top: inherit;
    left: 16px;
    padding: 0;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-size: 24px;
    line-height: 0.813rem; }

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

html {
  font-size: 100%; }

body {
  background-color: #f3f3f3;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #363c42;
  text-shadow: inherit;
  position: relative; }

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

.bloc-content {
  padding: 32px 0; }

.back-contrast {
  background-color: #fbfbfd;
  padding: 32px 0; }

span.a-link {
  color: #7a7c80; }
  span.a-link:hover, span.a-link:focus {
    color: #7a7c80; }

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

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;
    text-decoration: underline; }

span.a-Off {
  opacity: 0.5; }

a {
  font-family: "Barlow", sans-serif;
  font-size: inherit;
  font-weight: 400;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: rgba(54, 60, 66, 0.85);
  text-shadow: inherit; }
  a:hover, a:focus {
    color: #363c42;
    text-decoration: none; }
  a.a-link {
    color: #22272a; }
    a.a-link:hover, a.a-link:focus {
      color: #7a7c80; }
  a.link-color {
    color: #7a7c80; }
    a.link-color:hover, a.link-color:focus {
      color: #7a7c80; }
    a.link-color:visited {
      color: #48494c; }
  a.link-color-alt {
    color: #22272a; }
    a.link-color-alt:hover, a.link-color-alt:focus {
      color: #22272a; }
    a.link-color-alt:visited {
      color: black; }
  a.link-grey {
    color: rgba(255, 255, 255, 0.5); }
    a.link-grey:hover, a.link-grey:focus {
      color: rgba(255, 255, 255, 0.65);
      text-decoration: underline; }
    a.link-grey:visited {
      color: rgba(255, 255, 255, 0.65);
      text-decoration: underline; }
  a.a-primary {
    color: #22272a; }
    a.a-primary:hover, a.a-primary:focus {
      color: #22272a; }
  a.a-secondary {
    color: #7a7c80;
    text-decoration: underline; }
    a.a-secondary:hover, a.a-secondary:focus {
      color: #7a7c80;
      text-decoration: underline; }
  a.a-black {
    color: #000; }
    a.a-black:hover, a.a-black:focus {
      color: #000; }
  a.a-white {
    color: #fff; }
    a.a-white:hover, a.a-white:focus {
      color: #fff;
      text-decoration: underline; }
  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.link-no-shape {
    color: inherit;
    text-decoration: underline; }
    a.link-no-shape:hover, a.link-no-shape:focus {
      text-decoration: underline;
      color: #363c42; }
  a.link-full {
    width: 100%; }
  a.link-btn {
    display: inline-block; }
  a.link-flex {
    display: flex; }
  a.link-icon {
    display: flex;
    align-items: center; }

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

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

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

/* 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: #7a7c80;
  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: #616366;
    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; }

/* BTN A BTN-PRIMARY  */
button.btn,
a.btn,
.btn {
  font-family: "Barlow", sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #fff;
  text-shadow: inherit;
  border-radius: 8px;
  /* COLOR */
  /* SIZE */
  /* STYLE */ }
  button.btn:hover, button.btn:focus,
  a.btn:hover,
  a.btn:focus,
  .btn:hover,
  .btn:focus {
    text-decoration: none;
    cursor: pointer; }
  button.btn.btn-defaut,
  a.btn.btn-defaut,
  .btn.btn-defaut {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #363c42; }
    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-cta,
  a.btn.btn-cta,
  .btn.btn-cta {
    background-color: #b72323;
    border-color: #b72323;
    color: #fff; }
    button.btn.btn-cta:hover, button.btn.btn-cta:active, button.btn.btn-cta:focus,
    a.btn.btn-cta:hover,
    a.btn.btn-cta:active,
    a.btn.btn-cta:focus,
    .btn.btn-cta:hover,
    .btn.btn-cta:active,
    .btn.btn-cta:focus {
      background-color: #771717;
      border-color: #771717; }
    button.btn.btn-cta:not([disabled]):not(.disabled):active, button.btn.btn-cta:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-cta.dropdown-toggle,
    a.btn.btn-cta:not([disabled]):not(.disabled):active,
    a.btn.btn-cta:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-cta.dropdown-toggle,
    .btn.btn-cta:not([disabled]):not(.disabled):active,
    .btn.btn-cta:not([disabled]):not(.disabled).active,
    .show >
    .btn.btn-cta.dropdown-toggle {
      box-shadow: none;
      background-color: #8c1b1b;
      border-color: #8c1b1b; }
  button.btn.btn-primary,
  a.btn.btn-primary,
  .btn.btn-primary {
    background-color: #22272a;
    border-color: #22272a; }
    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: black;
      border-color: black; }
    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: #0b0d0e;
      border-color: #0b0d0e; }
  button.btn.btn-secondary,
  a.btn.btn-secondary,
  .btn.btn-secondary {
    background-color: #7a7c80;
    border-color: #7a7c80; }
    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: #555659;
      border-color: #555659; }
    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: #616366;
      border-color: #616366; }
  button.btn.btn-white,
  a.btn.btn-white,
  .btn.btn-white {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
    color: #fff; }
    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 {
      color: #22272a;
      background-color: #fff;
      border-color: transparent; }
    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;
      color: #22272a;
      background-color: #fff;
      border-color: transparent; }
  button.btn.btn-white-full,
  a.btn.btn-white-full,
  .btn.btn-white-full {
    background-color: #fff;
    border-color: transparent;
    color: #22272a; }
    button.btn.btn-white-full:hover, button.btn.btn-white-full:active, button.btn.btn-white-full:focus,
    a.btn.btn-white-full:hover,
    a.btn.btn-white-full:active,
    a.btn.btn-white-full:focus,
    .btn.btn-white-full:hover,
    .btn.btn-white-full:active,
    .btn.btn-white-full:focus {
      color: #0b0d0e;
      background-color: #fff;
      border-color: transparent; }
    button.btn.btn-white-full:not([disabled]):not(.disabled):active, button.btn.btn-white-full:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-white-full.dropdown-toggle,
    a.btn.btn-white-full:not([disabled]):not(.disabled):active,
    a.btn.btn-white-full:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-white-full.dropdown-toggle,
    .btn.btn-white-full:not([disabled]):not(.disabled):active,
    .btn.btn-white-full:not([disabled]):not(.disabled).active,
    .show >
    .btn.btn-white-full.dropdown-toggle {
      box-shadow: none;
      color: #22272a;
      background-color: #fff;
      border-color: transparent; }
  button.btn.btn-border,
  a.btn.btn-border,
  .btn.btn-border {
    background-color: #dce1e6;
    border-color: #dce1e6;
    color: #363c42; }
    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: #afbbc6;
      border-color: #afbbc6; }
    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: #bec8d1;
      border-color: #bec8d1; }
  button.btn.btn-txt,
  a.btn.btn-txt,
  .btn.btn-txt {
    background-color: #363c42;
    border-color: #363c42;
    color: #fff; }
    button.btn.btn-txt:hover, button.btn.btn-txt:active, button.btn.btn-txt:focus,
    a.btn.btn-txt:hover,
    a.btn.btn-txt:active,
    a.btn.btn-txt:focus,
    .btn.btn-txt:hover,
    .btn.btn-txt:active,
    .btn.btn-txt:focus {
      background-color: #2b2f34;
      border-color: #2b2f34; }
    button.btn.btn-txt:not([disabled]):not(.disabled):active, button.btn.btn-txt:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-txt.dropdown-toggle,
    a.btn.btn-txt:not([disabled]):not(.disabled):active,
    a.btn.btn-txt:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-txt.dropdown-toggle,
    .btn.btn-txt:not([disabled]):not(.disabled):active,
    .btn.btn-txt:not([disabled]):not(.disabled).active,
    .show >
    .btn.btn-txt.dropdown-toggle {
      box-shadow: none;
      background-color: #363c42;
      border-color: #363c42; }
  button.btn.btn-outline-cta,
  a.btn.btn-outline-cta,
  .btn.btn-outline-cta {
    background-color: transparent;
    border-color: #b72323;
    color: #b72323; }
    button.btn.btn-outline-cta:hover, button.btn.btn-outline-cta:active, button.btn.btn-outline-cta:focus,
    a.btn.btn-outline-cta:hover,
    a.btn.btn-outline-cta:active,
    a.btn.btn-outline-cta:focus,
    .btn.btn-outline-cta:hover,
    .btn.btn-outline-cta:active,
    .btn.btn-outline-cta:focus {
      background-color: #b72323;
      border-color: #b72323;
      color: #fff; }
    button.btn.btn-outline-cta:not([disabled]):not(.disabled):active, button.btn.btn-outline-cta:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-outline-cta.dropdown-toggle,
    a.btn.btn-outline-cta:not([disabled]):not(.disabled):active,
    a.btn.btn-outline-cta:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-outline-cta.dropdown-toggle,
    .btn.btn-outline-cta:not([disabled]):not(.disabled):active,
    .btn.btn-outline-cta:not([disabled]):not(.disabled).active,
    .show >
    .btn.btn-outline-cta.dropdown-toggle {
      box-shadow: none;
      background-color: #b72323;
      border-color: #b72323;
      color: #fff; }
  button.btn.btn-outline-primary,
  a.btn.btn-outline-primary,
  .btn.btn-outline-primary {
    background-color: transparent;
    border-color: #22272a;
    color: #22272a; }
    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: #22272a;
      border-color: #22272a;
      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: #22272a;
      border-color: #22272a;
      color: #fff; }
  button.btn.btn-outline-secondary,
  a.btn.btn-outline-secondary,
  .btn.btn-outline-secondary {
    background-color: transparent;
    border-color: #7a7c80;
    color: #7a7c80; }
    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: #7a7c80;
      border-color: #7a7c80;
      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: #7a7c80;
      border-color: #7a7c80;
      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: #363c42; }
    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: #363c42; }
  button.btn.btn-outline-border,
  a.btn.btn-outline-border,
  .btn.btn-outline-border {
    background-color: transparent;
    border-color: #dce1e6;
    color: #dce1e6; }
    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: #dce1e6;
      border-color: #dce1e6;
      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: #dce1e6;
      border-color: #dce1e6;
      color: #fff; }
  button.btn.btn-outline-txt,
  a.btn.btn-outline-txt,
  .btn.btn-outline-txt {
    background-color: transparent;
    border-color: rgba(54, 60, 66, 0.85);
    color: rgba(54, 60, 66, 0.85); }
    button.btn.btn-outline-txt:hover, button.btn.btn-outline-txt:active, button.btn.btn-outline-txt:focus,
    a.btn.btn-outline-txt:hover,
    a.btn.btn-outline-txt:active,
    a.btn.btn-outline-txt:focus,
    .btn.btn-outline-txt:hover,
    .btn.btn-outline-txt:active,
    .btn.btn-outline-txt:focus {
      background-color: #363c42;
      border-color: #363c42;
      color: #fff; }
    button.btn.btn-outline-txt:not([disabled]):not(.disabled):active, button.btn.btn-outline-txt:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-outline-txt.dropdown-toggle,
    a.btn.btn-outline-txt:not([disabled]):not(.disabled):active,
    a.btn.btn-outline-txt:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-outline-txt.dropdown-toggle,
    .btn.btn-outline-txt:not([disabled]):not(.disabled):active,
    .btn.btn-outline-txt:not([disabled]):not(.disabled).active,
    .show >
    .btn.btn-outline-txt.dropdown-toggle {
      box-shadow: none;
      background-color: #363c42;
      border-color: #363c42;
      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-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: #22272a; }
    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: #0b0d0e;
      background-color: rgba(34, 39, 42, 0.15); }
    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: #0b0d0e;
      background-color: rgba(34, 39, 42, 0.15); }
  button.btn.btn-color-secondary,
  a.btn.btn-color-secondary,
  .btn.btn-color-secondary {
    color: #7a7c80; }
    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: #616366; }
    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: #616366; }
  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.btn-color-border,
  a.btn.btn-color-border,
  .btn.btn-color-border {
    color: #dce1e6; }
    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: #bec8d1; }
    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: #bec8d1; }
  button.btn.btn-color-txt,
  a.btn.btn-color-txt,
  .btn.btn-color-txt {
    color: rgba(54, 60, 66, 0.85); }
    button.btn.btn-color-txt:hover, button.btn.btn-color-txt:active, button.btn.btn-color-txt:focus,
    a.btn.btn-color-txt:hover,
    a.btn.btn-color-txt:active,
    a.btn.btn-color-txt:focus,
    .btn.btn-color-txt:hover,
    .btn.btn-color-txt:active,
    .btn.btn-color-txt:focus {
      color: #1f2326; }
    button.btn.btn-color-txt:not([disabled]):not(.disabled):active, button.btn.btn-color-txt:not([disabled]):not(.disabled).active,
    .show > button.btn.btn-color-txt.dropdown-toggle,
    a.btn.btn-color-txt:not([disabled]):not(.disabled):active,
    a.btn.btn-color-txt:not([disabled]):not(.disabled).active,
    .show >
    a.btn.btn-color-txt.dropdown-toggle,
    .btn.btn-color-txt:not([disabled]):not(.disabled):active,
    .btn.btn-color-txt:not([disabled]):not(.disabled).active,
    .show >
    .btn.btn-color-txt.dropdown-toggle {
      box-shadow: none;
      color: #1f2326; }
  button.btn.btn-small,
  a.btn.btn-small,
  .btn.btn-small {
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    height: 32px;
    font-size: 0.813rem; }
    button.btn.btn-small i,
    a.btn.btn-small i,
    .btn.btn-small i {
      font-size: 20px; }
      button.btn.btn-small i + span,
      a.btn.btn-small i + span,
      .btn.btn-small i + span {
        margin-left: 8px; }
    button.btn.btn-small span + i,
    a.btn.btn-small span + i,
    .btn.btn-small span + i {
      margin-left: 8px; }
  button.btn.btn-medium,
  a.btn.btn-medium,
  .btn.btn-medium {
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    height: 44px;
    font-size: 1rem; }
    button.btn.btn-medium i,
    a.btn.btn-medium i,
    .btn.btn-medium i {
      font-size: 24px; }
      button.btn.btn-medium i + span,
      a.btn.btn-medium i + span,
      .btn.btn-medium i + span {
        margin-left: 12px; }
    button.btn.btn-medium span + i,
    a.btn.btn-medium span + i,
    .btn.btn-medium span + i {
      margin-left: 12px; }
  button.btn.btn-large,
  a.btn.btn-large,
  .btn.btn-large {
    padding: 0 32px;
    display: inline-flex;
    align-items: center;
    height: 54px;
    font-size: 1.125rem; }
    button.btn.btn-large i,
    a.btn.btn-large i,
    .btn.btn-large i {
      font-size: 32px; }
      button.btn.btn-large i + span,
      a.btn.btn-large i + span,
      .btn.btn-large i + span {
        margin-left: 16px; }
    button.btn.btn-large span + i,
    a.btn.btn-large span + i,
    .btn.btn-large span + i {
      margin-left: 16px; }
  button.btn.btn-square.btn-small,
  a.btn.btn-square.btn-small,
  .btn.btn-square.btn-small {
    padding: 3px; }
  button.btn.btn-square.btn-medium,
  a.btn.btn-square.btn-medium,
  .btn.btn-square.btn-medium {
    padding: 5px; }
  button.btn.btn-square.btn-large,
  a.btn.btn-square.btn-large,
  .btn.btn-square.btn-large {
    padding: 10px; }
  button.btn.btn-round,
  a.btn.btn-round,
  .btn.btn-round {
    border-radius: 64px; }
    button.btn.btn-round.btn-small,
    a.btn.btn-round.btn-small,
    .btn.btn-round.btn-small {
      padding-left: 16px;
      padding-right: 16px; }
    button.btn.btn-round.btn-medium,
    a.btn.btn-round.btn-medium,
    .btn.btn-round.btn-medium {
      padding-left: 16px;
      padding-right: 16px; }
    button.btn.btn-round.btn-large,
    a.btn.btn-round.btn-large,
    .btn.btn-round.btn-large {
      padding-left: 32px;
      padding-right: 32px; }
  button.btn.btn-full,
  a.btn.btn-full,
  .btn.btn-full {
    width: 100%;
    justify-content: center; }
  @media (max-width: 479px) {
    button.btn.btn-responsive-full,
    a.btn.btn-responsive-full,
    .btn.btn-responsive-full {
      width: 100%;
      justify-content: center; } }
  @media (min-width: 480px) and (max-width: 767px) {
    button.btn.btn-responsive-full,
    a.btn.btn-responsive-full,
    .btn.btn-responsive-full {
      width: 100%;
      justify-content: center; } }
  @media (min-width: 768px) and (max-width: 991px) {
    button.btn.btn-responsive-full,
    a.btn.btn-responsive-full,
    .btn.btn-responsive-full {
      width: 100%;
      justify-content: center; } }
  button.btn.btn-link,
  a.btn.btn-link,
  .btn.btn-link {
    padding: 0;
    min-height: inherit; }
  button.btn.btn-disable,
  a.btn.btn-disable,
  .btn.btn-disable {
    opacity: 0.5; }
  button.btn.btn-shadow,
  a.btn.btn-shadow,
  .btn.btn-shadow {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }

/* BTN GROUP */
.btn-bloc .btn {
  margin-right: 4px; }
  .btn-bloc .btn:last-child {
    margin-right: 0; }

/* IMAGE UNIFORME
========================================================= */
.img-content,
.video-content {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  /* HAUTEUR DU MODULE MEDIA SMALL / MEDIUM / TALL */ }
  .img-content.height-small,
  .video-content.height-small {
    height: 320px; }
    @media (max-width: 479px) {
      .img-content.height-small,
      .video-content.height-small {
        height: 160px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .img-content.height-small,
      .video-content.height-small {
        height: 160px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .img-content.height-small,
      .video-content.height-small {
        height: 240px; } }
    .img-content.height-small.imgHalf,
    .video-content.height-small.imgHalf {
      height: 320px - 16px / 2; }
      @media (max-width: 479px) {
        .img-content.height-small.imgHalf,
        .video-content.height-small.imgHalf {
          height: 160px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .img-content.height-small.imgHalf,
        .video-content.height-small.imgHalf {
          height: 160px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .img-content.height-small.imgHalf,
        .video-content.height-small.imgHalf {
          height: 240px; } }
  .img-content.height-medium,
  .video-content.height-medium {
    height: 400px; }
    @media (max-width: 479px) {
      .img-content.height-medium,
      .video-content.height-medium {
        height: 240px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .img-content.height-medium,
      .video-content.height-medium {
        height: 240px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .img-content.height-medium,
      .video-content.height-medium {
        height: 320px; } }
    .img-content.height-medium.imgHalf,
    .video-content.height-medium.imgHalf {
      height: calc((400px - 16px) / 2); }
      @media (max-width: 479px) {
        .img-content.height-medium.imgHalf,
        .video-content.height-medium.imgHalf {
          height: 240px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .img-content.height-medium.imgHalf,
        .video-content.height-medium.imgHalf {
          height: 240px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .img-content.height-medium.imgHalf,
        .video-content.height-medium.imgHalf {
          height: 320px; } }
  .img-content.height-tall,
  .video-content.height-tall {
    height: 480px; }
    @media (max-width: 479px) {
      .img-content.height-tall,
      .video-content.height-tall {
        height: 320px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .img-content.height-tall,
      .video-content.height-tall {
        height: 320px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .img-content.height-tall,
      .video-content.height-tall {
        height: 400px; } }
    .img-content.height-tall.imgHalf,
    .video-content.height-tall.imgHalf {
      height: calc((480px - 16px) / 2); }
      @media (max-width: 479px) {
        .img-content.height-tall.imgHalf,
        .video-content.height-tall.imgHalf {
          height: 320px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .img-content.height-tall.imgHalf,
        .video-content.height-tall.imgHalf {
          height: 320px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .img-content.height-tall.imgHalf,
        .video-content.height-tall.imgHalf {
          height: 400px; } }
  .img-content.height-nano,
  .video-content.height-nano {
    height: 64px; }
  .img-content.height-micro,
  .video-content.height-micro {
    height: 80px; }
  .img-content.height-xxs,
  .video-content.height-xxs {
    height: 120px; }
  .img-content.height-xs,
  .video-content.height-xs {
    height: 160px; }
  .img-content.height-sm,
  .video-content.height-sm {
    height: 240px; }
  .img-content.height-md,
  .video-content.height-md {
    height: 320px; }
  .img-content.height-medium,
  .video-content.height-medium {
    height: 360px; }
  .img-content.height-lg,
  .video-content.height-lg {
    height: 400px; }
  .img-content.height-xl,
  .video-content.height-xl {
    height: 480px; }
  .img-content.height-xxl,
  .video-content.height-xxl {
    height: 560px; }
    @media (max-width: 479px) {
      .img-content.height-xxl,
      .video-content.height-xxl {
        height: 240px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .img-content.height-xxl,
      .video-content.height-xxl {
        height: 240px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .img-content.height-xxl,
      .video-content.height-xxl {
        height: 240px; } }
  .img-content.height-max,
  .video-content.height-max {
    height: 640px; }
  .img-content.height-vh,
  .video-content.height-vh {
    height: 80vh;
    display: flex; }
    @media (max-width: 479px) {
      .img-content.height-vh,
      .video-content.height-vh {
        height: 400px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .img-content.height-vh,
      .video-content.height-vh {
        height: 480px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .img-content.height-vh,
      .video-content.height-vh {
        height: 540px; } }
  .img-content.height-full,
  .video-content.height-full {
    display: flex;
    height: 100%; }
  .img-content.height-ultra,
  .video-content.height-ultra {
    height: 880px; }
    @media (max-width: 479px) {
      .img-content.height-ultra,
      .video-content.height-ultra {
        height: 240px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .img-content.height-ultra,
      .video-content.height-ultra {
        height: 240px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .img-content.height-ultra,
      .video-content.height-ultra {
        height: 240px; } }
  .img-content.img-border,
  .video-content.img-border {
    border-radius: 8px;
    overflow: hidden; }
    .img-content.img-border:after,
    .video-content.img-border:after {
      border-radius: 8px; }
    .img-content.img-border span.img-shadow,
    .video-content.img-border span.img-shadow {
      overflow: hidden;
      border-radius: 8px; }
      .img-content.img-border span.img-shadow:before,
      .video-content.img-border span.img-shadow:before {
        border-radius: 8px; }
      .img-content.img-border span.img-shadow img,
      .video-content.img-border span.img-shadow img {
        border-radius: 8px; }
  .img-content.img-border-xl,
  .video-content.img-border-xl {
    border-radius: 16px;
    overflow: hidden; }
    .img-content.img-border-xl:after,
    .video-content.img-border-xl:after {
      border-radius: 16px; }
    .img-content.img-border-xl span.img-shadow,
    .video-content.img-border-xl span.img-shadow {
      overflow: hidden;
      border-radius: 16px; }
      .img-content.img-border-xl span.img-shadow:before,
      .video-content.img-border-xl span.img-shadow:before {
        border-radius: 16px; }
      .img-content.img-border-xl span.img-shadow img,
      .video-content.img-border-xl span.img-shadow img {
        border-radius: 16px; }
  .img-content.img-box-shadow,
  .video-content.img-box-shadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25); }
  .img-content.img-no-shadow .img-shadow::before,
  .video-content.img-no-shadow .img-shadow::before {
    content: "";
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0); }
  .img-content.img-overlay-dark:after,
  .video-content.img-overlay-dark:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0; }
  .img-content.img-overlay-dark:after,
  .video-content.img-overlay-dark:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0; }
  .img-content.img-hover-dark:after,
  .video-content.img-hover-dark:after {
    content: "";
    transition: all ease-in-out 0.125s; }
  .img-content.img-hover-dark:hover,
  .video-content.img-hover-dark:hover {
    cursor: pointer; }
    .img-content.img-hover-dark:hover:after,
    .video-content.img-hover-dark:hover:after {
      content: "";
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      transition: all ease-in-out 0.125s;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 0; }
  .img-content.img-overflow,
  .video-content.img-overflow {
    overflow: hidden; }
  .img-content.img-sticky,
  .video-content.img-sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
    position: -moz-sticky !important;
    position: -ms-sticky !important;
    position: -o-sticky !important;
    top: 76px; }
    @media (max-width: 479px) {
      .img-content.img-sticky,
      .video-content.img-sticky {
        top: inherit;
        position: relative !important; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .img-content.img-sticky,
      .video-content.img-sticky {
        top: inherit;
        position: relative !important; } }
  .img-content.img-style,
  .video-content.img-style {
    position: relative; }
    .img-content.img-style:after,
    .video-content.img-style:after {
      content: "";
      position: absolute;
      height: 8px;
      width: 33.333%;
      background: rgba(0, 119, 162, 0.75);
      border-radius: 0; }
    .img-content.img-style.img-style-bottom:after,
    .video-content.img-style.img-style-bottom:after {
      left: 0;
      right: 0;
      margin: auto;
      bottom: 0;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
  .img-content.img-content-shadow-top,
  .video-content.img-content-shadow-top {
    position: relative; }
    .img-content.img-content-shadow-top:before,
    .video-content.img-content-shadow-top:before {
      content: "";
      position: absolute;
      background-color: rgba(0, 0, 0, 0.35);
      background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
      width: 100%;
      height: 220px;
      top: 0;
      left: 0;
      right: 0;
      z-index: 2; }
  .img-content.img-parallax span.img-shadow img,
  .video-content.img-parallax span.img-shadow img {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .img-content.img-opacity50,
  .video-content.img-opacity50 {
    background-color: #000; }
    .img-content.img-opacity50 span.img-shadow img,
    .video-content.img-opacity50 span.img-shadow img {
      opacity: 0.35; }
  .img-content.height-img-max,
  .video-content.height-img-max {
    width: auto; }
    .img-content.height-img-max span.img-shadow img,
    .video-content.height-img-max span.img-shadow img {
      max-height: 100%;
      max-width: 100%;
      height: auto;
      width: auto; }
  .img-content span.img-shadow:before,
  .video-content span.img-shadow:before {
    box-shadow: none; }
  .img-content span.img-shadow img,
  .video-content 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%; }
  .img-content span.img-shadow video,
  .video-content span.img-shadow video {
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: 50% 50%; }

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

.pagination .page-item .page-link {
  background: transparent;
  border: 0;
  color: rgba(54, 60, 66, 0.5);
  font-size: 0.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(54, 60, 66, 0.05);
    color: rgba(54, 60, 66, 0.65);
    text-decoration: none; }

.pagination .page-item.active .page-link {
  color: #363c42;
  font-weight: 700;
  background: rgba(54, 60, 66, 0.1); }

.bloc-sticky {
  position: sticky !important;
  position: -webkit-sticky !important;
  position: -moz-sticky !important;
  position: -ms-sticky !important;
  position: -o-sticky !important;
  top: 90px; }
  @media (max-width: 479px) {
    .bloc-sticky {
      top: inherit;
      position: relative !important; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .bloc-sticky {
      top: inherit;
      position: relative !important; } }

.card {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 0; }
  .card .card-content {
    padding: 16px; }
  .card.card-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .card.card-bottom .card-content {
      padding: 32px; }

.card-secondary {
  position: relative;
  z-index: 0;
  background-color: #0077a2;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }
  .card-secondary .card-content {
    padding: 32px; }

/*  ==========================================================================
    COOKIES
    ========================================================================== */
/*  ==========================================================================
    FONTS TYPO
    ========================================================================== */
/*  ==========================================================================
    FONTS ICONS
    ========================================================================== */
@font-face {
  font-family: "rs_byd";
  src: url("../fonts/set-icons-byd.eot?tkrl0z");
  src: url("../fonts/set-icons-byd.eot?tkrl0z#iefix") format("embedded-opentype"), url("../fonts/set-icons-byd.ttf?tkrl0z") format("truetype"), url("../fonts/set-icons-byd.woff?tkrl0z") format("woff"), url("../fonts/set-icons-byd.svg?tkrl0z#rs_byd") 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: "rs_byd" !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-filters:before {
  content: "\e925"; }

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

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

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

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

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

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

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

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

.icon-circle-arrow-left:before {
  content: "\e906"; }

.icon-circle-arrow-right:before {
  content: "\e907"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*  ==========================================================================
    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 0; }
      @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; } }
      @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; } }
    .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 0 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; } }
      @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; } }
    @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; } }
    @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; } }
  .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;
    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; }
    .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; }
  .form-group > .col-4,
  .form-group > .col-lg-4,
  .form-group > .col-md-4,
  .form-group > .col-sm-4,
  .form-row > .col-4,
  .form-row > .col-lg-4,
  .form-row > .col-md-4,
  .form-row > .col-sm-4 {
    padding: 0; }
    .form-group > .col-4:first-child,
    .form-group > .col-lg-4:first-child,
    .form-group > .col-md-4:first-child,
    .form-group > .col-sm-4:first-child,
    .form-row > .col-4:first-child,
    .form-row > .col-lg-4:first-child,
    .form-row > .col-md-4:first-child,
    .form-row > .col-sm-4:first-child {
      padding: 0; }
      @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-group > .col-sm-4:first-child,
        .form-row > .col-4:first-child,
        .form-row > .col-lg-4:first-child,
        .form-row > .col-md-4:first-child,
        .form-row > .col-sm-4:first-child {
          padding: 0; } }
      @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-group > .col-sm-4:first-child,
        .form-row > .col-4:first-child,
        .form-row > .col-lg-4:first-child,
        .form-row > .col-md-4:first-child,
        .form-row > .col-sm-4:first-child {
          padding: 0; } }
    .form-group > .col-4:last-child,
    .form-group > .col-lg-4:last-child,
    .form-group > .col-md-4:last-child,
    .form-group > .col-sm-4:last-child,
    .form-row > .col-4:last-child,
    .form-row > .col-lg-4:last-child,
    .form-row > .col-md-4:last-child,
    .form-row > .col-sm-4:last-child {
      padding: 0; }
      @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-group > .col-sm-4:last-child,
        .form-row > .col-4:last-child,
        .form-row > .col-lg-4:last-child,
        .form-row > .col-md-4:last-child,
        .form-row > .col-sm-4:last-child {
          padding: 0; } }
      @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-group > .col-sm-4:last-child,
        .form-row > .col-4:last-child,
        .form-row > .col-lg-4:last-child,
        .form-row > .col-md-4:last-child,
        .form-row > .col-sm-4:last-child {
          padding: 0; } }
    @media (max-width: 479px) {
      .form-group > .col-4,
      .form-group > .col-lg-4,
      .form-group > .col-md-4,
      .form-group > .col-sm-4,
      .form-row > .col-4,
      .form-row > .col-lg-4,
      .form-row > .col-md-4,
      .form-row > .col-sm-4 {
        padding: 0; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .form-group > .col-4,
      .form-group > .col-lg-4,
      .form-group > .col-md-4,
      .form-group > .col-sm-4,
      .form-row > .col-4,
      .form-row > .col-lg-4,
      .form-row > .col-md-4,
      .form-row > .col-sm-4 {
        padding: 0; } }
  .form-group > .col-8,
  .form-group > .col-lg-8,
  .form-group > .col-md-8,
  .form-group > .col-sm-8,
  .form-row > .col-8,
  .form-row > .col-lg-8,
  .form-row > .col-md-8,
  .form-row > .col-sm-8 {
    padding: 0; }
    .form-group > .col-8:first-child,
    .form-group > .col-lg-8:first-child,
    .form-group > .col-md-8:first-child,
    .form-group > .col-sm-8:first-child,
    .form-row > .col-8:first-child,
    .form-row > .col-lg-8:first-child,
    .form-row > .col-md-8:first-child,
    .form-row > .col-sm-8:first-child {
      padding: 0; }
      @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-group > .col-sm-8:first-child,
        .form-row > .col-8:first-child,
        .form-row > .col-lg-8:first-child,
        .form-row > .col-md-8:first-child,
        .form-row > .col-sm-8:first-child {
          padding: 0; } }
      @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-group > .col-sm-8:first-child,
        .form-row > .col-8:first-child,
        .form-row > .col-lg-8:first-child,
        .form-row > .col-md-8:first-child,
        .form-row > .col-sm-8:first-child {
          padding: 0; } }
      @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-group > .col-sm-8:first-child,
        .form-row > .col-8:first-child,
        .form-row > .col-lg-8:first-child,
        .form-row > .col-md-8:first-child,
        .form-row > .col-sm-8:first-child {
          padding: 0; } }
    .form-group > .col-8:last-child,
    .form-group > .col-lg-8:last-child,
    .form-group > .col-md-8:last-child,
    .form-group > .col-sm-8:last-child,
    .form-row > .col-8:last-child,
    .form-row > .col-lg-8:last-child,
    .form-row > .col-md-8:last-child,
    .form-row > .col-sm-8:last-child {
      padding: 0; }
      @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-group > .col-sm-8:last-child,
        .form-row > .col-8:last-child,
        .form-row > .col-lg-8:last-child,
        .form-row > .col-md-8:last-child,
        .form-row > .col-sm-8:last-child {
          padding: 0; } }
      @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-group > .col-sm-8:last-child,
        .form-row > .col-8:last-child,
        .form-row > .col-lg-8:last-child,
        .form-row > .col-md-8:last-child,
        .form-row > .col-sm-8:last-child {
          padding: 0; } }
      @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-group > .col-sm-8:last-child,
        .form-row > .col-8:last-child,
        .form-row > .col-lg-8:last-child,
        .form-row > .col-md-8:last-child,
        .form-row > .col-sm-8:last-child {
          padding: 0; } }

.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: 52px;
  border-color: #dadbde;
  border-radius: 48px;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #363c42;
  text-shadow: inherit;
  padding: 0 24px; }
  .form-control::placeholder {
    color: rgba(54, 60, 66, 0.35); }
  .form-control:focus {
    box-shadow: none;
    border-color: #b2b4ba;
    color: #363c42; }
  .form-control.first-input {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .form-control.last-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.custom-file-label {
  height: 52px;
  min-height: 52px;
  border-color: #dadbde;
  border-radius: 48px;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #363c42;
  text-shadow: inherit;
  line-height: 34px; }
  .custom-file-label:after {
    height: calc(52px - 2px);
    min-height: calc(52px - 2px);
    line-height: 34px; }

textarea.form-control {
  min-height: 143px;
  padding: 16px;
  border-radius: 48px;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #363c42;
  text-shadow: inherit; }

select.form-control {
  height: 52px;
  border-color: #dce1e6;
  padding: 10px 5px;
  border-radius: 48px;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #363c42;
  text-shadow: inherit; }

.form-radius-xs .form-control {
  border-radius: 4px; }
  .form-radius-xs .form-control.first-input {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .form-radius-xs .form-control.last-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.form-radius-xs .first-input ~ .select2-container .select2-selection--single {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.form-radius-xs .last-input ~ .select2-container .select2-selection--single {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.form-radius-xs .select2-container .select2-selection--single {
  border-radius: 4px; }

.form-radius-xs .select2-container .select2-selection--multiple {
  border-radius: 4px; }

.form-radius-xs .custom-file-label {
  border-radius: 4px; }

.form-radius-xs textarea.form-control {
  border-radius: 4px; }

.form-radius-xs select.form-control {
  border-radius: 4px; }

.form-radius-xs .checkboxImgFull input[type="checkbox"] + label,
.form-radius-xs .checkboxImgFull input[type="radio"] + label {
  border-radius: 4px; }

/* 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: 52px;
    border-color: #dadbde;
    border-radius: 48px; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      font-family: "Barlow", sans-serif;
      font-size: 1em;
      font-weight: 300;
      text-transform: inherit;
      font-style: inherit;
      text-decoration: inherit;
      color: #363c42;
      text-shadow: inherit; }
  .select2-container .select2-selection--multiple {
    min-height: 52px;
    border-color: #dadbde;
    border-radius: 48px; }
  .select2-container .select2-search--inline .select2-search__field {
    font-family: "Barlow", sans-serif;
    font-size: 1em;
    font-weight: 300;
    text-transform: inherit;
    font-style: inherit;
    text-decoration: inherit;
    color: #363c42;
    text-shadow: inherit; }
  .select2-container .select2-results__option {
    font-weight: 300;
    padding: 12px 8px;
    font-size: 0.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: #7a7c80; }
  .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: "rs_byd";
  font-weight: 900;
  content: "\e905";
  color: #fff; }

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

.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: 20px;
  min-height: 20px;
  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: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  background-color: #fff;
  border: 1px solid #dce1e6; }

.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: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 20px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s; }

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

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

.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: #1bd060; }

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

.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: #22272a; }

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

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

.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: #1bd060; }

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

/* TOGGLE SWITCH */
.toggle {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px 0; }
  .toggle.mini input {
    opacity: 0;
    position: absolute;
    left: -9999px; }
    .toggle.mini input + label {
      user-select: none;
      transition: 0.2s ease;
      display: inline-block;
      height: 15px;
      width: 35px;
      position: relative;
      box-shadow: inset 0 0 0px 1px rgba(220, 225, 230, 0.35);
      border-radius: 60px;
      margin: 0;
      cursor: pointer;
      background: rgba(220, 225, 230, 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 #dce1e6;
      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: 0.2s ease;
      display: inline-block;
      height: 30px;
      width: 50px;
      flex: none;
      position: relative;
      box-shadow: inset 0 0 0px 1px rgba(220, 225, 230, 0.35);
      border-radius: 60px;
      margin: 0;
      cursor: pointer;
      background: rgba(220, 225, 230, 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 #dce1e6;
      transition: box-shadow 2.5s cubic-bezier(0, 1.2, 0.94, 0.95); }
  .toggle span {
    font-weight: 600;
    padding-left: 8px;
    color: rgba(54, 60, 66, 0.65); }
    .toggle span a {
      color: rgba(54, 60, 66, 0.65);
      text-decoration: underline; }
      .toggle span a:hover, .toggle span a:focus {
        color: #363c42; }
  .toggle.toggle-add-remove input + label {
    background: #1bd060 !important; }
  .toggle.toggle-add-remove input:checked + label:before {
    background: #e60006; }
  .toggle.toggle-primary input:checked + label:before {
    background: #22272a; }
  .toggle.toggle-secondary input:checked + label:before {
    background: #7a7c80; }
  .toggle.toggle-success input:checked + label:before {
    background: #1bd060; }
  .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: #dce1e6;
  border-radius: 8px;
  width: 100%;
  display: inline-block;
  padding: 11px 5px;
  letter-spacing: -0.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: #22272a; }
  .checkboxImg input[type="checkbox"]:checked + label i,
  .checkboxImg input[type="radio"]:checked + label i {
    color: #22272a; }

.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: 12px 8px 13px;
  letter-spacing: -0.5px;
  text-align: center;
  border-radius: 48px;
  border: 1px solid;
  border-color: #dce1e6;
  color: #363c42;
  background: #fff;
  margin-bottom: 0; }
  .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: 8px;
    display: block;
    color: #7a7c80; }
  .checkboxImgFull input[type="checkbox"] + label p,
  .checkboxImgFull input[type="radio"] + label p {
    font-size: 1rem;
    color: #7a7c80; }

.checkboxImgFull input[type="checkbox"]:hover + label,
.checkboxImgFull input[type="radio"]:hover + label {
  border-color: #b2b4ba;
  color: #363c42; }
  .checkboxImgFull input[type="checkbox"]:hover + label i,
  .checkboxImgFull input[type="radio"]:hover + label i {
    color: #363c42; }
  .checkboxImgFull input[type="checkbox"]:hover + label p,
  .checkboxImgFull input[type="radio"]:hover + label p {
    color: #363c42; }

.checkboxImgFull input[type="checkbox"]:checked + label,
.checkboxImgFull input[type="radio"]:checked + label {
  border-color: #22272a;
  color: #22272a; }
  .checkboxImgFull input[type="checkbox"]:checked + label i,
  .checkboxImgFull input[type="radio"]:checked + label i {
    color: #22272a; }
  .checkboxImgFull input[type="checkbox"]:checked + label p,
  .checkboxImgFull input[type="radio"]:checked + label p {
    color: #22272a; }

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

.checkboxImgList input[type="checkbox"] + label,
.checkboxImgList input[type="radio"] + label {
  font-weight: 500;
  width: 100%;
  display: inline-block;
  padding: 16px 4px;
  letter-spacing: -0.5px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid;
  border-color: #22272a;
  color: #22272a;
  background: transparent;
  margin-bottom: 0;
  transition: all ease-in-out 0.125s; }
  .checkboxImgList input[type="checkbox"] + label:hover, .checkboxImgList input[type="checkbox"] + label:focus,
  .checkboxImgList input[type="radio"] + label:hover,
  .checkboxImgList input[type="radio"] + label:focus {
    cursor: pointer; }
  .checkboxImgList input[type="checkbox"] + label i,
  .checkboxImgList input[type="radio"] + label i {
    font-size: 26px;
    display: block;
    margin-bottom: 16px; }
  .checkboxImgList input[type="checkbox"] + label p,
  .checkboxImgList input[type="radio"] + label p {
    font-size: 0.875rem; }

.checkboxImgList input[type="checkbox"]:hover + label,
.checkboxImgList input[type="radio"]:hover + label {
  border-color: #22272a;
  color: #fff;
  background-color: #22272a; }
  .checkboxImgList input[type="checkbox"]:hover + label i,
  .checkboxImgList input[type="radio"]:hover + label i {
    color: #fff; }

.checkboxImgList input[type="checkbox"]:checked + label,
.checkboxImgList input[type="radio"]:checked + label {
  border-color: #22272a;
  color: #fff;
  background-color: #22272a; }
  .checkboxImgList input[type="checkbox"]:checked + label i,
  .checkboxImgList input[type="radio"]:checked + label i {
    color: #fff; }

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

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

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

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

input[type="range"] {
  font-size: 1.5rem;
  width: 100%; }

input[type="range"] {
  color: #ef233c;
  --thumb-height: 1.125em;
  --track-height: 0.125em;
  --track-color: rgba(0, 0, 0, 0.2);
  --brightness-hover: 180%;
  --brightness-down: 80%;
  --clip-edges: 0.125em; }

input[type="range"].range-slider {
  color: #2b2d42;
  --thumb-height: 1.375em;
  --thumb-width: 0.5em;
  --clip-edges: 0.0125em; }

/*  ==========================================================================
    MODAL
    ========================================================================== */
/*  ==========================================================================
    TITLE
    ========================================================================== */
.title-h1, .title-h2, .title-h3, .title-h4, .title-h5, .title-h6 {
  font-family: "Barlow", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.125;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #222824;
  text-shadow: inherit; }
  @media (max-width: 479px) {
    .title-h1, .title-h2, .title-h3, .title-h4, .title-h5, .title-h6 {
      font-size: 3rem;
      /*
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    */ } }
  @media (min-width: 480px) and (max-width: 767px) {
    .title-h1, .title-h2, .title-h3, .title-h4, .title-h5, .title-h6 {
      font-size: 3rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .title-h1, .title-h2, .title-h3, .title-h4, .title-h5, .title-h6 {
      font-size: 3rem; } }

.sub-title-h1,
.sub-title-h2,
.sub-title-h3,
.sub-title-h4,
.sub-title-h5 {
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.125;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #363c42;
  text-shadow: inherit; }
  @media (max-width: 479px) {
    .sub-title-h1,
    .sub-title-h2,
    .sub-title-h3,
    .sub-title-h4,
    .sub-title-h5 {
      font-size: 1.5rem; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .sub-title-h1,
    .sub-title-h2,
    .sub-title-h3,
    .sub-title-h4,
    .sub-title-h5 {
      font-size: 1.5rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sub-title-h1,
    .sub-title-h2,
    .sub-title-h3,
    .sub-title-h4,
    .sub-title-h5 {
      font-size: 1.5rem; } }

.title-h2 {
  font-size: 2.75rem;
  line-height: 1; }
  @media (max-width: 479px) {
    .title-h2 {
      font-size: 2rem; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .title-h2 {
      font-size: 2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .title-h2 {
      font-size: 2rem; } }

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

.title-h3 {
  font-size: 2rem; }
  @media (max-width: 479px) {
    .title-h3 {
      font-size: 1.5rem; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .title-h3 {
      font-size: 1.5rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .title-h3 {
      font-size: 1.5rem; } }

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

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

.sub-title-h4 {
  font-size: 1rem; }

.title-h5 {
  font-size: 1em; }

.bloc-txt {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #363c42; }
  @media (min-width: 480px) and (max-width: 767px) {
    .bloc-txt {
      font-size: 1.125rem;
      line-height: 1.5; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bloc-txt {
      font-size: 1.125rem;
      line-height: 1.5; } }

.bloc-txt-xs {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #363c42; }

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

.bloc-intro {
  font-size: 1.625rem;
  line-height: 1.5;
  color: #22272a;
  font-weight: 300; }
  @media (max-width: 479px) {
    .bloc-intro {
      font-size: 1.5rem; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .bloc-intro {
      font-size: 1.5rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bloc-intro {
      font-size: 1.5rem; } }

/* IMPORT Modules */
/*  ==========================================================================
    MODULE BANNER HERO 
    ========================================================================== */
    .banner-hero {
      position: relative;
      z-index: 3;
      margin-top: -92px; }
      .banner-hero .banner-hero-center {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 479px) {
          .banner-hero .banner-hero-center {
            display: block;
            margin: auto;
            text-align: center; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .banner-hero .banner-hero-center {
            display: block;
            margin: auto;
            text-align: center; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .banner-hero .banner-hero-center {
            display: block;
            margin: auto;
            text-align: center; } }
      .banner-hero .banner-hero-top {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media (max-width: 479px) {
          .banner-hero .banner-hero-top {
            display: block;
            margin: auto;
            text-align: center; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .banner-hero .banner-hero-top {
            display: block;
            margin: auto;
            text-align: center; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .banner-hero .banner-hero-top {
            display: block;
            margin: auto;
            text-align: center; } }
      .banner-hero .banner-hero-timer {
        color: #fff;
        font-size: 1.125rem;
        font-weight: 300;
        text-transform: uppercase;
        display: flex; }
        @media (max-width: 479px) {
          .banner-hero .banner-hero-timer {
            justify-content: center;
            margin-bottom: 16px; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .banner-hero .banner-hero-timer {
            justify-content: center;
            margin-bottom: 16px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .banner-hero .banner-hero-timer {
            justify-content: center;
            margin-bottom: 16px; } }
        .banner-hero .banner-hero-timer .partime {
          margin-right: 4px;
          display: block;
          text-align: center; }
          .banner-hero .banner-hero-timer .partime:last-child {
            margin-right: 0; }
          .banner-hero .banner-hero-timer .partime .top {
            text-align: center;
            display: block;
            font-size: 3.5rem;
            line-height: 1;
            font-weight: 700; }
      @media (max-width: 479px) {
        .banner-hero .banner-hero-btn-group {
          text-align: center;
          margin-bottom: 16px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .banner-hero .banner-hero-btn-group {
          text-align: center;
          margin-bottom: 16px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .banner-hero .banner-hero-btn-group {
          text-align: center;
          margin-bottom: 16px; } }
      .banner-hero .banner-hero-btn-group .btn {
        margin-right: 16px; }
        @media (max-width: 479px) {
          .banner-hero .banner-hero-btn-group .btn {
            margin-right: 0;
            margin: auto;
            margin-bottom: 16px; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .banner-hero .banner-hero-btn-group .btn {
            margin-right: 0;
            margin: auto;
            margin-bottom: 16px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .banner-hero .banner-hero-btn-group .btn {
            margin-right: 0;
            margin: auto;
            margin-bottom: 16px; } }
        .banner-hero .banner-hero-btn-group .btn:last-child {
          margin-right: 0; }
      .banner-hero .banner-hero-back {
        background-color: #22272a;
        background: -moz-radial-gradient(circle, #3d494f 0%, #22272a 100%);
        background: -webkit-radial-gradient(circle, #3d494f 0%, #22272a 100%);
        background: radial-gradient(circle, #3d494f 0%, #22272a 100%);
        border-radius: 8px;
        color: rgba(255, 255, 255, 0.65) !important;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.65);
        padding: 32px; }
        .banner-hero .banner-hero-back.back-red {
          background: #d42f2f;
          background: -moz-radial-gradient(circle, #d42f2f 0%, #8a1b1b 100%);
          background: -webkit-radial-gradient(circle, #d42f2f 0%, #8a1b1b 100%);
          background: radial-gradient(circle, #d42f2f 0%, #8a1b1b 100%); }
        .banner-hero .banner-hero-back .title-h2,
        .banner-hero .banner-hero-back .title-h3,
        .banner-hero .banner-hero-back .title-h4 {
          color: rgba(255, 255, 255, 0.8) !important; }
        .banner-hero .banner-hero-back .bloc-txt,
        .banner-hero .banner-hero-back .bloc-txt-xs {
          color: rgba(255, 255, 255, 0.8) !important; }
        .banner-hero .banner-hero-back .divider {
          border-color: rgba(255, 255, 255, 0.15); }
      .banner-hero .banner-hero-content {
        background-color: #fff;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        padding: 8px 16px 8px 8px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media (max-width: 479px) {
          .banner-hero .banner-hero-content {
            display: block;
            text-align: center;
            padding-bottom: 16px; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .banner-hero .banner-hero-content {
            display: block;
            text-align: center;
            padding-bottom: 16px; } }
        .banner-hero .banner-hero-content .banner-hero-content-video {
          flex: none;
          margin-right: 16px; }
          @media (max-width: 479px) {
            .banner-hero .banner-hero-content .banner-hero-content-video {
              margin-right: 0;
              margin-bottom: 16px; } }
          @media (min-width: 480px) and (max-width: 767px) {
            .banner-hero .banner-hero-content .banner-hero-content-video {
              margin-right: 0;
              margin-bottom: 16px; } }
          .banner-hero .banner-hero-content .banner-hero-content-video .img-content {
            position: relative;
            height: 160px;
            width: 240px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .banner-hero .banner-hero-content .banner-hero-content-video .img-content:hover.img-overlay-dark:after, .banner-hero .banner-hero-content .banner-hero-content-video .img-content:focus.img-overlay-dark:after {
              background-color: rgba(0, 0, 0, 0.75); }
            .banner-hero .banner-hero-content .banner-hero-content-video .img-content.img-overlay-dark {
              cursor: pointer; }
              .banner-hero .banner-hero-content .banner-hero-content-video .img-content.img-overlay-dark:after {
                transition: all ease-in-out 0.125s;
                background-color: rgba(0, 0, 0, 0.35); }
            .banner-hero .banner-hero-content .banner-hero-content-video .img-content i {
              font-size: 64px;
              color: #fff;
              position: absolute;
              z-index: 1;
              text-shadow: 0 0 3px rgba(0, 0, 0, 0.35); }
            @media (max-width: 479px) {
              .banner-hero .banner-hero-content .banner-hero-content-video .img-content {
                margin: auto; } }
            @media (min-width: 480px) and (max-width: 767px) {
              .banner-hero .banner-hero-content .banner-hero-content-video .img-content {
                margin: auto; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .banner-hero .banner-hero-content .banner-hero-content-video .img-content {
                margin: auto;
                height: 120px;
                width: 180px; } }
        .banner-hero .banner-hero-content .banner-hero-content-info p {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
        .banner-hero .banner-hero-content .banner-hero-content-btn {
          flex: none;
          margin-left: 16px; }
          @media (max-width: 479px) {
            .banner-hero .banner-hero-content .banner-hero-content-btn {
              margin-left: 0;
              margin-top: 16px; } }
          @media (min-width: 480px) and (max-width: 767px) {
            .banner-hero .banner-hero-content .banner-hero-content-btn {
              margin-left: 0;
              margin-top: 16px; } }
    

.bloc-result {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff; }
  @media (max-width: 479px) {
    .bloc-result {
      display: block;
      text-align: center; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .bloc-result {
      display: block;
      text-align: center; } }

.bloc-resultat-large {
  text-transform: uppercase;
  font-size: 4.5rem;
  font-weight: 700; }
  .bloc-resultat-large span {
    font-weight: 300;
    font-size: 1.75rem; }

.bloc-resultat-small {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700; }
  .bloc-resultat-small span {
    font-weight: 300;
    font-size: 1rem; }
  .bloc-resultat-small.light {
    opacity: 0.5; }

#rangeValue {
  position: relative;
  display: block;
  text-align: center;
  font-size: 6em;
  color: #999;
  font-weight: 400; }

.range {
  width: 400px;
  height: 15px;
  -webkit-appearance: none;
  background: #111;
  outline: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: inset 0 0 5px black; }

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00fd0a;
  cursor: pointer;
  border: 4px solid #333;
  box-shadow: -407px 0 0 400px #00fd0a; }

/*  ==========================================================================
    MODULE MAP
    ========================================================================== */
.map-content {
  position: relative; }
  .map-content:after {
    content: "";
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: 160px;
    background-color: rgba(54, 60, 66, 0.05);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

.map-content {
  position: relative;
  height: 560px;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 479px) {
    .map-content {
      height: auto; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .map-content {
      height: auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .map-content {
      height: auto; } }
  .map-content #map-google {
    position: relative;
    padding: 0;
    margin: 0;
    height: 100%;
    height: 560px;
    right: 0;
    top: 0;
    overflow: hidden; }

.map-container {
  position: relative;
  z-index: 1;
  margin-top: -84px;
  overflow: hidden; }
  .map-container .map {
    position: relative;
    width: calc(100% - 64px);
    margin: auto;
    padding: 8px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    @media (max-width: 479px) {
      .map-container .map {
        width: calc(100% - 16px); } }
    @media (min-width: 480px) and (max-width: 767px) {
      .map-container .map {
        width: calc(100% - 16px); } }

.map-search-form {
  position: relative;
  margin-bottom: 24px; }
  .map-search-form input {
    position: relative;
    border: 0;
    min-height: 44px; }
  .map-search-form button.btn-form {
    position: absolute;
    background-color: transparent;
    color: #7a7c80;
    font-weight: 400;
    top: 2px;
    right: 2px;
    height: 40px;
    border-radius: 32px; }
    .map-search-form button.btn-form:hover, .map-search-form button.btn-form:focus {
      color: black;
      color: black; }

.map-info {
  position: absolute;
  left: 16px;
  bottom: 0;
  max-width: 33.333%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(4px);
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0.5s cubic-bezier(0.5, 0, 0, 0.75); }
  .map-info.map-info-opened {
    opacity: 1;
    visibility: inherit; }
  @media (max-width: 479px) {
    .map-info {
      position: relative;
      left: inherit;
      bottom: inherit;
      max-width: inherit;
      width: 100%;
      margin-top: 16px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .map-info {
      position: relative;
      left: inherit;
      bottom: inherit;
      max-width: inherit;
      width: 100%;
      margin-top: 16px; } }
  .map-info ul {
    margin-left: 16px; }
    .map-info ul li {
      list-style: square; }

.map-filters {
  position: absolute;
  width: 320px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(4px);
  height: calc(100% - 72px);
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(320px) translateY(0);
  transform: translateX(320px) translateY(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0.5s cubic-bezier(0.5, 0, 0, 0.75); }
  @media (max-width: 479px) {
    .map-filters {
      width: 100%; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .map-filters {
      width: 100%; } }
  .map-filters.map-filters-opened {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0); }
  .map-filters .form-contentÂ  {
    height: calc(100% - 96px);
    overflow: scroll; }
  .map-filters .form-content {
    overflow: scroll;
    height: calc(100% - 96px); }
  .map-filters .map-filters-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #dce1e6; }

.map-btn-filters {
  position: absolute;
  right: 68px;
  top: 16px;
  z-index: 1; }

.btn .notifications {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d90032;
  top: -5px;
  right: -5px; }

/*  ==========================================================================
    MODULE SLIDER
    ========================================================================== */
.slider {
  overflow: hidden;
  position: relative;
  /*  OWL NAVIGATION
        ========================================================================== */ }
  .slider .owl-item {
    width: 100%; }
  .slider .slide-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000; }
    .slider .slide-content:before {
      content: "";
      position: absolute;
      background-color: rgba(0, 0, 0, 0.35);
      background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
      width: 100%;
      height: 220px;
      top: 0;
      left: 0;
      right: 0;
      z-index: 2; }
      @media (max-width: 479px) {
        .slider .slide-content:before {
          background-color: rgba(0, 0, 0, 0.35);
          background: -moz-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
          background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
          background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%); } }
      @media (min-width: 480px) and (max-width: 767px) {
        .slider .slide-content:before {
          background-color: rgba(0, 0, 0, 0.35);
          background: -moz-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
          background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
          background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%); } }
      @media (min-width: 768px) and (max-width: 991px) {
        .slider .slide-content:before {
          background-color: rgba(0, 0, 0, 0.35);
          background: -moz-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
          background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
          background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%); } }
    .slider .slide-content img,
    .slider .slide-content video {
      opacity: 1;
      vertical-align: middle;
      z-index: 10;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      object-fit: cover;
      object-position: center; }
    .slider .slide-content .slider-title {
      text-align: center;
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0; }
      @media (max-width: 479px) {
        .slider .slide-content .slider-title .title-h1 {
          font-size: 2.5rem; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .slider .slide-content .slider-title .title-h1 {
          font-size: 2.5rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .slider .slide-content .slider-title .title-h1 {
          font-size: 2.5rem; } }
    .slider .slide-content .slider-title-top {
      top: 96px; }
    .slider .slide-content .slider-title-bottom {
      bottom: 16px; }
    .slider .slide-content .slider-title-bottom-btn {
      bottom: 112px; }
  .slider .owl-carousel:hover .owl-nav, .slider .owl-carousel:focus .owl-nav {
    opacity: 1;
    transition: all ease-in-out 0.25s; }
  .slider .owl-carousel .owl-nav {
    opacity: 0;
    transition: all ease-in-out 0.25s; }
    .slider .owl-carousel .owl-nav:hover, .slider .owl-carousel .owl-nav:focus {
      opacity: 1;
      transition: all ease-in-out 0.25s; }
  .slider .slider-home-btn .owl-nav {
    bottom: 112px; }
  .slider .slider-home-btn .owl-nav {
    bottom: 112px; }
  .slider .owl-nav {
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 0; }
    .slider .owl-nav .owl-prev,
    .slider .owl-nav .owl-next {
      position: absolute;
      width: 48px;
      height: 48px;
      border-radius: 0;
      background: rgba(0, 0, 0, 0.35) !important; }
      .slider .owl-nav .owl-prev i,
      .slider .owl-nav .owl-next i {
        font-size: 32px;
        color: #fff; }
      .slider .owl-nav .owl-prev:hover, .slider .owl-nav .owl-prev:focusÂ ,
      .slider .owl-nav .owl-next:hover,
      .slider .owl-nav .owl-next:focusÂ  {
        background: rgba(0, 0, 0, 0.5) !important; }
    .slider .owl-nav .owl-prev {
      left: 0;
      bottom: 0;
      transition: all 0.2s ease-in-out; }
    .slider .owl-nav .owl-next {
      right: 0;
      bottom: 0;
      transition: all 0.2s ease-in-out; }
  .slider .owl-dots {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: all 0.2s ease-in-out;
    /*
            @media (max-width: 479px) {position: relative; bottom: inherit; margin: $multi-050; margin-top: $multi-100;}
            @media (min-width: 480px) and (max-width: 767px) {position: relative; bottom: inherit; margin: $multi-050; margin-top: $multi-100;}
            */ }
    .slider .owl-dots:hover, .slider .owl-dots:focus {
      opacity: 1; }
    .slider .owl-dots .owl-dot span {
      position: relative;
      width: 10px;
      height: 10px;
      margin: 10px 0;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.35);
      display: block;
      -webkit-backface-visibility: visible;
      transition: all 0.2s ease-in-out; }
      .slider .owl-dots .owl-dot span:after {
        content: "";
        top: -5px;
        left: -5px;
        position: absolute;
        border: 1px solid transparent;
        height: 20px;
        width: 20px;
        display: block;
        border-radius: 16px; }
    .slider .owl-dots .owl-dot.active span {
      background: #fff; }
      .slider .owl-dots .owl-dot.active span:after {
        border-color: #fff; }
    .slider .owl-dots .owl-dot:hover span, .slider .owl-dots .owl-dot:focus span {
      background: #fff; }

.slider-atto-3 .item {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  height: 380px; }
  @media (max-width: 479px) {
    .slider-atto-3 .item {
      height: 240px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .slider-atto-3 .item {
      height: 240px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .slider-atto-3 .item {
      height: 240px; } }
  .slider-atto-3 .item span.img-shadow:before {
    box-shadow: none; }
  .slider-atto-3 .item span.img-shadow img,
  .slider-atto-3 .item span.img-shadow video {
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: 50% 50%; }

.slider-color {
  background-color: #EEEEEE; }
  .slider-color .slide-content {
    position: relative;
    z-index: 1;
    width: auto;
    text-align: center;
    height: 540px; }
    @media (max-width: 479px) {
      .slider-color .slide-content {
        height: 200px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .slider-color .slide-content {
        height: 280px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .slider-color .slide-content {
        height: 320px; } }
    .slider-color .slide-content span.img-shadow:before {
      box-shadow: none; }
    .slider-color .slide-content span.img-shadow img,
    .slider-color .slide-content span.img-shadow video {
      margin: auto;
      z-index: 1;
      height: 100%;
      width: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover;
      object-position: 50% 50%; }

.slider-page-atto-3 .slide-content {
  height: 640px; }
  @media (max-width: 479px) {
    .slider-page-atto-3 .slide-content {
      height: 480px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .slider-page-atto-3 .slide-content {
      height: 480px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .slider-page-atto-3 .slide-content {
      height: 480px; } }

.slider-platform .slide-content {
  height: auto; }

.slider-platform .owl-dots {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  opacity: 1;
  transition: all 0.2s ease-in-out; }
  .slider-platform .owl-dots:hover, .slider-platform .owl-dots:focus {
    opacity: 1; }
  .slider-platform .owl-dots .owl-dot {
    margin: 0 8px;
    margin-top: 32px; }
    .slider-platform .owl-dots .owl-dot span {
      position: relative;
      width: 10px;
      height: 10px;
      margin: 10px 0;
      border-radius: 10px;
      background: rgba(34, 39, 42, 0.35);
      display: block;
      -webkit-backface-visibility: visible;
      transition: all 0.2s ease-in-out; }
      .slider-platform .owl-dots .owl-dot span:after {
        content: "";
        top: -5px;
        left: -5px;
        position: absolute;
        border: 1px solid transparent;
        height: 20px;
        width: 20px;
        display: block;
        border-radius: 16px; }
    .slider-platform .owl-dots .owl-dot.active span {
      background: #22272a; }
      .slider-platform .owl-dots .owl-dot.active span:after {
        border-color: #22272a; }
    .slider-platform .owl-dots .owl-dot:hover span, .slider-platform .owl-dots .owl-dot:focus span {
      background: #22272a; }

.slider-home .slide-content {
  height: 640px; }
  @media (max-width: 479px) {
    .slider-home .slide-content {
      height: 480px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .slider-home .slide-content {
      height: 480px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .slider-home .slide-content {
      height: 480px; } }

/*  ==========================================================================
    MODULE TABLES
    ========================================================================== */
.modal-content {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }

.modal-footer {
  border-top: 0;
  justify-content: space-between; }

.modal-header {
  position: relative;
  border-bottom: 0;
  justify-content: center; }
  .modal-header .close {
    position: absolute;
    top: 0;
    right: 0; }

.modal-video .close {
  position: absolute;
  top: -32px;
  right: -32px;
  color: #fff;
  opacity: 0.6;
  text-shadow: none; }
  .modal-video .close:hover {
    opacity: 1; }

.modal-backdrop {
  background-color: black; }
  .modal-backdrop.show {
    opacity: 0.7; }

.modal-open .modal {
  backdrop-filter: blur(8px); }

/* IMPORT Layout */
/*  ==========================================================================
    COOKIES
    ========================================================================== */
.irs--round .irs-handle {
  border: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  .irs--round .irs-handle.state_hover, .irs--round .irs-handle:hoverÂ  {
    background-color: rgba(122, 124, 128, 0.1); }

.irs--round .irs-line {
  top: 34px;
  background-color: rgba(122, 124, 128, 0.2);
  height: 8px; }

.irs--round .irs-bar {
  top: 34px;
  height: 8px;
  background-color: #39b2c7; }

/*  ==========================================================================
    FOOTER
    ========================================================================== */
footer {
  margin-top: 128px; }
  footer .footer-rs ul {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media (max-width: 479px) {
      footer .footer-rs ul {
        justify-content: center;
        margin-bottom: 32px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      footer .footer-rs ul {
        justify-content: center;
        margin-bottom: 32px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .footer-rs ul {
        justify-content: center;
        margin-bottom: 32px; } }
    footer .footer-rs ul li:first-child a {
      margin-left: 0;
      padding-left: 0; }
      @media (max-width: 479px) {
        footer .footer-rs ul li:first-child a {
          padding-left: 4px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        footer .footer-rs ul li:first-child a {
          padding-left: 4px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .footer-rs ul li:first-child a {
          padding-left: 4px; } }
    footer .footer-rs ul li a {
      color: #7a7c80;
      transition: all ease-in-out 0.125s;
      padding: 4px;
      margin-left: 8px;
      line-height: 1;
      display: block; }
      footer .footer-rs ul li a:hover, footer .footer-rs ul li a:focus {
        text-decoration: none;
        color: #22272a; }
      footer .footer-rs ul li a i {
        font-size: 24px; }
  footer .footer-divider {
    position: relative;
    display: flex;
    justify-content: end; }
    @media (max-width: 479px) {
      footer .footer-divider {
        justify-content: center; } }
    @media (min-width: 480px) and (max-width: 767px) {
      footer .footer-divider {
        justify-content: center; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .footer-divider {
        justify-content: center; } }
    footer .footer-divider:after {
      content: "";
      position: absolute;
      height: 1px;
      width: 100%;
      background-color: rgba(122, 124, 128, 0.25);
      top: 15px;
      z-index: -1; }
    footer .footer-divider p {
      font-size: 1.125rem;
      font-weight: 300;
      color: rgba(122, 124, 128, 0.65);
      text-align: right;
      background: #fbfbfd;
      padding-left: 8px; }
      @media (max-width: 479px) {
        footer .footer-divider p {
          padding-right: 8px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        footer .footer-divider p {
          padding-right: 8px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .footer-divider p {
          padding-right: 8px; } }
  footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: left; }
    @media (max-width: 479px) {
      footer .footer-bottom {
        display: block;
        margin-bottom: 32px;
        text-align: center; } }
    @media (min-width: 480px) and (max-width: 767px) {
      footer .footer-bottom {
        display: block;
        margin-bottom: 32px;
        text-align: center; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .footer-bottom {
        display: block;
        margin-bottom: 32px;
        text-align: center; } }
  footer .nav-footer {
    display: flex;
    align-items: center; }
    @media (max-width: 479px) {
      footer .nav-footer {
        display: block;
        margin-bottom: 16px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      footer .nav-footer {
        display: block;
        margin-bottom: 16px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .nav-footer {
        display: block;
        margin-bottom: 16px; } }
    footer .nav-footer li p {
      font-size: 0.813rem;
      color: #7a7c80;
      font-weight: 500;
      padding: 32px 0 29px 0;
      line-height: 0.813rem; }
      @media (max-width: 479px) {
        footer .nav-footer li p {
          text-align: center;
          padding: 16px 0;
          margin-top: 16px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        footer .nav-footer li p {
          text-align: center;
          padding: 16px 0;
          margin-top: 16px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .nav-footer li p {
          text-align: center;
          padding: 16px 0;
          margin-top: 16px; } }
    footer .nav-footer li a {
      font-size: 0.813rem;
      color: #7a7c80;
      font-weight: 500;
      padding: 32px 8px;
      line-height: 0.813rem; }
      footer .nav-footer li a:hover, footer .nav-footer li a:focus {
        color: #22272a; }
      @media (max-width: 479px) {
        footer .nav-footer li a {
          text-align: center;
          padding: 16px 0; } }
      @media (min-width: 480px) and (max-width: 767px) {
        footer .nav-footer li a {
          text-align: center;
          padding: 16px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .nav-footer li a {
          text-align: center;
          padding: 16px 0; } }
  footer .flag-select .flag-selec-btn {
    display: flex;
    align-items: center; }
    footer .flag-select .flag-selec-btn span {
      font-size: 0.813rem;
      color: #7a7c80;
      font-weight: 500;
      line-height: 0.813rem; }
  footer .flag-select .imflag {
    margin-right: 4px;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    line-height: 1; }
    footer .flag-select .imflag span.img-shadow {
      border-radius: 20px; }
      footer .flag-select .imflag span.img-shadow::before {
        content: "";
        border-radius: 20px;
        box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.85);
        -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.85);
        -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.85); }
      footer .flag-select .imflag span.img-shadow img {
        border-radius: 20px;
        height: 20px;
        width: 20px; }
  footer .flag-select .dropdown-menu.flag-dropup {
    border: 0;
    box-shadow: 0 0 4px rgba(122, 124, 128, 0.15); }
    footer .flag-select .dropdown-menu.flag-dropup ul li a {
      display: flex;
      align-items: center;
      font-size: 0.813rem;
      color: #7a7c80;
      font-weight: 500;
      padding: 12px;
      line-height: 0.813rem; }
      footer .flag-select .dropdown-menu.flag-dropup ul li a:hover, footer .flag-select .dropdown-menu.flag-dropup ul li a:focus {
        background-color: rgba(122, 124, 128, 0.15);
        color: #22272a; }
      footer .flag-select .dropdown-menu.flag-dropup ul li a.active {
        background-color: rgba(34, 39, 42, 0.95);
        color: #fff; }

/*  ==========================================================================
    GABARITS
    ========================================================================== */
.header-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 2; }

.bloc-large {
  padding: 0 64px; }
  @media (max-width: 479px) {
    .bloc-large {
      padding: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .bloc-large {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bloc-large {
      padding: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .bloc-large {
      padding: 0; } }
  @media (min-width: 1200px) and (max-width: 1399px) {
    .bloc-large {
      padding: 0; } }
  @media (min-width: 1800px) {
    .bloc-large {
      padding: 0 128px; } }
  .bloc-large .bloc-large-txt {
    height: 100%;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: center; }

.bloc-img-cover {
  position: relative; }
  .bloc-img-cover .container-top {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 64px;
    z-index: 2; }
  .bloc-img-cover .container-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 64px;
    z-index: 2; }

.bloc-card {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  .bloc-card .bloc-card-txt {
    padding: 16px; }

.bloc-position-top {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 16px;
  padding: 0 32px; }

.bloc-position-bottom {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 16px;
  padding: 0 32px; }

.space-bloc {
  margin-right: -8px;
  margin-left: -8px;
  margin-right: 0;
  margin-left: 0; }
  .space-bloc > .col-6,
  .space-bloc > .col-lg-6,
  .space-bloc > .col-md-6 {
    padding: 0 8px; }
    .space-bloc > .col-6:nth-child(odd),
    .space-bloc > .col-lg-6:nth-child(odd),
    .space-bloc > .col-md-6:nth-child(odd) {
      padding: 0 8px 0 0; }
      @media (max-width: 479px) {
        .space-bloc > .col-6:nth-child(odd),
        .space-bloc > .col-lg-6:nth-child(odd),
        .space-bloc > .col-md-6:nth-child(odd) {
          padding: 0; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .space-bloc > .col-6:nth-child(odd),
        .space-bloc > .col-lg-6:nth-child(odd),
        .space-bloc > .col-md-6:nth-child(odd) {
          padding: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .space-bloc > .col-6:nth-child(odd),
        .space-bloc > .col-lg-6:nth-child(odd),
        .space-bloc > .col-md-6:nth-child(odd) {
          padding: 0; } }
    .space-bloc > .col-6:nth-child(even),
    .space-bloc > .col-lg-6:nth-child(even),
    .space-bloc > .col-md-6:nth-child(even) {
      padding: 0 0 0 8px; }
      @media (max-width: 479px) {
        .space-bloc > .col-6:nth-child(even),
        .space-bloc > .col-lg-6:nth-child(even),
        .space-bloc > .col-md-6:nth-child(even) {
          padding: 0; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .space-bloc > .col-6:nth-child(even),
        .space-bloc > .col-lg-6:nth-child(even),
        .space-bloc > .col-md-6:nth-child(even) {
          padding: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .space-bloc > .col-6:nth-child(even),
        .space-bloc > .col-lg-6:nth-child(even),
        .space-bloc > .col-md-6:nth-child(even) {
          padding: 0; } }
    @media (max-width: 479px) {
      .space-bloc > .col-6,
      .space-bloc > .col-lg-6,
      .space-bloc > .col-md-6 {
        padding: 0; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .space-bloc > .col-6,
      .space-bloc > .col-lg-6,
      .space-bloc > .col-md-6 {
        padding: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .space-bloc > .col-6,
      .space-bloc > .col-lg-6,
      .space-bloc > .col-md-6 {
        padding: 0; } }
  .space-bloc > .col-12,
  .space-bloc > .col-lg-12,
  .space-bloc > .col-md-12 {
    padding: 0;
    margin-bottom: 16px; }
    .space-bloc > .col-12:nth-child(odd),
    .space-bloc > .col-lg-12:nth-child(odd),
    .space-bloc > .col-md-12:nth-child(odd) {
      padding: 0; }
    .space-bloc > .col-12:nth-child(even),
    .space-bloc > .col-lg-12:nth-child(even),
    .space-bloc > .col-md-12:nth-child(even) {
      padding: 0; }
  .space-bloc > .col-4,
  .space-bloc > .col-lg-4,
  .space-bloc > .col-md-4,
  .space-bloc > .col-sm-4 {
    padding: 0; }
    .space-bloc > .col-4:first-child,
    .space-bloc > .col-lg-4:first-child,
    .space-bloc > .col-md-4:first-child,
    .space-bloc > .col-sm-4:first-child {
      padding: 0; }
      @media (max-width: 479px) {
        .space-bloc > .col-4:first-child,
        .space-bloc > .col-lg-4:first-child,
        .space-bloc > .col-md-4:first-child,
        .space-bloc > .col-sm-4:first-child {
          padding: 0; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .space-bloc > .col-4:first-child,
        .space-bloc > .col-lg-4:first-child,
        .space-bloc > .col-md-4:first-child,
        .space-bloc > .col-sm-4:first-child {
          padding: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .space-bloc > .col-4:first-child,
        .space-bloc > .col-lg-4:first-child,
        .space-bloc > .col-md-4:first-child,
        .space-bloc > .col-sm-4:first-child {
          padding: 0; } }
    .space-bloc > .col-4:last-child,
    .space-bloc > .col-lg-4:last-child,
    .space-bloc > .col-md-4:last-child,
    .space-bloc > .col-sm-4:last-child {
      padding: 0; }
      @media (max-width: 479px) {
        .space-bloc > .col-4:last-child,
        .space-bloc > .col-lg-4:last-child,
        .space-bloc > .col-md-4:last-child,
        .space-bloc > .col-sm-4:last-child {
          padding: 0; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .space-bloc > .col-4:last-child,
        .space-bloc > .col-lg-4:last-child,
        .space-bloc > .col-md-4:last-child,
        .space-bloc > .col-sm-4:last-child {
          padding: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .space-bloc > .col-4:last-child,
        .space-bloc > .col-lg-4:last-child,
        .space-bloc > .col-md-4:last-child,
        .space-bloc > .col-sm-4:last-child {
          padding: 0; } }
    @media (max-width: 479px) {
      .space-bloc > .col-4,
      .space-bloc > .col-lg-4,
      .space-bloc > .col-md-4,
      .space-bloc > .col-sm-4 {
        padding: 0; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .space-bloc > .col-4,
      .space-bloc > .col-lg-4,
      .space-bloc > .col-md-4,
      .space-bloc > .col-sm-4 {
        padding: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .space-bloc > .col-4,
      .space-bloc > .col-lg-4,
      .space-bloc > .col-md-4,
      .space-bloc > .col-sm-4 {
        padding: 0; } }
  .space-bloc > .col-8,
  .space-bloc > .col-lg-8,
  .space-bloc > .col-md-8,
  .space-bloc > .col-sm-8 {
    padding: 0; }
    .space-bloc > .col-8:first-child,
    .space-bloc > .col-lg-8:first-child,
    .space-bloc > .col-md-8:first-child,
    .space-bloc > .col-sm-8:first-child {
      padding: 0; }
      @media (max-width: 479px) {
        .space-bloc > .col-8:first-child,
        .space-bloc > .col-lg-8:first-child,
        .space-bloc > .col-md-8:first-child,
        .space-bloc > .col-sm-8:first-child {
          padding: 0; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .space-bloc > .col-8:first-child,
        .space-bloc > .col-lg-8:first-child,
        .space-bloc > .col-md-8:first-child,
        .space-bloc > .col-sm-8:first-child {
          padding: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .space-bloc > .col-8:first-child,
        .space-bloc > .col-lg-8:first-child,
        .space-bloc > .col-md-8:first-child,
        .space-bloc > .col-sm-8:first-child {
          padding: 0; } }
    .space-bloc > .col-8:last-child,
    .space-bloc > .col-lg-8:last-child,
    .space-bloc > .col-md-8:last-child,
    .space-bloc > .col-sm-8:last-child {
      padding: 0; }
      @media (max-width: 479px) {
        .space-bloc > .col-8:last-child,
        .space-bloc > .col-lg-8:last-child,
        .space-bloc > .col-md-8:last-child,
        .space-bloc > .col-sm-8:last-child {
          padding: 0; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .space-bloc > .col-8:last-child,
        .space-bloc > .col-lg-8:last-child,
        .space-bloc > .col-md-8:last-child,
        .space-bloc > .col-sm-8:last-child {
          padding: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .space-bloc > .col-8:last-child,
        .space-bloc > .col-lg-8:last-child,
        .space-bloc > .col-md-8:last-child,
        .space-bloc > .col-sm-8:last-child {
          padding: 0; } }

.border-right-txt {
  border-left: 1px solid rgba(122, 124, 128, 0.35);
  padding-left: 32px; }

.right-responsive {
  padding-right: 64px; }
  @media (max-width: 479px) {
    .right-responsive {
      padding-right: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .right-responsive {
      padding-right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .right-responsive {
      padding-right: 0; } }

.left-responsive {
  padding-left: 64px; }
  @media (max-width: 479px) {
    .left-responsive {
      padding-left: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .left-responsive {
      padding-left: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .left-responsive {
      padding-left: 0; } }

.li-table {
  display: flex;
  justify-content: space-between; }

/*  ==========================================================================
    HEADER
    ========================================================================== */
header {
  position: relative;
  background-color: #000;
  padding: 0;
  z-index: 7;
  width: 100%;
  transition: all ease-in-out 0.35s; }
  header .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease-in-out 0.35s; }
    header .header-content.header-start {
      padding: 18px;
      justify-content: center; }
      @media (max-width: 479px) {
        header .header-content.header-start {
          padding: inherit;
          justify-content: space-between; } }
      @media (min-width: 480px) and (max-width: 767px) {
        header .header-content.header-start {
          padding: inherit;
          justify-content: space-between; } }
      @media (min-width: 768px) and (max-width: 991px) {
        header .header-content.header-start {
          padding: inherit;
          justify-content: space-between; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        header .header-content.header-start {
          padding: inherit;
          justify-content: space-between; } }
  header .start {
    display: block; }
  header .sticky {
    display: none; }
  header .header-logo-content {
    height: 24px;
    width: 120px;
    margin-left: 16px; }
    header .header-logo-content a span.img-shadow::before {
      box-shadow: none; }
    header .header-logo-content a span.img-shadow img {
      opacity: 1;
      z-index: 10;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: fill; }
  header nav {
    margin-right: 16px; }
    header nav > ul {
      display: flex;
      align-items: center;
      text-align: right; }
      header nav > ul li {
        padding: 0 12px; }
        header nav > ul li:first-child {
          padding: 0;
          padding-right: 12px; }
        header nav > ul li:last-child {
          padding: 0;
          padding-left: 12px; }
        header nav > ul li a,
        header nav > ul li button {
          display: block;
          position: relative;
          padding: 20px 0;
          border: 0;
          background: transparent;
          font-size: 1rem;
          font-weight: 400;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #fff;
          line-height: 20px; }
          header nav > ul li a:before,
          header nav > ul li button:before {
            content: "";
            position: absolute;
            bottom: 16px;
            width: 100%;
            height: 1px;
            background-color: #fff;
            opacity: 0;
            transition: all ease-in-out 0.2s;
            transform: scaleX(0);
            transform-origin: bottom right; }
          header nav > ul li a:hover, header nav > ul li a:focus,
          header nav > ul li button:hover,
          header nav > ul li button:focus {
            color: #fff; }
            header nav > ul li a:hover:before, header nav > ul li a:focus:before,
            header nav > ul li button:hover:before,
            header nav > ul li button:focus:before {
              opacity: 1;
              transform: scaleX(1);
              transform-origin: bottom left; }
          header nav > ul li a.active,
          header nav > ul li button.active {
            font-weight: 700;
            color: #fff; }
            header nav > ul li a.active:before,
            header nav > ul li button.active:before {
              content: "";
              position: absolute;
              width: 100%;
              height: 1px;
              background-color: #fff;
              opacity: 1;
              transform: scaleX(1); }
  header.open {
    position: fixed;
    bottom: 0;
    top: 32px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px); }
    header.open .header-logo-content {
      position: relative;
      z-index: 11; }
    header.open .start {
      display: none; }
    header.open .sticky {
      display: block; }
    header.open .responsive-nav {
      opacity: 1;
      height: 100vh;
      z-index: 9; }
  header.header-sticky {
    position: fixed;
    top: 0;
    transition: all ease-in-out 0.35s;
    background-color: transparent; }
    header.header-sticky .start {
      display: none; }
    header.header-sticky .sticky {
      display: block; }
    header.header-sticky .header-content {
      background-color: rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(4px); }
    header.header-sticky button.hamburger-nav:hover #nav-icon span, header.header-sticky button.hamburger-nav:focus #nav-icon span, header.header-sticky button.hamburger-nav:active #nav-icon span, header.header-sticky button.hamburger-nav:active:focus #nav-icon span {
      background: #22272a; }
    header.header-sticky button.hamburger-nav #nav-icon span {
      background: #22272a; }
    header.header-sticky nav > ul li a,
    header.header-sticky nav > ul li button {
      color: #22272a; }
      header.header-sticky nav > ul li a:before,
      header.header-sticky nav > ul li button:before {
        content: "";
        background-color: #22272a; }
      header.header-sticky nav > ul li a:hover, header.header-sticky nav > ul li a:focus,
      header.header-sticky nav > ul li button:hover,
      header.header-sticky nav > ul li button:focus {
        color: #22272a; }
      header.header-sticky nav > ul li a.active,
      header.header-sticky nav > ul li button.active {
        color: #22272a; }
        header.header-sticky nav > ul li a.active:before,
        header.header-sticky nav > ul li button.active:before {
          content: "";
          background-color: #22272a; }

.no-img-hero header {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px); }
  .no-img-hero header .start {
    display: none; }
  .no-img-hero header .sticky {
    display: block; }
  .no-img-hero header button.hamburger-nav:hover #nav-icon span, .no-img-hero header button.hamburger-nav:focus #nav-icon span, .no-img-hero header button.hamburger-nav:active #nav-icon span, .no-img-hero header button.hamburger-nav:active:focus #nav-icon span {
    background: #22272a; }
  .no-img-hero header button.hamburger-nav #nav-icon span {
    background: #22272a; }
  .no-img-hero header nav > ul li a {
    color: #22272a; }
    .no-img-hero header nav > ul li a:before {
      content: "";
      background-color: #22272a; }
    .no-img-hero header nav > ul li a:hover, .no-img-hero header nav > ul li a:focus {
      color: #22272a; }
    .no-img-hero header nav > ul li a.active {
      color: #22272a; }
      .no-img-hero header nav > ul li a.active:before {
        content: "";
        background-color: #22272a; }

/* NAVIGATION RESPONSIVE
--------------------------------------------------- */
/* BTN MENU NAVIGATION */
button.hamburger-nav {
  position: relative;
  z-index: 20;
  padding: 19px 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  border: 0;
  background: none;
  margin-right: 16px;
  /*
  &.active {
    #nav-icon span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    #nav-icon span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    #nav-icon span:nth-child(1) {
      top: 8px;
      width: 0%;
      left: 50%;
    }

    #nav-icon span:nth-child(4) {
      top: 8px;
      width: 0%;
      left: 50%;
    }
  }
  */ }
  button.hamburger-nav:hover, button.hamburger-nav:focus, button.hamburger-nav:active, button.hamburger-nav:active:focus {
    color: #fff;
    box-shadow: none; }
    button.hamburger-nav:hover #nav-icon span, button.hamburger-nav:focus #nav-icon span, button.hamburger-nav:active #nav-icon span, button.hamburger-nav:active:focus #nav-icon span {
      background: #fff; }
  button.hamburger-nav #nav-icon {
    width: 30px;
    height: 22px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /*
        -webkit-transition: -webkit-transform .5s, width .5s, left .5s, top .5s ease-in-out;
        -moz-transition: -moz-transform .5s, width .5s, left .5s, top .5s ease-in-out;
        -o-transition: -o-transform .5s, width .5s, left .5s, top .5s ease-in-out;
        transition: transform .5s, width .5s, left .5s, top .5s ease-in-out;*/
    cursor: pointer;
    float: left; }
  button.hamburger-nav #nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.25s, width 0.25s, left 0.25s, top 0.25s, background 0.25s ease-in-out;
    -moz-transition: -moz-transform 0.25s, width 0.25s, left 0.25s, top 0.25s, background 0.25s ease-in-out;
    -o-transition: -o-transform 0.25s, width 0.25s, left 0.25s, top 0.25s, background 0.25s ease-in-out;
    transition: transform 0.25s, width 0.25s, left 0.25s, top 0.25s, background 0.25s ease-in-out; }
    @media (max-width: 479px) {
      button.hamburger-nav #nav-icon span {
        background: #fff; } }
    @media (min-width: 480px) and (max-width: 767px) {
      button.hamburger-nav #nav-icon span {
        background: #fff; } }
    @media (min-width: 768px) and (max-width: 991px) {
      button.hamburger-nav #nav-icon span {
        background: #fff; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      button.hamburger-nav #nav-icon span {
        background: #fff; } }
  button.hamburger-nav #nav-icon span:nth-child(1) {
    top: 0px; }
  button.hamburger-nav #nav-icon span:nth-child(2),
  button.hamburger-nav #nav-icon span:nth-child(3) {
    top: 10px; }
  button.hamburger-nav #nav-icon span:nth-child(4) {
    top: 20px; }

/* BANDEAU MENU LEFT RESPONSIVE
  -------------------------------------------------------------- */
.responsive-nav {
  width: 100%;
  opacity: 0;
  height: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
  position: fixed;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1; }
  .responsive-nav .responsive-nav-menu {
    width: 100%; }
    .responsive-nav .responsive-nav-menu ul li a {
      padding: 8px 32px;
      display: block;
      color: #22272a;
      text-align: left;
      font-size: 2rem;
      position: relative;
      font-weight: 300; }
      .responsive-nav .responsive-nav-menu ul li a:before {
        content: "";
        position: absolute;
        bottom: 4px;
        width: 100%;
        height: 1px;
        background-color: #fff;
        opacity: 0;
        transition: all ease-in-out 0.2s;
        transform: scaleX(0);
        transform-origin: bottom right; }
      .responsive-nav .responsive-nav-menu ul li a.active {
        font-weight: 700; }
        .responsive-nav .responsive-nav-menu ul li a.active:before {
          content: "";
          background-color: #22272a;
          opacity: 1;
          transform: scaleX(1); }
      .responsive-nav .responsive-nav-menu ul li a i {
        position: absolute;
        right: 20px;
        top: 20px;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
      .responsive-nav .responsive-nav-menu ul li a.link {
        text-transform: uppercase; }
      .responsive-nav .responsive-nav-menu ul li a:hover, .responsive-nav .responsive-nav-menu ul li a:focus {
        text-decoration: none; }
      .responsive-nav .responsive-nav-menu ul li a.collapsed i {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .responsive-nav .responsive-nav-menu ul li ul li:last-child {
      border-bottom: 0; }

/* SUB HEADER
  -------------------------------------------------------------- */
.sub-header {
  transition: all ease-in-out 0.35s;
  position: absolute;
  width: 100%;
  z-index: 5; }
  .sub-header.sub-header-sticky {
    position: fixed;
    top: 60px;
    background-color: rgba(34, 39, 42, 0.95);
    backdrop-filter: blur(4px); }
    .sub-header.sub-header-sticky .sub-header-content {
      border-bottom: 0; }
  @media (max-width: 479px) {
    .sub-header .container {
      max-width: 100%; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .sub-header .container {
      max-width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sub-header .container {
      max-width: 100%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sub-header .container {
      max-width: 100%; } }
  .sub-header.sub-nav-open {
    background-color: rgba(34, 39, 42, 0.95);
    backdrop-filter: blur(4px); }
    .sub-header.sub-nav-open .sub-header-content {
      border-bottom: 0px; }
      .sub-header.sub-nav-open .sub-header-content ul {
        background-color: rgba(34, 39, 42, 0.95);
        backdrop-filter: blur(4px); }
        @media (max-width: 479px) {
          .sub-header.sub-nav-open .sub-header-content ul {
            max-height: 900px; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .sub-header.sub-nav-open .sub-header-content ul {
            max-height: 900px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .sub-header.sub-nav-open .sub-header-content ul {
            max-height: 900px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .sub-header.sub-nav-open .sub-header-content ul {
            max-height: 900px; } }

.sub-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding: 12px 0;
  transition: all 0.3s ease-in-out; }
  .sub-header-content ul {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 479px) {
      .sub-header-content ul {
        display: block;
        margin: auto;
        text-align: left;
        transition: all 0.3s ease-in-out;
        text-align: center;
        position: absolute;
        width: 100%;
        max-width: 100%;
        z-index: 10;
        right: 0;
        left: 0;
        top: 56px;
        max-height: 0px;
        overflow: hidden; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .sub-header-content ul {
        display: block;
        margin: auto;
        text-align: left;
        transition: all 0.3s ease-in-out;
        text-align: center;
        position: absolute;
        width: 100%;
        max-width: 100%;
        z-index: 10;
        right: 0;
        left: 0;
        top: 56px;
        max-height: 0px;
        overflow: hidden; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .sub-header-content ul {
        display: block;
        margin: auto;
        text-align: left;
        transition: all 0.3s ease-in-out;
        text-align: center;
        position: absolute;
        width: 100%;
        max-width: 100%;
        z-index: 10;
        right: 0;
        left: 0;
        top: 56px;
        max-height: 0px;
        overflow: hidden; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .sub-header-content ul {
        display: block;
        margin: auto;
        text-align: left;
        transition: all 0.3s ease-in-out;
        text-align: center;
        position: absolute;
        width: 100%;
        max-width: 100%;
        z-index: 10;
        right: 0;
        left: 0;
        top: 56px;
        max-height: 0px;
        overflow: hidden; } }
    .sub-header-content ul li a {
      position: relative;
      padding: 8px;
      color: rgba(255, 255, 255, 0.65);
      font-size: 0.813rem;
      height: 32px;
      display: flex;
      align-items: center;
      transition: all ease-in-out 0.125s; }
      @media (max-width: 479px) {
        .sub-header-content ul li a {
          justify-content: center;
          height: 44px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .sub-header-content ul li a {
          justify-content: center;
          height: 44px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .sub-header-content ul li a {
          justify-content: center;
          height: 44px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .sub-header-content ul li a {
          justify-content: center;
          height: 44px; } }
      .sub-header-content ul li a:before {
        content: "";
        position: absolute;
        bottom: -12px;
        width: calc(100% - 16px);
        margin: auto;
        opacity: 0;
        height: 2px;
        background-color: #fff;
        transition: all ease-in-out 0.125s; }
      @media (max-width: 479px) {
        .sub-header-content ul li a.btn {
          margin-top: 16px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .sub-header-content ul li a.btn {
          margin-top: 16px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .sub-header-content ul li a.btn {
          margin-top: 16px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .sub-header-content ul li a.btn {
          margin-top: 16px; } }
      .sub-header-content ul li a.btn::before {
        content: none; }
      .sub-header-content ul li a:hover, .sub-header-content ul li a:focus, .sub-header-content ul li a.active {
        color: white; }
        .sub-header-content ul li a:hover:before, .sub-header-content ul li a:focus:before, .sub-header-content ul li a.active:before {
          content: "";
          opacity: 1; }
          @media (max-width: 479px) {
            .sub-header-content ul li a:hover:before, .sub-header-content ul li a:focus:before, .sub-header-content ul li a.active:before {
              opacity: 0; } }
          @media (min-width: 480px) and (max-width: 767px) {
            .sub-header-content ul li a:hover:before, .sub-header-content ul li a:focus:before, .sub-header-content ul li a.active:before {
              opacity: 0; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .sub-header-content ul li a:hover:before, .sub-header-content ul li a:focus:before, .sub-header-content ul li a.active:before {
              opacity: 0; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .sub-header-content ul li a:hover:before, .sub-header-content ul li a:focus:before, .sub-header-content ul li a.active:before {
              opacity: 0; } }
        .sub-header-content ul li a:hover.btn::before, .sub-header-content ul li a:focus.btn::before, .sub-header-content ul li a.active.btn::before {
          content: none; }

/* NAV RESPONSVIE
  -------------------------------------------------------------- */
.nav-responsive {
  position: fixed;
  transform: translateX(100%);
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
  will-change: transform;
  background-color: #000; }
  .nav-responsive.nav-responsive-open {
    transform: translateX(0%);
    transition: transform 0.5s ease;
    will-change: transform; }
  .nav-responsive .nav-responsive-header {
    height: 28px;
    width: 120px;
    margin: 16px; }
    .nav-responsive .nav-responsive-header a span.img-shadow::before {
      box-shadow: none; }
    .nav-responsive .nav-responsive-header a span.img-shadow img {
      opacity: 1;
      z-index: 10;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: fill; }
  .nav-responsive .nav-responsive-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: auto; }
    .nav-responsive .nav-responsive-content ul {
      padding-left: 64px;
      width: 100%; }
      .nav-responsive .nav-responsive-content ul li.nav-responsive-header a {
        display: block; }
      .nav-responsive .nav-responsive-content ul li.nav-responsive-item a,
      .nav-responsive .nav-responsive-content ul li.nav-responsive-item button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: transparent;
        border: 0;
        text-align: left;
        font-size: 1.25rem;
        font-weight: 300;
        color: #fff;
        padding: 16px;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        transition: all ease-in-out 0.25s; }
        .nav-responsive .nav-responsive-content ul li.nav-responsive-item a:hover, .nav-responsive .nav-responsive-content ul li.nav-responsive-item a:focus,
        .nav-responsive .nav-responsive-content ul li.nav-responsive-item button:hover,
        .nav-responsive .nav-responsive-content ul li.nav-responsive-item button:focus {
          background-color: rgba(34, 39, 42, 0.5);
          transition: all ease-in-out 0.25s; }
      .nav-responsive .nav-responsive-content ul li.nav-responsive-item:nth-child(2) a {
        border-top: 1px solid rgba(255, 255, 255, 0.15); }
  .nav-responsive .nav-responsive-close {
    position: fixed;
    width: 64px;
    height: 100%;
    background-color: rgba(34, 39, 42, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding: 16px; }
    .nav-responsive .nav-responsive-close svg {
      fill: #fff;
      height: 24px; }
    .nav-responsive .nav-responsive-close:hover, .nav-responsive .nav-responsive-close:focus {
      background-color: rgba(34, 39, 42, 0.5);
      transition: all ease-in-out 0.25s; }

/* NAV DROPDOWN GAMME
  -------------------------------------------------------------- */
.nav-dropdown {
  position: absolute;
  z-index: 6;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  opacity: 0;
  transform: translateY(-800px);
  transition: all 0.5s ease-in-out; }
  @media (max-width: 479px) {
    .nav-dropdown {
      display: none; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .nav-dropdown {
      display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .nav-dropdown {
      display: none; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .nav-dropdown {
      display: none; } }
  .nav-dropdown:before {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    background-color: rgba(0, 0, 0, 0.35);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%); }
  .nav-dropdown.opened {
    display: block;
    opacity: 1;
    transform: translateY(0%);
    transition: all 0.5s ease-in-out;
    will-change: transform; }
  .nav-dropdown.nav-dropdown-sticky {
    position: fixed;
    top: 60px;
    z-index: 6;
    width: 100%; }
  .nav-dropdown .nav-dropdown-content {
    overflow: auto;
    height: 100%; }
  .nav-dropdown .img-content.height-thumb {
    height: 128px; }

.nav-dropdown-item {
  line-height: 1.125;
  padding: 24px 8px;
  display: block;
  transition: all ease-in-out 0.35s; }
  .nav-dropdown-item:hover, .nav-dropdown-item:focus {
    background-color: rgba(122, 124, 128, 0.25);
    transition: all ease-in-out 0.35s; }
  .nav-dropdown-item.for-contact {
    position: sticky !important;
    position: -webkit-sticky !important;
    position: -moz-sticky !important;
    position: -ms-sticky !important;
    position: -o-sticky !important;
    top: 50px; }
    @media (max-width: 479px) {
      .nav-dropdown-item.for-contact {
        top: inherit;
        position: relative !important; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .nav-dropdown-item.for-contact {
        top: inherit;
        position: relative !important; } }
    .nav-dropdown-item.for-contact:hover, .nav-dropdown-item.for-contact:focus {
      background-color: transparent; }

/* NAV DROPDOWN GAMME
  -------------------------------------------------------------- */
.nav-dropdown-responsive {
  position: fixed;
  top: 0;
  z-index: 101;
  width: calc(100% - 64px);
  margin-left: 64px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  display: none; }
  .nav-dropdown-responsive .container,
  .nav-dropdown-responsive .container-fluid {
    padding: 0; }
  .nav-dropdown-responsive.opened {
    display: block;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    will-change: transform; }
  .nav-dropdown-responsive .img-content.height-thumb {
    height: 128px; }
    @media (max-width: 479px) {
      .nav-dropdown-responsive .img-content.height-thumb {
        height: 64px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .nav-dropdown-responsive .img-content.height-thumb {
        height: 96px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .nav-dropdown-responsive .img-content.height-thumb {
        height: 96px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .nav-dropdown-responsive .img-content.height-thumb {
        height: 96px; } }
    @media (min-width: 1200px) and (max-width: 1399px) {
      .nav-dropdown-responsive .img-content.height-thumb {
        height: 96px; } }
  .nav-dropdown-responsive .nav-dropdown-item {
    line-height: 1.125;
    padding: 24px 8px;
    transition: all ease-in-out 0.35s;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .nav-dropdown-responsive .nav-dropdown-item:hover, .nav-dropdown-responsive .nav-dropdown-item:focus {
      background-color: rgba(122, 124, 128, 0.25);
      transition: all ease-in-out 0.35s; }
    .nav-dropdown-responsive .nav-dropdown-item .nav-dropdown-item-title {
      margin-left: 16px; }

.nav-dropdown-responsive-title {
  position: fixed;
  z-index: 2;
  width: 100%;
  border-top: 1px solid #22272a;
  background: black;
  display: block; }
  .nav-dropdown-responsive-title button {
    width: 100%;
    background: rgba(34, 39, 42, 0.5);
    padding: 16px;
    border: 0;
    font-size: 1.25rem;
    font-weight: 300;
    color: #fff;
    display: flex;
    align-items: center; }
    .nav-dropdown-responsive-title button i {
      margin-right: 16px; }

.nav-dropdown-responsive-content {
  overflow: auto;
  height: 100%;
  padding-top: 64px;
  padding-bottom: 64px; }

/*  ==========================================================================
    NAVIGATION
    ========================================================================== */
/*  ==========================================================================
    SUBNAV
    ========================================================================== */
/* PAGE NEWSLETTER */
.bloc-newsletter {
  position: relative;
  background-color: rgba(122, 124, 128, 0.25);
  border-radius: 16px;
  text-align: center;
  padding: 32px; }
  .bloc-newsletter p {
    font-size: 1.125rem;
    color: #7a7c80; }
  .bloc-newsletter .bloc-newsletter-img {
    position: absolute;
    bottom: -96px;
    right: 0;
    width: 320px; }
    @media (max-width: 479px) {
      .bloc-newsletter .bloc-newsletter-img {
        display: none; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .bloc-newsletter .bloc-newsletter-img {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .bloc-newsletter .bloc-newsletter-img {
        display: none; } }

.newsletter-form {
  position: relative; }
  .newsletter-form input {
    position: relative; }
  .newsletter-form button.btn-form {
    position: absolute;
    background-color: #22272a;
    color: #fff;
    font-weight: 400;
    top: 5px;
    right: 5px;
    height: 42px;
    border-radius: 32px; }
    .newsletter-form button.btn-form:hover, .newsletter-form button.btn-form:focus {
      background-color: black;
      border-color: black; }

.bloc-reassurance {
  position: relative;
  background-color: rgba(122, 124, 128, 0.15);
  background: #fff;
  border-color: #22272a;
  border-radius: 16px;
  box-shadow: 0 0 4px rgba(122, 124, 128, 0.4);
  padding: 16px; }
  .bloc-reassurance p {
    font-size: 1rem;
    color: #7a7c80; }
  .bloc-reassurance .bloc-reassurance-img {
    position: absolute;
    top: -96px;
    right: 0;
    width: 320px; }
    @media (max-width: 479px) {
      .bloc-reassurance .bloc-reassurance-img {
        position: relative;
        top: 8px;
        left: 0;
        right: 0;
        width: 240px;
        margin: auto;
        text-align: center;
        display: flex; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .bloc-reassurance .bloc-reassurance-img {
        position: relative;
        top: 8px;
        left: 0;
        right: 0;
        width: 320px;
        margin: auto;
        text-align: center;
        display: flex; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .bloc-reassurance .bloc-reassurance-img {
        top: -76px;
        right: 8px;
        width: 260px; } }
  .bloc-reassurance p.border-bottom {
    padding: 16px 0;
    border-bottom: 1px solid rgba(122, 124, 128, 0.25);
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    display: flex; }

.reassurance .title-reassurance {
  margin: 0;
  font-weight: 900;
  margin-bottom: 8px;
  padding-left: 16px; }

/*  ==========================================================================
    TOPBAR
    ========================================================================== */
/* IMPORT Pages */
/*  ==========================================================================
    LOGIN
    ========================================================================== */
/* PAGE NEWS */
.bloc-news {
  display: block; }
  .bloc-news:hover, .bloc-news:focus {
    cursor: pointer; }
    .bloc-news:hover .bloc-news-link:after, .bloc-news:focus .bloc-news-link:after {
      background-color: #22272a; }
    .bloc-news:hover .bloc-news-link span, .bloc-news:focus .bloc-news-link span {
      color: #fff;
      background-color: #22272a; }
  .bloc-news .title-h4 {
    line-height: 1.125; }
  .bloc-news .bloc-txt {
    font-size: 1.125rem;
    color: #7a7c80; }
  .bloc-news p {
    font-size: 1.125rem;
    color: #7a7c80; }
  @media (max-width: 479px) {
    .bloc-news.bloc-left .bloc-txt {
      margin-bottom: 32px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .bloc-news.bloc-left .bloc-txt {
      margin-bottom: 32px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bloc-news.bloc-left .bloc-txt {
      margin-bottom: 32px; } }
  @media (max-width: 479px) {
    .bloc-news.bloc-right .img-content {
      margin-bottom: 16px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .bloc-news.bloc-right .img-content {
      margin-bottom: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bloc-news.bloc-right .img-content {
      margin-bottom: 16px; } }
  .bloc-news .bloc-news-link {
    display: block;
    position: relative;
    text-align: right; }
    .bloc-news .bloc-news-link:after {
      content: "";
      position: absolute;
      height: 1px;
      width: 100%;
      background-color: rgba(122, 124, 128, 0.25);
      left: 0;
      bottom: 8px;
      z-index: 1;
      transition: all ease-in-out 0.125s; }
    .bloc-news .bloc-news-link span {
      position: relative;
      z-index: 2;
      font-size: 0.75rem;
      color: #7a7c80;
      font-weight: 400;
      background-color: #f3f3f3;
      padding: 4px 8px;
      border-radius: 16px;
      transition: all ease-in-out 0.125s; }

.bloc-news-back {
  display: block;
  position: relative;
  text-align: left; }
  .bloc-news-back:hover:after, .bloc-news-back:focus:after {
    background-color: #22272a; }
  .bloc-news-back:hover span, .bloc-news-back:focus span {
    color: #fff;
    background-color: #22272a; }
  .bloc-news-back:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: rgba(122, 124, 128, 0.25);
    right: 0;
    bottom: 8px;
    z-index: 1;
    transition: all ease-in-out 0.125s; }
  .bloc-news-back span {
    position: relative;
    z-index: 2;
    font-size: 0.75rem;
    color: #7a7c80;
    font-weight: 400;
    background-color: #f3f3f3;
    padding: 4px 8px;
    border-radius: 16px;
    transition: all ease-in-out 0.125s; }

/*  ==========================================================================
    PAGE CONTACT
    ========================================================================== */
/*  ==========================================================================
    PAGE STAND BY
    ========================================================================== */
.btn-group-2-items {
  display: flex;
  align-items: center; }
  @media (max-width: 479px) {
    .btn-group-2-items {
      display: block; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .btn-group-2-items {
      display: block; } }
  .btn-group-2-items .btn {
    margin-right: 16px; }
    @media (max-width: 479px) {
      .btn-group-2-items .btn {
        margin-right: 0;
        margin-bottom: 32px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .btn-group-2-items .btn {
        margin-right: 0;
        margin-bottom: 32px; } }

.btn-group-2-items-V2 {
  display: flex;
  align-items: center; }
  @media (max-width: 479px) {
    .btn-group-2-items-V2 {
      display: block; } }
  .btn-group-2-items-V2 .btn {
    margin-right: 16px; }
    @media (max-width: 479px) {
      .btn-group-2-items-V2 .btn {
        margin-right: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px; } }

.bloc {
  position: relative; }

.link-img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  background: #000;
  height: 280px;
  border-radius: 16px; }
  @media (max-width: 479px) {
    .link-img:last-child {
      margin-top: 32px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .link-img:last-child {
      margin-top: 32px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .link-img:last-child {
      margin-top: 32px; } }
  .link-img:hover span.img-shadow img, .link-img:focus span.img-shadow img {
    opacity: 0.4;
    filter: grayscale(1); }
  .link-img:after {
    content: "";
    border-radius: 16px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 220px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  .link-img span.img-shadow {
    border-radius: 16px; }
    .link-img span.img-shadow:before {
      border-radius: 16px;
      box-shadow: none; }
    .link-img span.img-shadow img {
      border-radius: 16px;
      z-index: 1;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover;
      object-position: 50% 50%;
      transition: all ease-in-out 0.125s;
      opacity: 0.75; }
  .link-img p {
    position: absolute;
    bottom: 32px;
    left: 32px;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    font-size: 2.5rem;
    z-index: 2;
    font-weight: 600;
    line-height: 1; }

.bloc-parallax {
  position: relative;
  background-image: url("../img/byd_atto3_skate.jpg");
  height: 480px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*
  &:before {
    content: "";
    position: absolute;
    background-color: rgba($black, 0.1);
    background: -moz-linear-gradient(
      bottom,
      rgba($black, 0.1) 0%,
      rgba($black, 0) 100%
    );
    background: -webkit-linear-gradient(
      bottom,
      rgba($black, 0.1) 0%,
      rgba($black, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba($black, 0.1) 0%,
      rgba($black, 0) 100%
    );
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  &:after {
    content: "";
    position: absolute;
    background-color: rgba($black, 0.1);
    background: -moz-linear-gradient(
      top,
      rgba($black, 0.1) 0%,
      rgba($black, 0) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba($black, 0.1) 0%,
      rgba($black, 0) 100%
    );
    background: linear-gradient(
      to top,
      rgba($black, 0.1) 0%,
      rgba($black, 0) 100%
    );
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  */ }

.img-left-50 {
  position: absolute;
  right: 64px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40%; }
  @media (max-width: 479px) {
    .img-left-50 {
      display: block;
      position: relative;
      text-align: right;
      top: inherit;
      bottom: inherit;
      margin-right: 0;
      margin: auto;
      text-align: center;
      right: inherit;
      width: 70%; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .img-left-50 {
      display: block;
      position: relative;
      text-align: right;
      top: inherit;
      bottom: inherit;
      margin-right: 0;
      margin: auto;
      text-align: center;
      right: inherit;
      width: 70%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .img-left-50 {
      display: block;
      position: relative;
      text-align: right;
      top: inherit;
      bottom: inherit;
      margin-right: 0;
      margin: auto;
      text-align: center;
      right: inherit;
      width: 70%; } }

.img-left-half {
  position: absolute;
  right: 64px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30%; }
  .img-left-half.img-left-half-pourcentage {
    right: 12.5%; }
  @media (max-width: 479px) {
    .img-left-half {
      display: block;
      position: relative;
      text-align: right;
      top: inherit;
      bottom: inherit;
      margin-top: -32px;
      margin-right: 0;
      margin: auto;
      text-align: center;
      right: inherit !important;
      width: 50%; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .img-left-half {
      display: block;
      position: relative;
      text-align: right;
      top: inherit;
      bottom: inherit;
      margin-top: -32px;
      margin-right: 0;
      margin: auto;
      text-align: center;
      right: inherit !important;
      width: 50%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .img-left-half {
      display: block;
      position: relative;
      text-align: right;
      top: inherit;
      bottom: inherit;
      margin-top: 32px;
      margin-right: 0;
      margin: auto;
      text-align: center;
      right: inherit !important;
      width: 50%; } }

.banner-encart {
  display: block; }
  .banner-encart img {
    width: 100%; }

.back-login {
  display: inline-block;
  height: calc(100vh - 60px);
  width: 100%;
  background: url(../img/espace-perso.jpg) no-repeat bottom center fixed #000000;
  -webkit-background-size: 60%;
  -moz-background-size: 60%;
  -o-background-size: 60%;
  background-size: 60%; }
  @media (max-width: 479px) {
    .back-login {
      -webkit-background-size: 100%;
      -moz-background-size: 100%;
      -o-background-size: 100%;
      background-size: 100%; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .back-login {
      -webkit-background-size: 100%;
      -moz-background-size: 100%;
      -o-background-size: 100%;
      background-size: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .back-login {
      -webkit-background-size: 100%;
      -moz-background-size: 100%;
      -o-background-size: 100%;
      background-size: 100%; } }
  .back-login > .container {
    margin-top: 128px; }
    @media (max-width: 479px) {
      .back-login > .container {
        margin-top: 96px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .back-login > .container {
        margin-top: 96px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .back-login > .container {
        margin-top: 96px; } }

.login-box .form-control {
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff; }
  .login-box .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5); }

.login-divider {
  position: relative; }
  .login-divider:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 8px;
    background-color: white;
    z-index: 1; }
  .login-divider span {
    position: relative;
    z-index: 2;
    display: inline;
    padding: 0 8px;
    background-color: black; }

.profil-nav li a {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  padding: 12px 16px;
  width: 100%;
  margin-bottom: 1px;
  transition: all ease-in-out 0.125s; }
  .profil-nav li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0%;
    width: 4px;
    background-color: #22272a; }
  .profil-nav li a:hover, .profil-nav li a:focus {
    background-color: rgba(0, 0, 0, 0.05);
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%); }
  .profil-nav li a.active {
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.05);
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%); }
    .profil-nav li a.active:before {
      height: 100%; }

.profil-info .profil-info-img {
  position: relative;
  height: 160px;
  width: 160px;
  border-radius: 160px;
  background-color: rgba(122, 124, 128, 0.25);
  margin: auto;
  margin-bottom: 32px;
  margin-top: 16px; }
  .profil-info .profil-info-img img {
    position: absolute;
    top: 60px;
    left: 0;
    width: 240px; }

.profil-contact {
  padding: 16px;
  display: flex;
  align-items: center; }
  .profil-contact .profil-contact-img {
    height: 96px;
    width: 96px;
    border-radius: 96px;
    overflow: hidden;
    margin-right: 8px; }

.btn-absolute {
  position: absolute;
  right: 16px;
  top: 16px; }
  .btn-absolute .btn {
    padding-left: 4px !important;
    padding-right: 4px !important;
    background: transparent !important;
    color: #7a7c80 !important;
    border: 0 !important;
    overflow: hidden; }
    .btn-absolute .btn div {
      opacity: 0;
      width: 0%;
      -webkit-transition: all 2s;
      /* For Safari 3.1 to 6.0 */
      transition: all 2s;
      -webkit-transform-origin: right center;
      transform-origin: right center; }
    .btn-absolute .btn:hover, .btn-absolute .btn:focus {
      padding-left: 8px !important;
      padding-right: 8px !important;
      background: #7a7c80 !important;
      color: #fff !important; }
      .btn-absolute .btn:hover div, .btn-absolute .btn:focus div {
        margin-left: 4px;
        width: 100%; }

.mt-vh {
  position: relative;
  z-index: 2; }

.nav-tabs.nav-center {
  justify-content: center; }

.nav-tabs .nav-linkÂ  {
  background: transparent; }

.nav-tabs {
  background-color: transparent;
  border: 0; }
  .nav-tabs .nav-link {
    position: relative;
    background-color: transparent;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    opacity: 0.35;
    padding: 28px 0;
    margin: 0 16px;
    line-height: 1;
    border: 0; }
    .nav-tabs .nav-link:after {
      content: "";
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 2px;
      background-color: #fff;
      left: 0;
      bottom: 16px;
      opacity: 0;
      transform: scaleX(0);
      transform-origin: bottom right; }
    .nav-tabs .nav-link:first-child {
      margin-left: 0; }
    .nav-tabs .nav-link:last-child {
      margin-right: 0; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border: 0; }
    .nav-tabs .nav-link.active {
      opacity: 1;
      background-color: transparent;
      color: #fff; }
      .nav-tabs .nav-link.active:after {
        opacity: 1;
        transform: scaleX(1); }

.banner-bloc {
  background-color: #22272a;
  padding: 32px 16px; }
  .banner-bloc .banner-bloc-item {
    display: flex;
    align-items: center;
    color: #fff;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2); }
    .banner-bloc .banner-bloc-item.last-bloc-item {
      border-right: 0; }
      @media (max-width: 479px) {
        .banner-bloc .banner-bloc-item.last-bloc-item {
          border-bottom: 0;
          padding-bottom: 0; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .banner-bloc .banner-bloc-item.last-bloc-item {
          border-bottom: 0;
          padding-bottom: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .banner-bloc .banner-bloc-item.last-bloc-item {
          border-bottom: 0;
          padding-bottom: 0; } }
    @media (max-width: 479px) {
      .banner-bloc .banner-bloc-item {
        margin-bottom: 16px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 16px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .banner-bloc .banner-bloc-item {
        margin-bottom: 16px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 16px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .banner-bloc .banner-bloc-item {
        margin-bottom: 16px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 16px; } }
    .banner-bloc .banner-bloc-item i {
      font-size: 40px;
      margin-right: 16px; }
    .banner-bloc .banner-bloc-item .banner-bloc-txt {
      line-height: 1.125; }

.banner-absolute {
  position: relative;
  z-index: 1; }

.align-bloc-2 > div.row > [class*="col-lg-6"]:nth-child(odd),
.align-bloc-2 > div.row > [class*="col-md-6"]:nth-child(odd) {
  padding: 0 8px 0 0; }
  @media (max-width: 479px) {
    .align-bloc-2 > div.row > [class*="col-lg-6"]:nth-child(odd),
    .align-bloc-2 > div.row > [class*="col-md-6"]:nth-child(odd) {
      padding: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .align-bloc-2 > div.row > [class*="col-lg-6"]:nth-child(odd),
    .align-bloc-2 > div.row > [class*="col-md-6"]:nth-child(odd) {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .align-bloc-2 > div.row > [class*="col-lg-6"]:nth-child(odd),
    .align-bloc-2 > div.row > [class*="col-md-6"]:nth-child(odd) {
      padding: 0; } }

.align-bloc-2 > div.row > [class*="col-lg-6"]:nth-child(even),
.align-bloc-2 > div.row > [class*="col-md-6"]:nth-child(even) {
  padding: 0 0 0 8px; }
  @media (max-width: 479px) {
    .align-bloc-2 > div.row > [class*="col-lg-6"]:nth-child(even),
    .align-bloc-2 > div.row > [class*="col-md-6"]:nth-child(even) {
      padding: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .align-bloc-2 > div.row > [class*="col-lg-6"]:nth-child(even),
    .align-bloc-2 > div.row > [class*="col-md-6"]:nth-child(even) {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .align-bloc-2 > div.row > [class*="col-lg-6"]:nth-child(even),
    .align-bloc-2 > div.row > [class*="col-md-6"]:nth-child(even) {
      padding: 0; } }

.bloc-txt-left {
  width: 60%;
  margin-left: auto;
  margin-right: 64px;
  text-align: right; }
  @media (max-width: 479px) {
    .bloc-txt-left {
      width: 100%;
      padding: 0 16px;
      margin: auto;
      text-align: center; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .bloc-txt-left {
      width: 100%;
      padding: 0 16px;
      margin: auto;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bloc-txt-left {
      width: 100%;
      padding: 0 16px;
      margin: auto;
      text-align: center; } }

.bloc-txt-right {
  width: 60%;
  margin-right: auto;
  margin-left: 64px;
  text-align: left; }
  @media (max-width: 479px) {
    .bloc-txt-right {
      width: 100%;
      padding: 0 16px;
      margin: auto;
      text-align: center; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .bloc-txt-right {
      width: 100%;
      padding: 0 16px;
      margin: auto;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bloc-txt-right {
      width: 100%;
      padding: 0 16px;
      margin: auto;
      text-align: center; } }

@media (max-width: 479px) {
  .row-invert {
    flex-direction: column-reverse; } }

@media (min-width: 480px) and (max-width: 767px) {
  .row-invert {
    flex-direction: column-reverse; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row-invert {
    flex-direction: column-reverse; } }

.bloc-primary {
  background-color: #22272a;
  padding: 32px;
  position: absolute;
  z-index: 2;
  width: 33.3%;
  right: 64px;
  bottom: -64px; }
  @media (max-width: 479px) {
    .bloc-primary {
      position: relative;
      right: 0;
      bottom: 0;
      width: 100%; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .bloc-primary {
      position: relative;
      right: 0;
      bottom: 0;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bloc-primary {
      position: relative;
      right: 0;
      bottom: 0;
      width: 100%; } }
  .bloc-primary .bloc-txt-xs {
    line-height: 1.75; }

.btn-top-card {
  position: relative;
  z-index: 2;
  text-align: right; }

.options-info .options-info-img {
  position: relative;
  width: 100%;
  margin-bottom: -64px; }
  .options-info .options-info-img img {
    width: 240px; }

.options-info .options-info-content {
  background-color: rgba(122, 124, 128, 0.25);
  border-radius: 8px;
  padding: 32px;
  padding-top: 64px; }
  .options-info .options-info-content ul li {
    font-size: 1.0rem;
    text-align: left;
    padding: 16px 0;
    border-bottom: 1px solid #fff; }
    .options-info .options-info-content ul li.dots,
    .options-info .options-info-content ul li .dots {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    .options-info .options-info-content ul li span.dots-color {
      display: block;
      flex: none;
      height: 28px;
      width: 28px;
      border-radius: 28px;
      border: 1px solid rgba(0, 0, 0, 0.15);
      margin-left: 8px; }
      .options-info .options-info-content ul li span.dots-color.color-1 {
        background-color: #007ba5; }
      .options-info .options-info-content ul li span.dots-color.color-2 {
        background-color: #e8eaeb; }
      .options-info .options-info-content ul li span.dots-color.color-3 {
        background-color: #4d525a; }
      .options-info .options-info-content ul li span.dots-color.color-4 {
        background-color: #ac1b37; }
      .options-info .options-info-content ul li span.dots-color.color-5 {
        background-color: #737f69; }

.nav-design-vehicule .nav-item .nav-linkÂ  {
  font-size: 1.5rem; }

.nav-design-vehicule .nav-item .nav-link {
  font-size: 1.5rem;
  padding: 16px 0;
  margin-right: 16px;
  opacity: 0.65;
  transition: all ease-in-out 0.125s; }
  @media (max-width: 479px) {
    .nav-design-vehicule .nav-item .nav-link {
      font-size: 1.125rem;
      padding: 8px 0;
      margin-right: 8px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .nav-design-vehicule .nav-item .nav-link {
      font-size: 1.125rem;
      padding: 8px 0;
      margin-right: 8px; } }
  .nav-design-vehicule .nav-item .nav-link:hover, .nav-design-vehicule .nav-item .nav-link:focus {
    opacity: 0.95;
    transition: all ease-in-out 0.125s; }
  .nav-design-vehicule .nav-item .nav-link.active {
    opacity: 1;
    border-bottom: 4px solid #22272a; }

.nav-design-vehicule .nav-item:last-child .nav-link {
  margin-right: 0; }

.divider-back {
  background-color: #000;
  padding-top: 64px;
  padding-bottom: 192px; }
  @media (max-width: 479px) {
    .divider-back {
      padding-bottom: 122px; } }

.divider-vehicule {
  display: flex;
  margin-top: -160px; }
  @media (max-width: 479px) {
    .divider-vehicule {
      margin-top: -80px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .divider-vehicule {
      margin-top: -120px; } }
  .divider-vehicule .img-content-vehicule {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 320px;
    text-align: center; }
    @media (max-width: 479px) {
      .divider-vehicule .img-content-vehicule {
        height: 122px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .divider-vehicule .img-content-vehicule {
        height: 192px; } }
    .divider-vehicule .img-content-vehicule span.img-shadow:before {
      box-shadow: none; }
    .divider-vehicule .img-content-vehicule span.img-shadow img {
      z-index: 1;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover;
      object-position: 50% 50%; }

.dots,
.dots {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.dots-color {
  text-decoration: none;
  display: block;
  flex: none;
  height: 28px;
  width: 28px;
  border-radius: 28px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-left: 8px; }
  .dots-color.color-1 {
    background-color: #007ba5; }
  .dots-color.color-2 {
    background-color: #e8eaeb; }
  .dots-color.color-3 {
    background-color: #4d525a; }
  .dots-color.color-4 {
    background-color: #ac1b37; }
  .dots-color.color-5 {
    background-color: #7f7369; }
  .dots-color.color-6 {
    background-color: #1c1c1c; }
  .dots-color.color-7 {
    background-color: #9f9994; }

/*  ==========================================================================
    PAGE 404
    ========================================================================== */
.page404 .logo-content {
  margin: auto;
  margin-top: 48px;
  text-align: center; }
  .page404 .logo-content img {
    height: 56px; }

.page404 .img-404-content {
  position: relative;
  z-index: 1;
  height: 420px;
  text-align: center; }
  .page404 .img-404-content img {
    z-index: 1;
    height: 100%;
    width: auto !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: 50% 50%; }
    @media (max-width: 479px) {
      .page404 .img-404-content img {
        width: 100% !important; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .page404 .img-404-content img {
        width: 100% !important; } }

.footer-content .title-footer {
  font-family: "Reenie Beanie", cursive;
  color: rgba(255, 255, 255, 0.35);
  font-size: 3rem;
  letter-spacing: -1.5px;
  text-align: center; }
  @media (max-width: 479px) {
    .footer-content .title-footer {
      font-size: 2rem; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .footer-content .title-footer {
      font-size: 2rem; } }

.footer-content ul.ul-footer {
  display: flex;
  align-items: center;
  justify-content: center; }
  .footer-content ul.ul-footer li {
    margin-right: 8px; }
    .footer-content ul.ul-footer li:last-child {
      margin-right: 0; }
    .footer-content ul.ul-footer li a.link-footer {
      font-size: 24px;
      padding: 4px;
      color: rgba(255, 255, 255, 0.35);
      transition: all ease-in-out 0.25s; }
      .footer-content ul.ul-footer li a.link-footer:hover {
        color: rgba(255, 255, 255, 0.85); }
      .footer-content ul.ul-footer li a.link-footer i {
        font-size: 32px; }
        @media (max-width: 479px) {
          .footer-content ul.ul-footer li a.link-footer i {
            font-size: 24px; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .footer-content ul.ul-footer li a.link-footer i {
            font-size: 24px; } }

.footer-content .slogan-footer {
  position: relative;
  text-align: right; }
  @media (max-width: 479px) {
    .footer-content .slogan-footer {
      text-align: center; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .footer-content .slogan-footer {
      text-align: center; } }
  .footer-content .slogan-footer:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    top: 20px;
    bottom: 0;
    z-index: -1; }
  .footer-content .slogan-footer .slogan-txt-footer {
    display: inline-block;
    background-color: #22272a;
    padding: 8px;
    color: rgba(255, 255, 255, 0.35); }

.footer-content .copyright-footer {
  text-align: center;
  font-size: 0.813rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35); }

/* IMPORT Reset */
/*  ==========================================================================
    FONT USE IN CSS DIRECT
    ========================================================================== */
/* TITLE
--------------------------------------------------- */
.collapse-title {
  position: relative;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center; }
  .collapse-title:after {
    content: "\e906";
    font-family: "rs_byd" !important;
    /* icon_minus-large */
    position: absolute;
    right: 0;
    top: inherit;
    font-size: 16px;
    transform: rotate(90deg);
    display: inline-block;
    font-weight: 700;
    opacity: 1;
    color: #363c42;
    transition: all ease-in-out 0.125s; }
  .collapse-title:hover, .collapse-title:focus {
    cursor: pointer; }
    .collapse-title:hover:after, .collapse-title:focus:after {
      opacity: 1; }
  .collapse-title.collapsed:after {
    content: "\e906";
    font-family: "rs_byd" !important;
    /* icon_plus-large */
    position: absolute;
    right: 0;
    font-size: 16px;
    top: inherit;
    transform: rotate(-90deg);
    display: inline-block;
    opacity: 1;
    color: #363c42;
    font-style: normal; }
  .collapse-title.collapsed:hover, .collapse-title.collapsed:focus {
    cursor: pointer; }
    .collapse-title.collapsed:hover:after, .collapse-title.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: "\e91f";
  /* icon-arrow-right */
  font-family: "rs_byd" !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: "\e91f";
  /* icon-arrow-right */
  font-family: "rs_byd" !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--050 {
  margin-top: -16px; }

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

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

.mt--400 {
  margin-top: -128px; }

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

.mt-400 {
  margin-top: 128px; }

/* 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-0125 {
  margin-bottom: 4px !important; }

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

.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-primray {
  font-family: "Barlow", sans-serif; }

.f-secondary {
  font-family: "Barlow", sans-serif; }

.f-tertiary {
  font-family: "Reenie Beanie", cursive; }

.f-quaternary {
  font-family: "Reenie Beanie", cursive; }

/* 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-0125 {
  margin-left: 4px; }

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

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

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

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

.p-025 {
  padding: 8px; }

.p-050 {
  padding: 16px; }

.p-100 {
  padding: 32px; }

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

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

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

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

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

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

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

.divider {
  border-bottom: 1px solid #dce1e6; }

.dividerSecondary {
  border-bottom: 1px solid #7a7c80; }

.dividerSecondaryDotted {
  border-bottom: 1px dotted #7a7c80; }

.dividerDotted {
  border-bottom: 1px dotted #dce1e6; }

.dividerDashed {
  border-bottom: 1px dashed #dce1e6; }

.opacity50 {
  opacity: 0.5; }

.opacity75 {
  opacity: 0.75; }

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

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

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

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

.t-primary {
  color: #22272a !important; }

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

.t-secondary {
  color: #7a7c80 !important; }

.t-link {
  color: #b72323 !important; }

.t-black {
  color: #262626; }

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

.t-success {
  color: #1bd060; }

.t-warning {
  color: #f59331; }

.t-error {
  color: #e60006; }

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

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

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

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

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

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

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

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

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

.hidden {
  overflow: hidden; }

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

.hide {
  display: none; }

.back-primary {
  background: #22272a; }

.back-secondary {
  background: #7a7c80; }

.back-black {
  background: #000; }

.back-white {
  background: #fff; }

.back-light {
  background: #f3f6f9; }

.o-hidden {
  overflow: hidden; }

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

.l-h-1 {
  line-height: 1; }

.l-h-1125 {
  line-height: 1.125; }

.l-h-125 {
  line-height: 1.25; }

.br-050 {
  border-radius: 16px; }

.br-025 {
  border-radius: 8px; }

.br-0125 {
  border-radius: 4px; }

.box-shadow-03 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }

@media (max-width: 479px) {
  .r-mt-050 {
    margin-top: 16px; } }

@media (min-width: 480px) and (max-width: 767px) {
  .r-mt-050 {
    margin-top: 16px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .r-mt-050 {
    margin-top: 16px; } }

@media (max-width: 479px) {
  .r-mt-100 {
    margin-top: 32px; } }

@media (min-width: 480px) and (max-width: 767px) {
  .r-mt-100 {
    margin-top: 32px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .r-mt-100 {
    margin-top: 32px; } }

@media (max-width: 479px) {
  .r-mb-050 {
    margin-bottom: 16px; } }

@media (min-width: 480px) and (max-width: 767px) {
  .r-mb-050 {
    margin-bottom: 16px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .r-mb-050 {
    margin-bottom: 16px; } }

@media (max-width: 479px) {
  .r-mb-100 {
    margin-bottom: 32px; } }

@media (min-width: 480px) and (max-width: 767px) {
  .r-mb-100 {
    margin-bottom: 32px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .r-mb-100 {
    margin-bottom: 32px; } }

/* IMPORT Fonts Icones */

.logo-ncap {
  height: 120px;
}
