@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alice&family=Inter:wght@200;400;700&display=swap");
/* ----------------
Primary > main
Secondary > second
Info > third
Default > medium
Dark > dark
Light > light
Success > success
Warning > warning
Danger > danger
---------------- */
/*----------------------*/
/* -------------------- */
/* Animations */
/* -------------------- */
/*----------------------*/
/* -------------------- */
/* Animation bouton */
/* -------------------- */
/*https://ianlunn.github.io/Hover/*/
/* -------------------- */
/* Scroll fire */
/* -------------------- */
@import url("https://fonts.googleapis.com/css2?family=Alice&family=Inter:wght@200;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alice&family=Inter:wght@200;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alice&family=Inter:wght@200;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alice&family=Inter:wght@200;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alice&family=Inter:wght@200;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alice&family=Inter:wght@200;400;700&display=swap");
@media (min-width: 991.98px) {
  .fadeScroll, .fadeScrollRight, .fadeScrollLeft {
    opacity: 1;
    -webkit-transition: transform 0.4s, opacity 0.4s;
    -moz-transition: transform 0.4s, opacity 0.4s;
    -ms-transition: transform 0.4s, opacity 0.4s;
    -o-transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s; }
    .fadeScroll.not-visible, .fadeScrollRight.not-visible, .fadeScrollLeft.not-visible {
      opacity: 0; }

  .fadeScrollRight, .fadeScrollLeft {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  .fadeScrollRight.not-visible {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px); }

  .fadeScrollLeft.not-visible {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px); }

  .fadeScroll {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    .fadeScroll.not-visible {
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px); } }
/* ----------------
Primary > main
Secondary > second
Info > third
Default > medium
Dark > dark
Light > light
Success > success
Warning > warning
Danger > danger
---------------- */
a:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

button:focus, button:active:focus, a:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0px auto transparent !important;
  outline-offset: 0px; }

button.link {
  text-decoration: none;
  -webkit-appearance: inherit !important;
  padding: 0 5px;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  background: transparent; }
  button.link:focus {
    outline: 0px transparent; }

.link {
  text-decoration: none;
  transition: opacity 300ms; }
  .link.link-primary {
    color: #dab700; }
  .link.link-secondary {
    color: #000; }
  .link.link-info {
    color: #979A9D; }
  .link.link-default {
    color: #f3f3f3; }
  .link.link-dark {
    color: #000; }
  .link.link-light {
    color: #fff; }
  .link.link-success {
    color: #465c02; }
  .link.link-warning {
    color: #d87600; }
  .link.link-danger {
    color: #ad1813; }
  .link:hover {
    text-decoration: none; }

.link-underline {
  text-decoration: underline !important; }

.badge-success {
  background: #465c02;
  color: #fff; }

.badge-warning {
  background: #d87600;
  color: #fff; }

.badger-danger {
  background: #ad1813;
  color: #fff; }

.btn-icone {
  transition: all 300ms;
  display: inline-block;
  text-align: center; }
  .btn-icone.icone-sm {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .btn-icone.icone-lg {
    width: 45px;
    height: 45px;
    line-height: 45px; }
  .btn-icone.icone-round {
    border-radius: 100%; }
  .btn-icone.icone-primary {
    background: #dab700;
    color: #fff; }
  .btn-icone.icone-primary:hover, .btn-icone.icone-primary:focus, .btn-icone.icone-primary:active, .btn-icone.icone-primary.active {
    background: #000; }
  .btn-icone.icone-outline-primary {
    background-color: transparent;
    background-image: none;
    border-color: #dab700 !important;
    border-width: 1px !important;
    border-style: solid !important;
    color: #dab700; }
  .btn-icone.icone-outline-primary:hover, .btn-icone.icone-outline-primary:focus, .btn-icone.icone-outline-primary:active, .btn-icone.icone-outline-primary.active {
    color: #fff;
    background-color: #dab700;
    border-color: #dab700; }
  .btn-icone.icone-secondary {
    background: #000;
    color: #fff; }
  .btn-icone.icone-secondary:hover, .btn-icone.icone-secondary:focus, .btn-icone.icone-secondary:active, .btn-icone.icone-secondary.active {
    background: #dab700; }
  .btn-icone.icone-outline-secondary {
    background-color: transparent;
    background-image: none;
    border-color: #000 !important;
    border-width: 1px !important;
    border-style: solid !important;
    color: #000; }
  .btn-icone.icone-outline-secondary:hover, .btn-icone.icone-outline-secondary:focus, .btn-icone.icone-outline-secondary:active, .btn-icone.icone-outline-secondary.active {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-icone.icone-info {
    background: #979A9D;
    color: #fff; }
  .btn-icone.icone-info:hover, .btn-icone.icone-info:focus, .btn-icone.icone-info:active, .btn-icone.icone-info.active {
    background: #979A9D; }
  .btn-icone.icone-outline-info {
    background-color: transparent;
    background-image: none;
    border-color: #979A9D !important;
    border-width: 1px !important;
    border-style: solid !important;
    color: #979A9D; }
  .btn-icone.icone-outline-info:hover, .btn-icone.icone-outline-info:focus, .btn-icone.icone-outline-info:active, .btn-icone.icone-outline-info.active {
    color: #fff;
    background-color: #979A9D;
    border-color: #979A9D; }
  .btn-icone.icone-default {
    background: #f3f3f3;
    color: #fff; }
  .btn-icone.icone-default:hover, .btn-icone.icone-default:focus, .btn-icone.icone-default:active, .btn-icone.icone-default.active {
    background: #f3f3f3; }
  .btn-icone.icone-outline-default {
    background-color: transparent;
    background-image: none;
    border-color: #f3f3f3 !important;
    border-width: 1px !important;
    border-style: solid !important;
    color: #f3f3f3; }
  .btn-icone.icone-outline-default:hover, .btn-icone.icone-outline-default:focus, .btn-icone.icone-outline-default:active, .btn-icone.icone-outline-default.active {
    color: #fff;
    background-color: #f3f3f3;
    border-color: #f3f3f3; }
  .btn-icone.icone-dark {
    background: #000;
    color: #fff; }
  .btn-icone.icone-dark:hover, .btn-icone.icone-dark:focus, .btn-icone.icone-dark:active, .btn-icone.icone-dark.active {
    background: #000; }
  .btn-icone.icone-outline-dark {
    background-color: transparent;
    background-image: none;
    border-color: #000 !important;
    border-width: 1px !important;
    border-style: solid !important;
    color: #000; }
  .btn-icone.icone-outline-dark:hover, .btn-icone.icone-outline-dark:focus, .btn-icone.icone-outline-dark:active, .btn-icone.icone-outline-dark.active {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-icone.icone-light {
    background: #fff;
    color: #000; }
  .btn-icone.icone-light:hover, .btn-icone.icone-light:focus, .btn-icone.icone-light:active, .btn-icone.icone-light.active {
    background: #fff; }
  .btn-icone.icone-outline-light {
    background-color: transparent;
    background-image: none;
    border-color: #fff !important;
    border-width: 1px !important;
    border-style: solid !important;
    color: #fff; }
  .btn-icone.icone-outline-light:hover, .btn-icone.icone-outline-light:focus, .btn-icone.icone-outline-light:active, .btn-icone.icone-outline-light.active {
    color: #000;
    background-color: #fff;
    border-color: #fff; }
  .btn-icone.icone-success {
    background: #465c02;
    color: #fff; }
  .btn-icone.icone-success:hover, .btn-icone.icone-success:focus, .btn-icone.icone-success:active, .btn-icone.icone-success.active {
    background: #2e4002; }
  .btn-icone.icone-outline-success {
    background-color: transparent;
    background-image: none;
    border-color: #465c02 !important;
    border-width: 1px !important;
    border-style: solid !important;
    color: #465c02; }
  .btn-icone.icone-outline-success:hover, .btn-icone.icone-outline-success:focus, .btn-icone.icone-outline-success:active, .btn-icone.icone-outline-success.active {
    color: #fff;
    background-color: #465c02;
    border-color: #465c02; }
  .btn-icone.icone-warning {
    background: #d87600;
    color: #fff; }
  .btn-icone.icone-warning:hover, .btn-icone.icone-warning:focus, .btn-icone.icone-warning:active, .btn-icone.icone-warning.active {
    background: #9c5100; }
  .btn-icone.icone-outline-warning {
    background-color: transparent;
    background-image: none;
    border-color: #d87600 !important;
    border-width: 1px !important;
    border-style: solid !important;
    color: #d87600; }
  .btn-icone.icone-outline-warning:hover, .btn-icone.icone-outline-warning:focus, .btn-icone.icone-outline-warning:active, .btn-icone.icone-outline-warning.active {
    color: #fff;
    background-color: #d87600;
    border-color: #d87600; }
  .btn-icone.icone-danger {
    background: #ad1813;
    color: #fff; }
  .btn-icone.icone-danger:hover, .btn-icone.icone-danger:focus, .btn-icone.icone-danger:active, .btn-icone.icone-danger.active {
    background: #7f120f; }
  .btn-icone.icone-outline-danger {
    background-color: transparent;
    background-image: none;
    border-color: #ad1813 !important;
    border-width: 1px !important;
    border-style: solid !important;
    color: #ad1813; }
  .btn-icone.icone-outline-danger:hover, .btn-icone.icone-outline-danger:focus, .btn-icone.icone-outline-danger:active, .btn-icone.icone-outline-danger.active {
    color: #fff;
    background-color: #ad1813;
    border-color: #ad1813; }

.list-icone li {
  display: inline-block; }
.list-icone a {
  display: block;
  transition: all 300ms;
  text-align: center; }
.list-icone.icone-sm a {
  width: 30px;
  height: 30px;
  line-height: 30px; }
.list-icone.icone-lg a {
  width: 45px;
  height: 45px;
  line-height: 45px; }
.list-icone.icone-round a {
  border-radius: 100%; }
.list-icone.icone-primary a {
  background: #dab700;
  color: #fff; }
.list-icone.icone-primary a:hover, .list-icone.icone-primary a:focus, .list-icone.icone-primary a:active, .list-icone.icone-primary a.active {
  background: #000; }
.list-icone.icone-outline-primary a {
  background-color: transparent;
  background-image: none;
  border-color: #dab700 !important;
  border-width: 1px !important;
  border-style: solid !important;
  color: #dab700; }
.list-icone.icone-outline-primary a:hover, .list-icone.icone-outline-primary a:focus, .list-icone.icone-outline-primary a:active, .list-icone.icone-outline-primary a.active {
  color: #fff;
  background-color: #dab700;
  border-color: #dab700; }
.list-icone.icone-secondary a {
  background: #000;
  color: #fff; }
.list-icone.icone-secondary a:hover, .list-icone.icone-secondary a:focus, .list-icone.icone-secondary a:active, .list-icone.icone-secondary a.active {
  background: #dab700; }
.list-icone.icone-outline-secondary a {
  background-color: transparent;
  background-image: none;
  border-color: #000 !important;
  border-width: 1px !important;
  border-style: solid !important;
  color: #000; }
.list-icone.icone-outline-secondary a:hover, .list-icone.icone-outline-secondary a:focus, .list-icone.icone-outline-secondary a:active, .list-icone.icone-outline-secondary a.active {
  color: #fff;
  background-color: #000;
  border-color: #000; }
.list-icone.icone-info {
  background: #979A9D;
  color: #fff; }
.list-icone.icone-info:hover, .list-icone.icone-info:focus, .list-icone.icone-info:active, .list-icone.icone-info.active {
  background: #979A9D; }
.list-icone.icone-outline-info {
  background-color: transparent;
  background-image: none;
  border-color: #979A9D !important;
  border-width: 1px !important;
  border-style: solid !important;
  color: #979A9D; }
.list-icone.icone-outline-info:hover, .list-icone.icone-outline-info:focus, .list-icone.icone-outline-info:active, .list-icone.icone-outline-info.active {
  color: #fff;
  background-color: #979A9D;
  border-color: #979A9D; }
.list-icone.icone-default {
  background: #f3f3f3;
  color: #fff; }
.list-icone.icone-default:hover, .list-icone.icone-default:focus, .list-icone.icone-default:active, .list-icone.icone-default.active {
  background: #f3f3f3; }
.list-icone.icone-outline-default {
  background-color: transparent;
  background-image: none;
  border-color: #f3f3f3 !important;
  border-width: 1px !important;
  border-style: solid !important;
  color: #f3f3f3; }
.list-icone.icone-outline-default:hover, .list-icone.icone-outline-default:focus, .list-icone.icone-outline-default:active, .list-icone.icone-outline-default.active {
  color: #fff;
  background-color: #f3f3f3;
  border-color: #f3f3f3; }
.list-icone.icone-dark {
  background: #000;
  color: #fff; }
.list-icone.icone-dark:hover, .list-icone.icone-dark:focus, .list-icone.icone-dark:active, .list-icone.icone-dark.active {
  background: #000; }
.list-icone.icone-outline-dark {
  background-color: transparent;
  background-image: none;
  border-color: #000 !important;
  border-width: 1px !important;
  border-style: solid !important;
  color: #000; }
.list-icone.icone-outline-dark:hover, .list-icone.icone-outline-dark:focus, .list-icone.icone-outline-dark:active, .list-icone.icone-outline-dark.active {
  color: #fff;
  background-color: #000;
  border-color: #000; }
.list-icone.icone-light {
  background: #fff;
  color: #000; }
.list-icone.icone-light:hover, .list-icone.icone-light:focus, .list-icone.icone-light:active, .list-icone.icone-light.active {
  background: #fff; }
.list-icone.icone-outline-light {
  background-color: transparent;
  background-image: none;
  border-color: #fff !important;
  border-width: 1px !important;
  border-style: solid !important;
  color: #fff; }
.list-icone.icone-outline-light:hover, .list-icone.icone-outline-light:focus, .list-icone.icone-outline-light:active, .list-icone.icone-outline-light.active {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
.list-icone.icone-success {
  background: #465c02;
  color: #fff; }
.list-icone.icone-success:hover, .list-icone.icone-success:focus, .list-icone.icone-success:active, .list-icone.icone-success.active {
  background: #2e4002; }
.list-icone.icone-outline-success {
  background-color: transparent;
  background-image: none;
  border-color: #465c02 !important;
  border-width: 1px !important;
  border-style: solid !important;
  color: #465c02; }
.list-icone.icone-outline-success:hover, .list-icone.icone-outline-success:focus, .list-icone.icone-outline-success:active, .list-icone.icone-outline-success.active {
  color: #fff;
  background-color: #465c02;
  border-color: #465c02; }
.list-icone.icone-warning {
  background: #d87600;
  color: #fff; }
.list-icone.icone-warning:hover, .list-icone.icone-warning:focus, .list-icone.icone-warning:active, .list-icone.icone-warning.active {
  background: #9c5100; }
.list-icone.icone-outline-warning {
  background-color: transparent;
  background-image: none;
  border-color: #d87600 !important;
  border-width: 1px !important;
  border-style: solid !important;
  color: #d87600; }
.list-icone.icone-outline-warning:hover, .list-icone.icone-outline-warning:focus, .list-icone.icone-outline-warning:active, .list-icone.icone-outline-warning.active {
  color: #fff;
  background-color: #d87600;
  border-color: #d87600; }
.list-icone.icone-danger {
  background: #ad1813;
  color: #fff; }
.list-icone.icone-danger:hover, .list-icone.icone-danger:focus, .list-icone.icone-danger:active, .list-icone.icone-danger.active {
  background: #7f120f; }
.list-icone.icone-outline-danger {
  background-color: transparent;
  background-image: none;
  border-color: #ad1813 !important;
  border-width: 1px !important;
  border-style: solid !important;
  color: #ad1813; }
.list-icone.icone-outline-danger:hover, .list-icone.icone-outline-danger:focus, .list-icone.icone-outline-danger:active, .list-icone.icone-outline-danger.active {
  color: #fff;
  background-color: #ad1813;
  border-color: #ad1813; }

.btn-primary {
  color: #fff;
  background-color: #dab700;
  border-color: #dab700; }
  .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-primary.focus, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(218, 183, 0, 0.5); }

.btn-outline-primary {
  color: #dab700;
  background-color: transparent;
  background-image: none;
  border-color: #dab700 !important;
  border-width: 1px !important;
  border-style: solid !important; }
  .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active {
    color: #fff;
    background-color: #dab700;
    border-color: #dab700; }
  .btn-outline-primary.focus, .btn-outline-primary:focus {
    color: #fff;
    background-color: #dab700;
    border-color: #dab700;
    box-shadow: 0 0 0 0.2rem rgba(218, 183, 0, 0.5); }

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #dab700;
  border-color: #dab700; }

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 183, 0, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #000;
  border-color: #dab700; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #dab700;
    border-color: #dab700; }
  .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    color: #fff;
    background-color: #dab700;
    border-color: #dab700;
    box-shadow: 0 0 0 0.2rem rgba(218, 183, 0, 0.5); }

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #dab700;
  border-color: #dab700;
  box-shadow: 0 0 0 0.2rem rgba(218, 183, 0, 0.5); }

.btn-outline-secondary {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000 !important;
  border-width: 1px !important;
  border-style: solid !important; }
  .btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary.active {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-secondary.focus, .btn-outline-secondary:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000; }

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-info {
  color: #fff;
  background-color: #979A9D;
  border-color: #979A9D; }
  .btn-info:hover, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #979A9D;
    border-color: #979A9D; }
  .btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #979A9D;
    border-color: #979A9D;
    box-shadow: 0 0 0 0.2rem rgba(151, 154, 157, 0.5); }

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #979A9D;
  border-color: #979A9D;
  box-shadow: 0 0 0 0.2rem rgba(151, 154, 157, 0.5); }

.btn-outline-info {
  color: #979A9D;
  background-color: transparent;
  background-image: none !important;
  border-color: #979A9D !important;
  border-width: 1px !important;
  border-style: solid !important; }
  .btn-outline-info:hover, .btn-outline-info:active, .btn-outline-info.active {
    color: #fff;
    background-color: #979A9D;
    border-color: #979A9D; }
  .btn-outline-info.focus, .btn-outline-info:focus {
    color: #fff;
    background-color: #979A9D;
    border-color: #979A9D;
    box-shadow: 0 0 0 0.2rem rgba(151, 154, 157, 0.5); }

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #979A9D;
  border-color: #979A9D; }

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 154, 157, 0.5); }

.btn-default {
  color: #fff;
  background-color: #f3f3f3;
  border-color: #f3f3f3; }
  .btn-default:hover, .btn-default:active, .btn-default.active {
    color: #fff;
    background-color: #f3f3f3;
    border-color: #f3f3f3; }
  .btn-default.focus, .btn-default:focus {
    color: #fff;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5); }

.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5); }

.btn-outline-default {
  color: #f3f3f3;
  background-color: transparent;
  background-image: none;
  border-color: #f3f3f3 !important;
  border-width: 1px !important;
  border-style: solid !important; }
  .btn-outline-default:hover, .btn-outline-default:active, .btn-outline-default.active {
    color: #fff;
    background-color: #f3f3f3;
    border-color: #f3f3f3; }
  .btn-outline-default.focus, .btn-outline-default:focus {
    color: #fff;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5); }

.btn-outline-default:not(:disabled):not(.disabled).active, .btn-outline-default:not(:disabled):not(.disabled):active, .show > .btn-outline-default.dropdown-toggle {
  color: #fff;
  background-color: #f3f3f3;
  border-color: #f3f3f3; }

.btn-outline-default:not(:disabled):not(.disabled).active:focus, .btn-default-info:not(:disabled):not(.disabled):active:focus, .show > .btn-default-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-dark:hover, .btn-dark:active, .btn-dark.active {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-dark.focus, .btn-dark:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-dark {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000 !important;
  border-width: 1px !important;
  border-style: solid !important; }
  .btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark.active {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-dark.focus, .btn-outline-dark:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000; }

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-default-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-default-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-light {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
  .btn-light:hover, .btn-light:active, .btn-light.active {
    color: #000;
    background-color: #fff;
    border-color: #fff; }
  .btn-light.focus, .btn-light:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff !important;
  border-width: 1px !important;
  border-style: solid !important; }
  .btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light.active {
    color: #000;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-light.focus, .btn-outline-light:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #fff; }

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-default-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-default-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-success {
  color: #fff;
  background-color: #465c02;
  border-color: #465c02; }
  .btn-success:hover, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #2e4002;
    border-color: #2e4002; }
  .btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #2e4002;
    border-color: #2e4002;
    box-shadow: 0 0 0 0.2rem rgba(46, 64, 2, 0.5); }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2e4002;
  border-color: #2e4002;
  box-shadow: 0 0 0 0.2rem rgba(46, 64, 2, 0.5); }

.btn-outline-success {
  color: #465c02;
  background-color: transparent;
  background-image: none;
  border-color: #465c02 !important;
  border-width: 1px !important;
  border-style: solid !important; }
  .btn-outline-success:hover, .btn-outline-success:active, .btn-outline-success.active {
    color: #fff;
    background-color: #465c02;
    border-color: #465c02; }
  .btn-outline-success.focus, .btn-outline-success:focus {
    color: #fff;
    background-color: #465c02;
    border-color: #465c02;
    box-shadow: 0 0 0 0.2rem rgba(70, 92, 2, 0.5); }

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #465c02;
  border-color: #465c02; }

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-default-success:not(:disabled):not(.disabled):active:focus, .show > .btn-default-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 92, 2, 0.5); }

.btn-warning {
  color: #fff;
  background-color: #d87600;
  border-color: #d87600; }
  .btn-warning:hover, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #9c5100;
    border-color: #9c5100; }
  .btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #9c5100;
    border-color: #9c5100;
    box-shadow: 0 0 0 0.2rem rgba(156, 81, 0, 0.5); }

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #9c5100;
  border-color: #9c5100;
  box-shadow: 0 0 0 0.2rem rgba(156, 81, 0, 0.5); }

.btn-outline-warning {
  color: #d87600;
  background-color: transparent;
  background-image: none;
  border-color: #d87600 !important;
  border-width: 1px !important;
  border-style: solid !important; }
  .btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning.active {
    color: #fff;
    background-color: #d87600;
    border-color: #d87600; }
  .btn-outline-warning.focus, .btn-outline-warning:focus {
    color: #fff;
    background-color: #d87600;
    border-color: #d87600;
    box-shadow: 0 0 0 0.2rem rgba(216, 118, 0, 0.5); }

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #d87600;
  border-color: #d87600; }

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-default-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-default-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 118, 0, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #ad1813;
  border-color: #ad1813; }
  .btn-danger:hover, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #7f120f;
    border-color: #7f120f; }
  .btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #7f120f;
    border-color: #7f120f;
    box-shadow: 0 0 0 0.2rem rgba(127, 18, 15, 0.5); }

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #7f120f;
  border-color: #7f120f;
  box-shadow: 0 0 0 0.2rem rgba(127, 18, 15, 0.5); }

.btn-outline-danger {
  color: #ad1813;
  background-color: transparent;
  background-image: none;
  border-color: #ad1813 !important;
  border-width: 1px !important;
  border-style: solid !important; }
  .btn-outline-danger:hover, .btn-outline-danger:active, .btn-outline-danger.active {
    color: #fff;
    background-color: #ad1813;
    border-color: #ad1813; }
  .btn-outline-danger.focus, .btn-outline-danger:focus {
    color: #fff;
    background-color: #ad1813;
    border-color: #ad1813;
    box-shadow: 0 0 0 0.2rem rgba(173, 24, 19, 0.5); }

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ad1813;
  border-color: #ad1813; }

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-default-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-default-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 24, 19, 0.5); }

/* ----------------
Primary > main
Secondary > second
Info > third
Default > medium
Dark > dark
Light > light
Success > success
Warning > warning
Danger > danger
---------------- */
.fill-primary {
  fill: #dab700; }

.fill-secondary {
  fill: #000; }

.fill-info {
  fill: #979A9D; }

.fill-success {
  fill: #465c02; }

.fill-danger {
  fill: #ad1813; }

.fill-warning {
  fill: #d87600; }

.fill-default {
  fill: #f3f3f3; }

.fill-light {
  fill: #fff; }

.fill-dark {
  fill: #000; }

.alert-primary {
  color: #fff;
  background-color: rgba(218, 183, 0, 0.35);
  border-color: rgba(218, 183, 0, 0.65); }

.alert-secondary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.65); }

.alert-success {
  color: #fff;
  background-color: rgba(70, 92, 2, 0.35);
  border-color: rgba(70, 92, 2, 0.65); }

.alert-danger {
  color: #fff;
  background-color: rgba(173, 24, 19, 0.35);
  border-color: rgba(173, 24, 19, 0.65); }

.alert-warning {
  color: #fff;
  background-color: rgba(216, 118, 0, 0.35);
  border-color: rgba(216, 118, 0, 0.65); }

.alert-info {
  color: #fff;
  background-color: rgba(243, 243, 243, 0.35);
  border-color: rgba(243, 243, 243, 0.65); }

.alert-light {
  color: #000;
  background-color: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.65); }

.alert-dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.65); }

.bg-primary {
  background: #dab700;
  color: #fff; }

.bg-secondary {
  background: #000;
  color: #fff; }

.bg-info {
  background: #979A9D;
  color: #fff; }

.bg-success {
  background: #465c02;
  color: #fff; }

.bg-danger {
  background: #ad1813;
  color: #fff; }

.bg-warning {
  background: #d87600;
  color: #fff; }

.bg-default {
  background: #f3f3f3;
  color: #fff; }

.bg-light {
  background: #fff;
  color: #000; }

.bg-dark {
  background: #000;
  color: #fff; }

/* ----------------
Primary > main
Secondary > second
Info > third
Default > medium
Dark > dark
Light > light
Success > success
Warning > warning
Danger > danger
---------------- */
/*------------------------------------------------------*/
/* -------------------- */
/* Img */
/* -------------------- */
figure {
  margin: 0; }

/*------------------------------------------------------*/
/* -------------------- */
/*  Image background */
/* -------------------- */
.squareImg {
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: inherit;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  height: auto;
  display: block;
  overflow: hidden;
  transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease; }
  .squareImg:hover {
    opacity: 0.6; }

.rectangleImg {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: 100% !important;
  background-size: 100% !important;
  display: block;
  overflow: hidden;
  transition: background-size 300ms ease;
  -moz-transition: background-size 300ms ease;
  -ms-transition: background-size 300ms ease;
  -o-transition: background-size 300ms ease;
  -webkit-transition: background-size 300ms ease; }
  .rectangleImg:hover {
    background-size: 105% !important; }

.cover {
  background-position: center center;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

/*------------------------------------------------------*/
/* -------------------- */
/*  Filtres photos */
/* -------------------- */
.filter-bw {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%); }

/* ----------------
Primary > main
Secondary > second
Info > third
Default > medium
Dark > dark
Light > light
Success > success
Warning > warning
Danger > danger
---------------- */
/* -- ICONE BURGER -- */
#showMenu {
  padding: 0;
  width: 30px;
  height: 20px;
  position: relative; }
  #showMenu .line {
    background-color: #dab700;
    transition: all 0.3s;
    height: 2px;
    width: 100%;
    display: block;
    position: absolute; }
    #showMenu .line:first-of-type {
      top: 0; }
    #showMenu .line:nth-of-type(2) {
      top: 50%; }
    #showMenu .line:last-of-type {
      top: 100%; }
  #showMenu:hover .line, #showMenu.active .line {
    background-color: #000;
    z-index: 2; }
  #showMenu:hover .line:first-of-type, #showMenu.active .line:first-of-type {
    width: 100%; }
  #showMenu.active .line {
    transition: all 0.3s; }
    #showMenu.active .line:first-of-type {
      transform: translate3d(0px, 0px, 0px) rotateZ(45deg);
      transform-origin: left top;
      width: 27px !important; }
    #showMenu.active .line:nth-of-type(2) {
      opacity: 0; }
    #showMenu.active .line:last-of-type {
      transform: translate3d(1px, 0px, 0px) rotateZ(-45deg);
      transform-origin: left bottom;
      width: 27px; }

/* STYLE MENU */
.cbp-spmenu {
  background: #dab700;
  position: fixed;
  overflow: scroll;
  box-sizing: border-box; }
  .cbp-spmenu .nav-item {
    list-style: none; }
  .cbp-spmenu .nav-link {
    color: #000;
    font-size: calc(1.4rem + .35vw);
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
    margin: 0.70rem 0;
    padding: 0;
    display: block;
    -webkit-transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, transform 300ms ease-in-out; }
  .cbp-spmenu .nav-link:hover {
    opacity: 0.75;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px); }
  .cbp-spmenu .menu-content {
    margin-top: 200px;
    padding-left: 0; }

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

/* Vertical menu that slides from the left or right */
.cbp-spmenu-top {
  top: -100%; }

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px; }

/* Transitions */
.cbp-spmenu {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* ----------------
Primary > main
Secondary > second
Info > third
Default > medium
Dark > dark
Light > light
Success > success
Warning > warning
Danger > danger
---------------- */
@media (max-width: 767.98px) {
  #logo {
    width: 90px !important; }

  main {
    margin-top: 113px !important; }

  #slider .position-absolute {
    right: 0 !important;
    left: 0;
    text-align: center;
    margin: auto;
    margin-top: 50px !important;
    position: relative !important; }

  .slick-prev, .slick-next {
    display: none !important; } }
@media (min-width: 767.98px) {
  #about {
    position: relative; }
    #about:after {
      content: '';
      display: block;
      width: 60%;
      height: 100%;
      border: 2px solid #f3f3f3;
      right: 15px;
      top: 0;
      position: absolute;
      z-index: -1; }

  .banner {
    height: 40vh; } }
@media (min-width: 1600px) {
  .container-fluid {
    max-width: 1400px !important; } }
@media (min-width: 1800px) {
  .container-fluid {
    max-width: 1600px !important; } }
@media (min-width: 2000px) {
  .container-fluid {
    max-width: 1800px !important; } }
/* ----------------
Primary > main
Secondary > second
Info > third
Default > medium
Dark > dark
Light > light
Success > success
Warning > warning
Danger > danger
---------------- */
p {
  white-space: normal !important; }

.bold {
  font-weight: bold; }

.text-shadow {
  text-shadow: 2px 1px 9px #000000;
  -wekit-text-shadow: 2px 1px 9px #000000;
  -moz-text-shadow: 2px 1px 9px #000000;
  -o-text-shadow: 2px 1px 9px #000000; }

blockquote {
  opacity: 0.75;
  font-style: italic;
  padding: 1.5rem;
  background: #fff; }
  blockquote p:before, blockquote p:after {
    font-size: 130%;
    font-weight: bold; }
  blockquote p:before {
    content: '« '; }
  blockquote p:after {
    content: ' »'; }
  blockquote cite {
    text-align: right;
    display: block;
    font-weight: bold; }

@media (max-width: 580px) {
  p, a, h1, h2, h3, h4, h5, h6 {
    word-break: break-word !important;
    overflow-wrap: break-word !important; } }
/* -------------------- */
/*  tailles texte */
/* -------------------- */
.xxsFont {
  font-size: calc(0.7rem + .35vw) !important; }

.xsFont {
  font-size: calc(0.85rem + .35vw) !important; }

.sFont {
  font-size: calc(1rem + .35vw) !important; }

.mFont {
  font-size: calc(1.2rem + .35vw) !important; }

.lFont {
  font-size: calc(1.4rem + .35vw) !important; }

.xlFont {
  font-size: calc(1.8rem + .35vw) !important; }

.xxlFont {
  font-size: calc(2rem + .35vw) !important; }

/* -------------------- */
/*  couleurs texte */
/* -------------------- */
.text-primary {
  color: #dab700 !important; }

.text-secondary {
  color: #000 !important; }

.text-info {
  color: #979A9D !important; }

.text-success {
  color: #465c02 !important; }

.text-danger {
  color: #ad1813 !important; }

.text-warning {
  color: #d87600 !important; }

.text-default {
  color: #f3f3f3 !important; }

.text-light {
  color: #fff !important; }

.text-dark {
  color: #000 !important; }

.bg-primary {
  background: #dab700 !important;
  color: #fff; }

.bg-secondary {
  background: #000 !important;
  color: #fff; }

.bg-info {
  background: #979A9D !important;
  color: #fff; }

.bg-success {
  background: #465c02 !important;
  color: #fff; }

.bg-danger {
  background: #ad1813 !important;
  color: #fff; }

.bg-warning {
  background: #d87600 !important;
  color: #fff; }

.bg-default {
  background: #f3f3f3 !important;
  color: #fff; }

.bg-light {
  background: #fff !important;
  color: #000; }

.bg-dark {
  background: #000 !important;
  color: #fff; }

ul.no-style {
  list-style: none; }

ul.primary a {
  color: #dab700; }
ul.secondary a {
  color: #000; }
ul.info a {
  color: #979A9D; }
ul.success a {
  color: #465c02; }
ul.danger a {
  color: #ad1813; }
ul.warning a {
  color: #d87600; }
ul.default a {
  color: #f3f3f3; }
ul.light a {
  color: #fff; }
ul.dark a {
  color: #000; }
ul a:hover {
  text-decoration: underline; }

/*----------*/
/*-- BTN  --*/
/*----------*/
.btn {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 1rem 1.3rem;
  line-height: 1.1rem;
  border-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-transform: uppercase;
  font-weight: 200; }

p a {
  color: #dab700;
  font-weight: 700; }

.link-dark:hover {
  color: #dab700; }

.link-primary:hover {
  color: #000; }

.btn-primary {
  font-weight: 400 !important; }

.btn-prec {
  position: relative;
  top: -25px;
  padding: 0.75rem !important; }

.border {
  border: 2px solid #f3f3f3 !important; }

.form-control {
  border-radius: 0; }

.list-inline li {
  display: inline-block; }

.second-font {
  font-family: "Inter", sans-serif; }

/*----------*/
/*-- FONT --*/
/*----------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Alice", serif;
  color: #dab700;
  text-transform: uppercase; }

h1 {
  font-size: calc(2rem + .35vw); }

h2 {
  font-size: calc(1.8rem + .35vw); }

h3 {
  font-size: calc(1.4rem + .35vw); }

h4 {
  font-size: calc(1.2rem + .35vw); }

h5 {
  font-size: calc(1rem + .35vw); }

h6 {
  font-size: calc(0.85rem + .35vw); }

body, p, span {
  font-size: 1rem; }

/*----------*/
/*-- BODY --*/
/*----------*/
body {
  font-family: "Inter", sans-serif;
  color: #000;
  font-weight: 300; }

/*----------*/
/*- HEADER -*/
/*----------*/
/*----------*/
/*-- MAIN --*/
/*----------*/
main {
  margin-top: 140px; }

.small-w {
  max-width: 650px;
  margin: auto; }

.medium-w {
  max-width: 900px;
  margin: auto; }

/*----------*/
/*-- HOME --*/
/*----------*/
#slider {
  position: relative; }
  #slider .position-absolute {
    right: 60px;
    margin-top: -60px; }
  #slider .slick-slide div {
    max-height: 60vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    -ms-flex-align: center !important;
    justify-content: center;
    -ms-flex-pack: center !important; }

.slick-prev {
  left: 30px;
  z-index: 1; }
  .slick-prev svg {
    right: 1px;
    position: relative; }

.slick-next {
  right: 30px; }
  .slick-next svg {
    left: 1px;
    position: relative; }

.slick-prev, .slick-next {
  background: rgba(218, 183, 0, 0.75);
  font-size: 24px !important;
  line-height: 40px;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -ms-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms; }
  .slick-prev svg, .slick-next svg {
    fill: white; }
  .slick-prev:before, .slick-next:before {
    display: none; }
  .slick-prev:hover, .slick-next:hover {
    background: #dab700; }

#subNav a {
  position: relative;
  display: block;
  cursor: pointer; }
#subNav figure {
  background: #000;
  position: relative; }
#subNav figure:after {
  content: '';
  display: block;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  margin: 1rem;
  border: 1px solid white;
  position: absolute;
  left: 0;
  top: 0; }
#subNav img {
  opacity: 0.35;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms; }
#subNav figcaption {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  color: #dab700;
  top: 0;
  height: 100%; }
  #subNav figcaption span {
    font-size: calc(1rem + .35vw);
    font-weight: 200; }
#subNav a:hover img {
  opacity: 0.5; }

#home-actus {
  position: relative; }
  #home-actus .middle-btn {
    margin: auto;
    text-align: center;
    position: relative;
    top: 70px; }
  #home-actus p {
    font-weight: 300; }

#newsletter img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
  background: white; }
#newsletter h2 {
  margin-top: 50px; }
#newsletter h2 span {
  font-family: "Inter", sans-serif;
  font-size: calc(1rem + .35vw);
  color: #000;
  font-weight: 200;
  display: block; }
#newsletter .medium-w {
  position: relative; }
#newsletter .middle-btn {
  position: absolute;
  bottom: -25px;
  width: 100%;
  left: 0;
  right: 0; }

/*----------*/
/*-- PAGE --*/
/*----------*/
.banner {
  overflow: hidden;
  background: #000;
  position: relative; }
  .banner:after {
    content: '';
    display: block;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    margin: 1rem;
    border: 1px solid white;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .banner figure {
    width: 100%;
    display: block; }
  .banner img {
    opacity: 0.25; }
  .banner figcaption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    color: white; }
  .banner a, .banner span {
    color: white;
    text-transform: uppercase;
    font-weight: 200; }
  .banner h1 {
    font-family: "Inter", sans-serif;
    font-weight: 200; }
  .banner .text-center {
    padding: 2rem; }

/*----------*/
/*- FOOTER -*/
/*----------*/
footer ul {
  list-style: none;
  padding-left: 0; }
footer li a {
  text-transform: uppercase;
  font-weight: 400 !important; }

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