@charset "UTF-8";
/** Import everything from autoload */ /*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1152px;
  }
}
@media (min-width: 1360px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1350px;
  }
}
@media (min-width: 2100px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1600px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1360px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 2100px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1360px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 2100px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1360px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 2100px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1360px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 2100px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
.my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
.mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
.my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
.mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
.my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
.mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
.my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
.mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
.my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
.mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
.my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
.mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3,
.my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3,
.mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3,
.my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3,
.mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4,
.my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4,
.mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4,
.my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4,
.mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5,
.my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5,
.mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5,
.my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5,
.mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
.py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
.px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
.py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
.px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
.py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
.px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
.py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
.px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
.py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
.px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
.py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
.px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3,
.py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3,
.px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3,
.py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3,
.px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4,
.py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4,
.px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4,
.py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4,
.px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5,
.py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5,
.px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5,
.py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5,
.px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
.my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
.mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
.my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
.mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
.my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
.mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
.my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
.mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxl-n3,
.my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n3,
.mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n3,
.my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n3,
.mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n4,
.my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n4,
.mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n4,
.my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n4,
.mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxl-n5,
.my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n5,
.mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n5,
.my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n5,
.mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
.my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
.mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
.my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
.mx-xxxl-auto {
    margin-left: auto !important;
  }
}
@media (max-width: 767px) {
  [class^=col-], .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
body::before {
  content: "none";
  display: none; /* Prevent from displaying. */
}
@media (max-width: 1359.98px) {
  body::before {
    content: "xl";
  }
}
@media (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (max-width: 575.98px) {
  body::before {
    content: "xs";
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* stylelint-disable */
/*
    HTML5 Reset :: style.css
    ----------------------------------------------------------
    We have learned much from/been inspired by/taken code where offered from:

    Eric Meyer                  :: http://ericmeyer.com
    HTML5 Doctor                :: http://html5doctor.com
    and the HTML5 Boilerplate   :: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page */
/* we use a lot of ULs that aren't bulleted.
  don't forget to restore the bullets within content. */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

/* Accessible focus treatment
    people.opera.com/patrickl/experiments/keyboard/test
a:hover,
a:focus,
a:active {
  outline: none;
}*/
small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't screw with your line-heights
    gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* Style clickable inputs in iOS */
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
/* button {width: auto; overflow: visible;} */
button::-moz-focus-inner,
input::-moz-focus-inner { /* Inner padding and border oddities in FF3/4 */
  padding: 0;
  border: 0;
}

/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {
  font: 16px Helmet, Freesans, sans-serif;
}

body, html {
  width: 100%;
  height: 100%;
}

a, button {
  cursor: pointer;
  font-size: 100%;
}

button {
  border: 0;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-BookItalic.otf");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/* figtree-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/figtree-v7-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/figtree-v7-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/figtree-v7-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/figtree-v7-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/figtree-v7-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/figtree-v7-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/figtree-v7-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/figtree-v7-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/figtree-v7-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/figtree-v7-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/figtree-v7-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/figtree-v7-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/figtree-v7-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/figtree-v7-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*When using ::before and ::after you'll always need these three, so we're saving two lines of code every time you use this. */
/*
 * 1. Wrappers
 ****************************************************************/
html {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
html.scroll-disabled .header {
  z-index: 100;
}
html.scroll-disabled body {
  position: fixed;
  overflow-y: scroll;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  color: #222222;
  font-family: "Gotham", sans-serif;
}
body > .wrap {
  overflow: hidden;
}
body > .wrap.js-modal-overlay {
  position: relative;
  z-index: 102;
}

main {
  min-height: calc(100vh - 139px);
  position: relative;
}

/*
 * 2. Global style
 ****************************************************************/
.reset-font {
  font-size: 0;
  line-height: 0;
}

.dk-only {
  display: block !important;
}
@media (max-width: 767.98px) {
  .dk-only {
    display: none !important;
  }
}

.mb-only {
  display: none !important;
}
@media (max-width: 767.98px) {
  .mb-only {
    display: block !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

address {
  font-style: normal;
}

.lds-ripple {
  display: none;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 99;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #F23540;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.loading {
  position: relative;
}
.loading .lds-ripple {
  display: inline-block;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modal.opened {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-inner {
  margin: auto auto;
  padding: 20px;
  width: 70%;
}
@media (max-width: 991.98px) {
  .modal .modal-inner {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  .modal .modal-inner {
    width: 100%;
    height: 100%;
  }
}
.modal .modal-content {
  position: relative;
}
.modal .modal-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}
.modal .close-btn {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  z-index: 99;
}
.modal .close-btn svg path {
  fill: #F23540;
}

.page_layout {
  width: 100%;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 24px;
  flex-direction: column;
}

body > .wrap {
  min-height: calc(100% - 300px);
  overflow: hidden;
}

#cookies-policy .cookiesBtn__link {
  background: #B21E28 !important;
  border: 1px solid #B21E28 !important;
}

#cookies-policy .cookies__category input:checked + .cookies__box:after {
  background: #B21E28 !important;
}

#cookies-policy .cookies__details {
  color: #B21E28 !important;
}

#cookies-policy .cookies__alert {
  width: 30em !important;
}

#cookies-policy .cookies__intro p, #cookies-policy .cookies__info {
  font-family: "Gotham-Book", sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
}

.btn {
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  display: inline-flex;
  outline: none;
  position: relative;
  text-decoration: none;
  z-index: 1;
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #F23540;
  transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 12px;
    line-height: 18px;
  }
}
.btn.is-gold {
  color: #F23540;
}
.btn.with-icon.is-red {
  color: #F23540;
}
.btn.with-icon.is-red:hover {
  color: #fff;
}
.btn.with-icon.is-gold {
  color: #F23540;
}
.btn.with-icon.is-gold:hover {
  color: #fff;
}
.btn.is-primary-background {
  background: #F23540;
  color: #FFF;
}
.btn.is-primary {
  border: 1px solid;
  border-radius: 33.5px;
  padding: 13px 24px 13px 20px;
  color: #fff;
}
.btn.is-primary:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  left: -1px;
  top: -1px;
  z-index: -1;
  border-radius: 33.5px;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn.is-primary:before {
  width: calc(100% + 2px);
}
.btn.is-primary:hover:before {
  opacity: 0;
}
.btn.is-primary.is-red {
  border-color: #F23540;
  color: #fff;
}
.btn.is-primary.is-red:before {
  background-color: #F23540;
}
.btn.is-primary.is-red:hover {
  color: #F23540;
}
.btn.is-primary.is-gold {
  border-color: #F23540;
  color: #fff;
}
.btn.is-primary.is-gold:before {
  background-color: #F23540;
}
.btn.is-primary.is-gold:hover {
  color: #F23540;
  border-color: #F23540;
}
.btn.is-primary.is-white {
  border-color: #fff;
  color: #F23540;
}
.btn.is-primary.is-white:before {
  background-color: #fff;
}
.btn.is-primary.is-white:hover {
  color: #fff;
}
.btn.is-secondary {
  border: 1px solid;
  border-radius: 33.5px;
  padding: 13px 24px 13px 20px;
}
.btn.is-secondary:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  left: -1px;
  top: -1px;
  z-index: -1;
  border-radius: 33.5px;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn.is-secondary:before {
  opacity: 0;
}
.btn.is-secondary.is-red {
  border-color: #F23540;
  color: #F23540;
}
.btn.is-secondary.is-red:before {
  background-color: #F23540;
}
.btn.is-secondary.is-gold {
  border-color: #F23540;
  color: #F23540;
}
.btn.is-secondary.is-gold:before {
  background-color: #F23540;
}
.btn.is-secondary.is-gold:hover {
  border-color: #F23540;
}
.btn.is-secondary.is-white {
  border-color: #fff;
  color: #fff;
}
.btn.is-secondary.is-white:before {
  background-color: #fff;
}
.btn.is-secondary.is-white:hover {
  color: #F23540;
}
.btn.is-secondary:hover {
  color: #fff;
}
.btn.is-secondary:hover:before {
  opacity: 1;
}
.btn .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-left: 13px;
}
.btn .icon svg {
  width: auto;
  height: auto;
}
.btn .icon svg path {
  transition: fill 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), stroke 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn .label {
  position: relative;
  z-index: 1;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn-link {
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  display: inline-flex;
  outline: none;
  position: relative;
  text-decoration: none;
  z-index: 1;
  gap: 15px;
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
  color: #F23540;
  transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.98px) {
  .btn-link {
    font-size: 12px;
    line-height: 18px;
  }
}
.btn-link .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
}
.btn-link .icon svg {
  width: auto;
  height: auto;
}
.btn-link .icon svg path {
  transition: fill 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), stroke 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn-link .label {
  position: relative;
  letter-spacing: 0px;
  z-index: 1;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn-link.inverse .label {
  order: 2;
}
.btn-link.is-red {
  color: #F23540;
}
.btn-link.is-red:hover {
  color: #222222;
}
.btn-link.is-gold {
  color: #F23540;
}
.btn-link.is-gold:hover {
  color: #222222;
}
.btn-link.is-bgWhite {
  color: #fff;
  background-color: #F23540;
  border: 1px solid;
  border-radius: 33.5px;
  padding: 13px 24px 13px 20px;
}
.btn-link.is-bgWhite:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  left: -1px;
  top: -1px;
  z-index: -1;
  border-radius: 33.5px;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn-link.is-bgWhite:hover {
  color: #F23540;
  background-color: #fff;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767.98px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs > .breadcrumb-item {
  display: inline-flex;
  align-items: center;
}
.breadcrumbs > .breadcrumb-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  margin: 0 10px;
  width: 5px;
  height: 5px;
  border: solid 1.5px currentColor;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}
.breadcrumbs > .breadcrumb-item .breadcrumb-title {
  color: currentColor;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.custom-search {
  display: flex;
  align-items: center;
  position: relative;
  background: transparent;
  width: 100%;
  border: 1px solid rgba(205, 200, 186, 0.4);
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 1px;
}
.custom-search::before {
  content: "";
  background: url("images/icons/search.svg") center center no-repeat;
  display: block;
  height: 19px;
  width: 19px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-search input[type=search] {
  padding: 7px 14px 7px;
  width: 100%;
  height: 56px;
  margin-bottom: 0;
  border: none;
  color: #CDC8BA;
  font-size: 15px;
  line-height: 18px;
  font-family: "Gotham-Book", sans-serif;
  background: #222222;
  -webkit-appearance: none;
}
.custom-search input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.custom-search input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.custom-search input[type=search]::-webkit-search-decoration, .custom-search input[type=search]::-webkit-search-cancel-button, .custom-search input[type=search]::-webkit-search-results-button, .custom-search input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.custom-search input[type=search]::-webkit-input-placeholder, .custom-search input[type=search]::-moz-placeholder, .custom-search input[type=search]:-ms-input-placeholder {
  color: rgba(205, 200, 186, 0.5);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}
.custom-search input[type=search]:focus, .custom-search input[type=search]:hover, .custom-search input[type=search]:active {
  border: none;
  outline: none;
}
.custom-search .search-cta {
  border: none;
  background: none;
  padding: 0;
  color: #fff;
}
.custom-search.is-light input[type=search] {
  background: #fff;
}
.custom-search.is-light .search-cta {
  color: #222222;
}

.search-container {
  position: absolute;
  right: 0;
  direction: rtl;
  min-width: 611px;
  height: 80px;
  background: #222222;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.search-container:before {
  content: none;
}
@media (max-width: 991.98px) {
  .search-container {
    right: 0;
    min-width: calc(100vw - 190px);
  }
}
@media (max-width: 767.98px) {
  .search-container {
    right: 0;
    min-width: 100%;
  }
}
.search-container .search-cta {
  display: block;
  height: 19px;
  width: 19px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.search-container.is_open {
  display: flex;
}
@media (max-width: 991.98px) {
  .search-container.is_open.is-open {
    padding-top: 10px;
  }
}
.search-container.is_open svg g {
  filter: none;
}
.search-container.is_open svg g path {
  fill: #131026;
  transition: fill 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.search-container.is-hidden {
  display: none;
}
.search-container.is-hidden .custom-search {
  box-shadow: none;
  width: 0;
  background: #222222;
  z-index: 999;
  position: relative;
}
.search-container.is-hidden .custom-search input {
  background: #222222;
  display: none;
}
.search-container .custom-search {
  background: #222222;
  border-radius: 0;
  border: none;
  box-shadow: 0 2px 10px 0 rgba(14, 32, 81, 0.16);
  margin-bottom: 0;
  text-align: left;
  direction: ltr;
  border-bottom: 1px solid #CDC8BA;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.search-container .custom-search:before {
  content: none;
}
.search-container .custom-search input[type=search] {
  height: auto;
  margin-bottom: 0;
  border: none;
  line-height: 34px;
  background: #222222;
  -webkit-appearance: none;
}
.search-container .custom-search input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.search-container .custom-search input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.search-container .custom-search input[type=search]::-webkit-search-decoration, .search-container .custom-search input[type=search]::-webkit-search-cancel-button, .search-container .custom-search input[type=search]::-webkit-search-results-button, .search-container .custom-search input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.drawer-item {
  border-bottom: 1px solid #F23540;
  position: relative;
  width: 100%;
}
.drawer-item .title-wrapper {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 10px 0;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.drawer-item .title-wrapper h3 {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  flex-grow: 1;
  padding-right: 50px;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html.notouch .drawer-item .title-wrapper:hover h3 {
  color: #F23540;
}
html.notouch .drawer-item .title-wrapper:hover .arrow-down svg .stroke {
  stroke: #F23540;
}
.drawer-item .arrow-down {
  flex-shrink: 0;
  display: block;
  margin: auto;
  right: 0;
  bottom: 0;
  top: 0;
  color: #F23540;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
.drawer-item .arrow-down svg .stroke {
  transition: stroke 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.drawer-item .arrow-down svg path {
  transform-origin: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.drawer-item .content-wrapper {
  height: 0;
  overflow: hidden;
  will-change: height;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767.98px) {
  .drawer-item .content-wrapper {
    font-size: 15px;
    line-height: 22px;
  }
}
.drawer-item .content-wrapper .inner-content {
  padding: 0 30px 20px 0;
}
.drawer-item.is-open {
  border-color: #F23540;
}
.drawer-item.is-open .arrow-down {
  bottom: 20px;
  top: auto;
}
.drawer-item.is-open .arrow-down svg .stroke {
  stroke: #000;
}
.drawer-item.is-open .arrow-down svg path {
  transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  .drawer-item .title-wrapper {
    padding: 15px 0;
  }
  .drawer-item .title-wrapper h3 {
    padding-right: 25px;
  }
  .drawer-item .title-wrapper .arrow-down svg {
    width: 30px;
    height: 30px;
  }
  .drawer-item .content-wrapper {
    height: 0;
    overflow: hidden;
    will-change: height;
  }
  .drawer-item .content-wrapper .inner-content {
    padding: 5px 0px 10px 0px;
  }
}
.wysiwyg {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .wysiwyg {
    font-size: 15px;
    line-height: 22px;
  }
}
.wysiwyg a {
  color: #F23540;
}
.wysiwyg h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .wysiwyg h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.wysiwyg h2:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .wysiwyg h2:not(:first-child) {
    margin-top: 30px;
  }
}
.wysiwyg h3 {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #222222;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 40px;
  /*
  &:not(:first-child) {
    margin-top: 30px;
    @include media-breakpoint-down(sm) {
      margin-top: 25px;
    }
  }
  */
}
@media (max-width: 767.98px) {
  .wysiwyg h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .wysiwyg h3 {
    margin-top: 30px;
  }
}
.wysiwyg h4 {
  font-family: "Gotham-Book", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  color: #222222;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .wysiwyg h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
.wysiwyg h4:not(:first-child) {
  margin-top: 15px;
}
.wysiwyg h5 {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #222222;
  margin-bottom: 15px;
}
.wysiwyg h5:not(:first-child) {
  margin-top: 15px;
}
.wysiwyg b,
.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg i,
.wysiwyg em {
  font-style: italic;
}
.wysiwyg p {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .wysiwyg p {
    font-size: 15px;
    line-height: 22px;
  }
}
.wysiwyg p:last-of-type {
  margin-bottom: 0;
}
.wysiwyg p > h3 {
  margin-top: 30px;
}
.wysiwyg a {
  text-decoration: underline;
  color: #000;
}
.wysiwyg a:not(.btn) {
  color: #F23540;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html.notouch .wysiwyg a:not(.btn):hover {
  text-decoration: none;
}
.wysiwyg img {
  display: block;
  height: auto !important;
  width: auto !important;
  margin: 25px 0 40px;
}
.wysiwyg img.aligncenter {
  display: block;
  margin: 0 auto;
}
.wysiwyg .iframe-wrapper {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.wysiwyg .iframe-wrapper:before {
  content: "";
  display: block;
  height: 0;
  padding-top: 43.6%;
  position: relative;
  width: 100%;
}
.wysiwyg .iframe-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wysiwyg blockquote, .wysiwyg blockquote * {
  font-family: "Gotham", sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  color: #F23540;
}
.wysiwyg blockquote p {
  position: relative;
  text-indent: 30px;
}
.wysiwyg blockquote p:before {
  content: "«";
  position: absolute;
  left: -30px;
}
.wysiwyg blockquote p:after {
  content: "»";
  position: absolute;
  bottom: 0;
}
.wysiwyg ul {
  padding-left: 35px;
}
@media (max-width: 767.98px) {
  .wysiwyg ul {
    padding-left: 35px;
  }
}
.wysiwyg ul > li {
  list-style: none;
  text-indent: -20px;
}
@media (max-width: 767.98px) {
  .wysiwyg ul > li {
    text-indent: -25px;
  }
}
.wysiwyg ul > li::before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-left: 0;
  margin-right: 15px;
  vertical-align: middle;
  width: 5px;
  margin-top: -3px;
}
@media (max-width: 767.98px) {
  .wysiwyg ul > li::before {
    height: 4px;
    width: 4px;
    margin-left: 0;
    margin-right: 20px;
    margin-top: -2px;
  }
}
.wysiwyg ol {
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
}
.wysiwyg ol li {
  position: relative;
  padding-left: 10px;
}
.wysiwyg ol li::marker {
  margin-left: 0;
  margin-right: 20px;
}
.wysiwyg ul,
.wysiwyg ol {
  margin: 20px 0 45px;
  text-align: left;
}
.wysiwyg ul li,
.wysiwyg ol li {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  text-transform: initial;
}
@media (max-width: 767.98px) {
  .wysiwyg ul li,
.wysiwyg ol li {
    font-size: 12px;
    line-height: 18px;
  }
}
.wysiwyg ul li div,
.wysiwyg ul li p,
.wysiwyg ol li div,
.wysiwyg ol li p {
  display: inline;
  margin: 0;
}
.wysiwyg ul li:not(:last-child),
.wysiwyg ol li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .wysiwyg ul,
.wysiwyg ol {
    margin-bottom: 20px;
  }
}
.wysiwyg.is-white {
  color: #fff;
}
.wysiwyg.is-white h2 {
  color: #fff;
}
.wysiwyg.is-white h3 {
  color: #fff;
}
.wysiwyg.is-white h4 {
  color: #fff;
}
.wysiwyg.is-white h5 {
  color: #fff;
}
.wysiwyg.is-white p {
  color: #fff;
}
.wysiwyg.is-white blockquote {
  color: #fff;
}
.wysiwyg.is-white a:not(.btn) {
  color: #fff;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html.notouch .wysiwyg.is-white a:not(.btn):hover {
  color: #F6F1E7;
}
.wysiwyg.is-white ul > li::before {
  background: #fff;
}
.wysiwyg.is-white ol li:before {
  color: #fff;
}
.wysiwyg.is-white ul li,
.wysiwyg.is-white ol li {
  color: #fff;
}

.linkItem {
  padding: 25px 0;
  position: relative;
}
.linkItem .btn {
  height: auto;
  padding: 0 0 0 8px;
}
.linkItem .btn svg {
  width: 16px;
  height: auto;
}
html.notouch .linkItem .btn:not(:disabled):not(.disabled):not(.bordered):not(.btn-arrow):hover span {
  color: #000;
}
html.notouch .linkItem .btn:not(:disabled):not(.disabled):not(.bordered):not(.btn-arrow):hover .icon svg .fill {
  fill: #000;
}
html.notouch .linkItem .btn:not(:disabled):not(.disabled):not(.bordered):not(.btn-arrow):hover .icon svg .stroke {
  stroke: #000;
}
.linkItem .linkItem-info {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 40px;
}

.linksList-col > .linkItem {
  padding: 0;
}
.linksList-col > .linkItem:not(:last-child) {
  margin-bottom: 20px;
}

.entry {
  color: #F23540;
  --height: auto;
}
.entry .entry-label .entry-label-content, .entry::before {
  content: attr(placeholder);
  color: #F23540;
  display: block;
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 5px;
  height: var(--height);
}
.entry .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: #CDC8BA;
}
.entry .entry-label {
  color: #222222;
}
.entry .entry-label .entry-label-content {
  display: inline-block;
}
.entry .entry-content {
  border-radius: 2px;
  display: flex;
  align-items: center;
}
.entry .entry-content:not(.entry-content-file) {
  border: 1px solid #CDC8BA;
}
.entry .entry-content .button-view {
  border: none;
  background: none;
  width: 40px;
  height: 40px;
  outline: none;
  color: #F23540;
}
.entry .entry-content .button-view.check-view {
  background-color: #F23540;
  color: #fff;
}
.entry .entry-content .button-view svg {
  vertical-align: middle;
}
.entry .entry-content .entry-text {
  flex: auto;
  border: none;
  background: none;
  display: block;
  width: 100%;
  border-radius: 2px;
  padding: 0 17px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.entry .entry-content .entry-text.entry-textarea {
  padding: 15px 17px;
}
.entry .entry-content .entry-text:focus, .entry .entry-content .entry-text:focus-visible {
  border: none;
  outline: none;
}
.entry .entry-content .entry-text:not(textarea) {
  height: 40px;
}
.entry .entry-content .entry-text:is(textarea) {
  min-height: 158px;
  resize: none;
}
.entry .entry-content .entry-text.entry-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 5px);
  background-position-y: center;
  padding: 5px 30px 5px 10px;
}
.entry .entry-content .entry-file {
  display: inline-flex;
  padding: 0;
  gap: 15px;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.entry .entry-content .entry-file .file-text {
  color: #222222;
}
.entry .entry-content .entry-file .entry-text {
  display: none;
}
.entry.is-warning {
  color: #F23540;
}
.entry.is-warning .entry-content {
  border-color: #F23540;
}
.entry.is-warning .warning-text {
  display: flex;
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-top: 5px;
}
.entry.is-warning .warning-text svg {
  vertical-align: middle;
}
.entry.is-warning .warning-text span {
  display: inline-block;
}
.entry.is-warning .warning-text > span:nth-child(1) {
  margin-right: 7px;
}

.entry-checkbox {
  display: inline-flex;
  cursor: pointer;
}
.entry-checkbox .checkbox,
.entry-checkbox .checkbox-svg {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 2px;
  border: 1px solid #CDC8BA;
  background-color: #fff;
  display: inline-flex;
  margin-right: 12px;
  position: relative;
}
.entry-checkbox .checkbox svg,
.entry-checkbox .checkbox-svg svg {
  display: none;
}
.entry-checkbox .checkbox-svg {
  align-items: center;
  justify-content: center;
}
.entry-checkbox .input-checkbox:checked + .checkbox-svg {
  background-color: #F23540;
  color: #fff;
  border: none;
}
.entry-checkbox .input-checkbox:checked + .checkbox-svg svg {
  display: inline-block;
}
.entry-checkbox .input-checkbox:checked + .checkbox {
  background-color: #F23540;
  border: none;
}
.entry-checkbox .input-checkbox:checked + .checkbox::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 4px;
  border: solid 1.5px #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 2.5px);
  left: calc(50% - 4.5px);
  margin-top: -1px;
}
.entry-checkbox .checkbox-text {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .entry-checkbox .checkbox-text {
    font-size: 15px;
    line-height: 22px;
  }
}
.entry-checkbox .checkbox-text a {
  color: #B21E28;
}
.entry-checkbox .checkbox-text a:hover {
  color: #B21E28;
}
.entry-checkbox.small .checkbox {
  width: 12px;
  height: 12px;
}
.entry-checkbox.small .checkbox-text {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.entry-checkbox.small .checkbox-text a {
  color: #B21E28;
}
.entry-checkbox.small .checkbox-text a:hover {
  color: #B21E28;
}

.entry-radio {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}
.entry-radio .radio {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 1px solid #CDC8BA;
  border-radius: 50%;
  display: inline-flex;
  margin-right: 12px;
  position: relative;
}
.entry-radio .input-radio:checked + .radio::before {
  content: "";
  display: inline-block;
}
.entry-radio .input-radio:checked + .radio:not(.circle) {
  background-color: #F23540;
}
.entry-radio .input-radio:checked + .radio:not(.circle)::before {
  width: 9px;
  height: 4px;
  border: solid 1.5px #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 2.5px);
  left: calc(50% - 4.5px);
  margin-top: -1px;
}
.entry-radio .input-radio:checked + .radio.circle {
  border-color: #F23540;
}
.entry-radio .input-radio:checked + .radio.circle::before {
  background-color: #F23540;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50%;
  margin: 3px;
}
.entry-radio .radio-text {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .entry-radio .radio-text {
    font-size: 15px;
    line-height: 22px;
  }
}

.image-format {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #F23540;
  padding: 5px 0;
}

.verify-account-page img,
.complete-account-page img {
  max-width: 150px;
  max-height: 150px;
}

.card-ressource:not(.simple) {
  padding: 30px 0 23px;
  border-top: 1px solid #CDC8BA;
  border-bottom: 1px solid #CDC8BA;
}
.card-ressource .cr-header {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  position: relative;
}
.card-ressource .cr-header.mb-tags {
  display: none !important;
}
@media (max-width: 767.98px) {
  .card-ressource .cr-header.mb-tags {
    display: flex !important;
  }
}
@media (max-width: 767.98px) {
  .card-ressource .cr-header.dk-tags {
    display: none !important;
  }
}
.card-ressource .tag {
  display: flex;
  align-items: center;
  border: 1px solid rgba(205, 200, 186, 0.5);
  border-radius: 15px;
  color: #F23540;
  padding: 5px 14px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  line-height: 13px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 30px;
  font-family: "Gotham", sans-serif;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .card-ressource .tag:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #F23540;
}
.card-ressource .tag.plus {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.card-ressource .tags-list {
  position: absolute;
  z-index: 20;
  background-color: #fff;
  max-width: 250px;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-radius: 15px;
}
.card-ressource .tags-list:not(.open) {
  display: none;
}
.card-ressource .tags-list span,
.card-ressource .tags-list a {
  display: inline-flex;
}
.card-ressource .cr-body {
  display: flex;
  gap: 30px;
}
.card-ressource .cr-body .crb-left {
  width: 162px;
  padding-top: 50px;
}
.card-ressource .cr-body .crb-left .crb-img {
  position: relative;
  position: relative;
}
.card-ressource .cr-body .crb-left .crb-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.card-ressource .cr-body .crb-left .crb-img .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-ressource .cr-body .crb-left .crb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.card-ressource .cr-body .crb-left .crb-img .wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(34, 34, 34, 0.3);
  opacity: 0;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  pointer-events: none;
}
.card-ressource .cr-body .crb-left .img-placeholder {
  color: #F6F1E7;
  font-size: 120px;
  line-height: 72px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.card-ressource .cr-body .crb-left .img-placeholder .filter_txt {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  top: 0;
  text-indent: -9999px;
  font-size: 0;
}
.card-ressource .cr-body .crb-right {
  width: calc(100% - 162px);
}
.card-ressource .cr-body .crb-right .title,
.card-ressource .cr-body .crb-right .title a {
  margin-bottom: 30px;
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #F23540;
}
@media (max-width: 767.98px) {
  .card-ressource .cr-body .crb-right .title,
.card-ressource .cr-body .crb-right .title a {
    font-size: 18px;
    line-height: 24px;
  }
}
.card-ressource .cr-body .crb-right .title .sub-title a, .card-ressource .cr-body .crb-right .title .sub-title {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #F23540;
}
@media (max-width: 767.98px) {
  .card-ressource .cr-body .crb-right .title .sub-title a, .card-ressource .cr-body .crb-right .title .sub-title {
    font-size: 12px;
    line-height: 18px;
  }
}
.card-ressource .cr-body .crb-right .title .sub-title a {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .card-ressource .cr-body .crb-right .title .sub-title a:not(:disabled):not(.disabled):hover {
  text-decoration: underline;
}
.card-ressource .cr-body .crb-right .content {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.card-ressource .cr-body .crb-right .content .info {
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}
.card-ressource .cr-body .crb-right .content .info a {
  color: #F23540;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .card-ressource .cr-body .crb-right .content .info a:not(:disabled):not(.disabled):hover {
  text-decoration: underline;
}
.card-ressource .cr-body .crb-right .content .desc {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
}
.card-ressource .cr-body .crb-right .content .desc .over_link {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  top: 0;
  text-indent: -9999px;
  font-size: 0;
}
.card-ressource .cr-footer {
  display: flex;
  margin-top: 20px;
  gap: 30px;
  margin-left: auto;
}
.card-ressource .cr-footer .price {
  width: 162px;
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .card-ressource .cr-footer .price {
    font-size: 20px;
    line-height: 24px;
  }
}
.card-ressource .cr-footer .links {
  gap: 6px;
  display: flex;
  flex-direction: column;
}
.card-ressource .cr-footer .links a {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #F23540;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 767.98px) {
  .card-ressource .cr-footer .links a {
    font-size: 12px;
    line-height: 18px;
  }
}
html .card-ressource .cr-footer .links a:not(:disabled):not(.disabled):hover {
  color: #222222;
}
.card-ressource .cr-footer .links a.addToPublicationWishlist * {
  pointer-events: none;
}
.card-ressource .cr-footer .links a.addToPublicationWishlist.active.rect rect {
  fill: #F23540;
}
html .card-ressource .cr-footer .links a.addToPublicationWishlist.active.rect:not(:disabled):not(.disabled):hover rect {
  fill: #222222;
}
.card-ressource .cr-footer .links a.addToPublicationWishlist.active:not(.rect) path {
  fill: #F23540;
}
html .card-ressource .cr-footer .links a.addToPublicationWishlist.active:not(.rect):not(:disabled):not(.disabled):hover path {
  fill: #222222;
}
.card-ressource .cr-footer .links a.addToPublicationWishlist .icon {
  margin-top: -1px;
}
html .card-ressource:not(:disabled):not(.disabled):hover h3 a {
  color: #222222;
}
html .card-ressource:not(:disabled):not(.disabled):hover .crb-img .wrapper:after {
  opacity: 1;
}
html .card-ressource:not(:disabled):not(.disabled):hover .img-placeholder {
  color: #EDEDED;
}

.card-ressource.simple-pub-card .cr-header {
  margin: 0;
}
.card-ressource.simple-pub-card .cr-body .crb-right .crh-wrapper {
  margin-bottom: 18px;
}
.card-ressource.simple-pub-card .cr-body .crb-right .content {
  margin-top: 18px;
  gap: 18px;
}
.card-ressource.simple-pub-card .cr-body .crb-right .title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 18px;
}
.card-ressource.simple-pub-card .cr-body .crb-right .title svg {
  color: #F23540;
}
.card-ressource.simple-pub-card .cr-body .crb-right .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-ressource.simple-pub-card .sub-title a, .card-ressource.simple-pub-card .sub-title {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #F23540;
}
@media (max-width: 767.98px) {
  .card-ressource.simple-pub-card .sub-title a, .card-ressource.simple-pub-card .sub-title {
    font-size: 12px;
    line-height: 18px;
  }
}
.card-ressource.simple-pub-card .sub-title a {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .card-ressource.simple-pub-card .sub-title a:not(:disabled):not(.disabled):hover {
  text-decoration: underline;
}
.card-ressource.simple-pub-card .crb-action-right {
  margin-top: 40px;
  padding-left: 40px;
}
.card-ressource.simple-pub-card .crh-actions .links {
  display: flex;
  gap: 15px;
}
.card-ressource.simple-pub-card .crh-actions .links a {
  color: #F23540;
}
.card-ressource.simple-pub-card .crh-actions .links a .active svg path {
  fill: #F23540;
}
.card-ressource.simple-pub-card .crh-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.card-ressource.simple-pub-card .cr-body .crb-left {
  padding-top: 0;
}

@media (max-width: 767.98px) {
  .card-ressource {
    padding: 30px 0 18px;
  }
  .card-ressource:not(:last-of-type) {
    border-bottom: none;
  }
  .card-ressource.with-padding {
    padding: 15px 15px;
  }
  .card-ressource .cr-body {
    gap: 17px;
  }
  .card-ressource .cr-body .crb-left {
    padding-top: 0;
    width: 90px;
  }
  .card-ressource .cr-body .crb-right {
    width: calc(100% - 90px);
  }
  .card-ressource .cr-body .cr-header {
    flex-wrap: wrap;
  }
  .card-ressource .cr-body .btn {
    padding: 8px 10px;
  }
  .card-ressource .cr-footer {
    gap: 17px;
    flex-direction: column;
    width: calc(100vw - 40px);
    margin-left: -104px;
    align-items: center;
    margin-top: 15px;
    max-width: 500px;
  }
  .card-ressource .cr-footer .price {
    width: 90px;
  }
  .card-ressource .cr-footer .links {
    width: auto;
  }
}
.card-event {
  padding: 35px 0;
  border-top: 1px solid #CDC8BA;
  border-bottom: 1px solid #CDC8BA;
  background-color: #fff;
  color: #222222;
  position: relative;
}
.card-event .tag {
  position: absolute;
  right: 0;
  top: -15px;
  overflow: hidden;
}
.card-event .tag .tag-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Gotham", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.1916667223px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.card-event .header .cat {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #F23540;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .card-event .header .cat {
    font-size: 12px;
    line-height: 18px;
  }
}
.card-event .header .title,
.card-event .header .title a {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #F23540;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .card-event .header .title,
.card-event .header .title a {
    font-size: 18px;
    line-height: 24px;
  }
}
.card-event .content {
  display: flex;
  gap: 30px;
}
@media (max-width: 575.98px) {
  .card-event .content {
    flex-direction: column;
  }
}
.card-event .content .c-left {
  width: 160px;
}
@media (max-width: 767.98px) {
  .card-event .content .c-left {
    width: 100%;
  }
}
.card-event .content .c-left .img-container {
  width: 160px;
  height: 160px;
  display: block;
  position: relative;
  z-index: 1;
}
.card-event .content .c-left .img-container:not(.img-empty)::before {
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: transparent;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .card-event .content .c-left .img-container {
    width: 100%;
    height: auto;
  }
}
.card-event .content .c-left .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-event .content .c-left .img-container .img-placeholder {
  color: #F6F1E7;
  font-size: 120px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.card-event .content .c-right .header {
  margin-bottom: 25px;
}
.card-event .content .c-right .infos {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.card-event .content .c-right .infos .type .icon {
  margin-right: 7px;
  vertical-align: middle;
}
.card-event .content .c-right .desc {
  margin-top: 10px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.card-event .content .c-right .price {
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-top: 40px;
  font-weight: 500;
}
.card-event .content .c-right .price span {
  display: block;
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Gotham-Book", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .card-event .content .c-right .price span {
    font-size: 12px;
    line-height: 18px;
  }
}
.card-event.with-padding {
  padding: 35px 40px;
}
@media (max-width: 767.98px) {
  .card-event.with-padding {
    padding: 15px;
  }
}
.card-event:hover .header .title,
.card-event:hover .header .title a {
  color: #222222;
}
.card-event:hover .content .c-left .img-container .img-placeholder {
  color: #ededed;
}
.card-event:hover .content .c-left .img-container::before {
  background: rgba(34, 34, 34, 0.3);
}
.card-event.with-tag .header .title {
  max-width: 200px;
}

#event-cards-list .row {
  gap: 66px 0;
}
#event-cards-list .card-event {
  border-top: none;
}

.share-box {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.share-box svg {
  vertical-align: middle;
}
.share-box .share-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #F23540;
  text-transform: uppercase;
  gap: 20px;
  font-size: 12px;
  line-height: 24px;
  font-family: "Gotham", sans-serif;
  letter-spacing: 1.3px;
  height: 40px;
}
.share-box .share-socials {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 10;
  background-color: #F23540;
  border-radius: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 5px;
  width: 130px;
}
.share-box .share-socials::before {
  content: "";
  border: solid 5px transparent;
  border-bottom-color: #F23540;
  top: -10px;
  left: calc(50% - 5px);
  position: absolute;
}
.share-box .share-socials a {
  color: #fff;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.share-box .share-socials a:hover {
  background-color: #fff;
  color: #F23540;
}

.custom-dropdown {
  position: relative;
  width: 100%;
}
.custom-dropdown::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #CDC8BA;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 18px;
  top: 22px;
  width: 0;
}
.custom-dropdown select {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: #fff;
  border: 1px solid #CDC8BA;
  border-radius: 2px;
  color: #222222;
  cursor: pointer;
  font-weight: 500;
  height: 48px;
  padding: 10px 34px 10px 22px;
  position: relative;
  width: 100%;
}
.custom-dropdown select option {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .custom-dropdown select option {
    font-size: 15px;
    line-height: 22px;
  }
}
.custom-dropdown select option[value=""] {
  color: #575454;
}
.custom-dropdown select:focus {
  outline: 0;
}

.expert-member {
  padding: 30px 15px;
  border: 1px solid #CDC8BA;
  transition: 0.3s;
  grid-template-columns: 10% 20% 20% 35% 2%;
  display: grid;
  gap: 30px;
  align-items: center;
}
.expert-member:hover {
  border-color: transparent;
  box-shadow: 0 0 0 2px #222222;
}
@media (max-width: 991.98px) {
  .expert-member {
    grid-template-columns: 10% 20% 20% 30% 5%;
  }
}
@media (max-width: 767.98px) {
  .expert-member {
    grid-template-columns: repeat(2, 2fr);
  }
}
.expert-member .logo-container {
  text-align: center;
}
.expert-member .logo-container img {
  max-height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}
.expert-member a {
  color: #F23540;
}
.expert-member a:hover {
  color: #222222;
}
.expert-member .specialist,
.expert-member .sector {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .expert-member .specialist,
.expert-member .sector {
    font-size: 15px;
    line-height: 22px;
  }
}
.expert-member .specialist span,
.expert-member .sector span {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .expert-member .specialist span,
.expert-member .sector span {
    font-size: 15px;
    line-height: 22px;
  }
}
.expert-member .name h3 {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-weight: bold;
}
.expert-member .sector > span:not(:last-child)::after {
  content: " / ";
}

.list-logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.list-logo img {
  max-width: 100%;
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.contact-box {
  background-color: #F8F5EE;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-box .contact-flex {
  display: flex;
  gap: 20px;
}
.contact-box .contact-flex .contact-icon {
  width: 22px;
  flex: 0 0 22px;
}
.contact-box .contact-flex .contact-icon svg {
  vertical-align: middle;
}
.contact-box .contact-flex .contact-text {
  font-family: "Gotham-Book", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.contact-box .contact-flex .contact-text strong {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  display: block;
}
.contact-box .contact-flex .contact-text a:not([href]) {
  cursor: default;
}
.contact-box .contact-flex .contact-text a:not(.link-address) {
  color: #F23540;
}
.contact-box .contact-flex .contact-text a.link-address {
  color: #F23540;
  text-decoration: underline;
}
.contact-box .contact-flex .contact-text a.link-address:not(.normal) {
  font-weight: 600;
}
.contact-box .contact-flex .contact-text a.link-address .normal {
  font-family: "Gotham-Book", sans-serif;
}

.collapse:not(.wihtout-pd):not(.pd-tb):not(.pd-lr) {
  padding: 20px 20px;
}
.collapse.pd-tb {
  padding: 20px 0px;
}
.collapse.pd-r {
  padding-right: 20px;
}
.collapse.with-border {
  border: solid 1px transparent;
}
.collapse.with-border.gray-beige {
  border-color: #CDC8BA;
}
.collapse.with-border.gold-dark {
  border-color: #F23540;
}
.collapse.with-border.black {
  border-color: #000;
}
.collapse.with-border.tb {
  border-left: none;
  border-right: none;
}
@media (max-width: 767px) {
  .collapse .collapse-tab {
    position: relative;
  }
}
.collapse .collapse-tab .collapse-tab-row {
  font-family: "Gotham", sans-serif;
}
@media (min-width: 768px) {
  .collapse .collapse-tab .collapse-tab-row {
    display: flex;
  }
}
.collapse .collapse-tab .collapse-tab-row .collapse-sep::before {
  content: "";
  transition: 0.3s;
  background-color: #CDC8BA;
}
@media (min-width: 768px) {
  .collapse .collapse-tab .collapse-tab-row .collapse-sep {
    display: flex;
    align-items: center;
  }
  .collapse .collapse-tab .collapse-tab-row .collapse-sep::before {
    width: 1px;
    height: 78%;
    display: flex;
    margin-right: 27px;
  }
}
@media (max-width: 767px) {
  .collapse .collapse-tab .collapse-tab-row .collapse-sep::before {
    width: 100%;
    height: 1px;
    display: block;
  }
}
.collapse .collapse-tab .collapse-tab-row .collapse-sep.sep-none::before {
  background-color: transparent;
}
.collapse .collapse-tab .collapse-tab-row .collapse-tab-houre {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #F23540;
}
@media (min-width: 768px) {
  .collapse .collapse-tab .collapse-tab-row .collapse-tab-houre {
    align-self: center;
    width: 70px;
    flex: 0 0 70px;
  }
}
@media (min-width: 768px) {
  .collapse .collapse-tab .collapse-tab-row .collapse-tab-text {
    flex: auto;
    align-self: center;
  }
}
.collapse .collapse-tab .collapse-tab-row .collapse-tab-text .collapse-tab-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.collapse .collapse-tab .collapse-tab-row .collapse-tab-text .collapse-tab-title:not(.no-margin) {
  margin-bottom: 5px;
}
.collapse .collapse-tab .collapse-tab-row .collapse-tab-text .collapse-tab-title.h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .collapse .collapse-tab .collapse-tab-row .collapse-tab-text .collapse-tab-title.h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .collapse .collapse-tab .collapse-tab-row .collapse-tab-text .collapse-tab-title {
    margin-right: 100px;
  }
}
.collapse .collapse-tab .collapse-tab-row .collapse-tab-text .collapse-tab-sdesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.collapse .collapse-tab .collapse-tab-row .collapse-tab-text .collapse-tab-content {
  max-width: 804px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-top: 30px;
}
.collapse .collapse-tab .collapse-tab-row .collapse-tab-text ul {
  list-style: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.collapse .collapse-tab .collapse-tab-row .collapse-tab-sub-title {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  align-self: center;
}
.collapse .collapse-tab .collapse-tab-row .collapse-tab-logo {
  height: 50px;
  display: flex;
  gap: 0 10px;
  align-items: center;
}
@media (min-width: 768px) {
  .collapse .collapse-tab .collapse-tab-row .collapse-tab-logo {
    align-self: center;
    flex: 0 0 auto;
  }
}
.collapse .collapse-tab .collapse-tab-row .collapse-tab-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 70px;
  height: 50px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .collapse .collapse-tab .collapse-tab-row .collapse-tab-chev {
    position: absolute;
    right: 10px;
    top: -10px;
  }
}
@media (min-width: 768px) {
  .collapse .collapse-tab .collapse-tab-row .collapse-tab-chev {
    width: 60px;
    flex: 0 0 60px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.collapse .collapse-tab .collapse-tab-row .collapse-tab-chev button {
  background: none;
  border: solid 1px currentColor;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.collapse .collapse-tab .collapse-tab-row .collapse-tab-chev button.red {
  color: #F23540;
}
.collapse .collapse-tab .collapse-tab-row .collapse-tab-chev button.gold-dark {
  color: #F23540;
}
.collapse .collapse-tab .collapse-tab-row .collapse-tab-chev button::before {
  transition: 0.3s;
  content: "";
  transform: rotate(180deg);
  display: block;
  height: 8px;
  width: 12px;
  background-color: currentColor;
  -webkit-clip-path: path("M1.86971 7.41L6.44971 2.83L11.0397 7.41L12.4497 6L6.44971 0L0.449707 6L1.86971 7.41Z");
          clip-path: path("M1.86971 7.41L6.44971 2.83L11.0397 7.41L12.4497 6L6.44971 0L0.449707 6L1.86971 7.41Z");
}
.collapse .collapse-tab .collapse-tab-content {
  overflow: hidden;
  height: 0;
  transition: 0.3s;
}
.collapse .collapse-tab .collapse-tab-content .collapse-tab-sub-content {
  padding: 20px 0 0 20px;
}
.collapse .collapse-tab .collapse-tab-content .equipes-program {
  margin-top: 45px;
  position: relative;
  z-index: 1;
}
.collapse .collapse-tab .collapse-tab-content .equipes-program::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  right: 0;
  top: 0;
  background-color: #f8f5ee;
  z-index: -1;
}
.collapse .collapse-tab .collapse-tab-content .equipes-program .equipe-item .member_of_team_name {
  display: flex;
}
.collapse .collapse-tab .collapse-tab-content .equipes-program .equipe-item a {
  color: #F23540;
  text-decoration: underline;
}
.collapse .collapse-tab .collapse-tab-content .equipes-program .equipe-item .equipe-contact {
  font-size: 14px;
  margin-bottom: 8px;
}
.collapse .collapse-tab .collapse-tab-content .equipes-program .equipe-item strong {
  font-weight: 500;
}
.collapse .collapse-tab .collapse-tab-content .equipes-program .equipe-item:not(.nope-width) {
  max-width: 238px;
  margin: auto;
}
.collapse .collapse-tab .collapse-tab-content .equipes-program .equipe-item .equipe-name {
  margin-bottom: 10px;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  line-height: 24px;
}
.collapse .collapse-tab .collapse-tab-content .equipes-program .equipe-item .equipe-name:not(.left) {
  text-align: center;
}
.collapse .collapse-tab .collapse-tab-content .equipes-program .equipe-item .equipe-name.bm-8 {
  margin-bottom: 8px;
}
.collapse .collapse-tab .collapse-tab-content .equipes-program .equipe-item .equipe-content:not(.left) {
  text-align: center;
}
.collapse .collapse-tab .collapse-tab-content .equipes-program .equipe-item .equipe-content .equipe-section {
  margin-bottom: 20px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .collapse .collapse-tab .collapse-tab-content .equipes-program .equipe-item .equipe-content .equipe-section {
    font-size: 15px;
    line-height: 22px;
  }
}
.collapse .collapse-tab .collapse-tab-content .equipes-program .equipe-item .equipe-content .equipe-mail {
  margin-bottom: 20px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.collapse .collapse-tab .collapse-tab-content .equipes-program .equipe-item .equipe-content .equipe-phone {
  color: #222222;
  display: inline-block;
}
.collapse .collapse-tab .collapse-tab-content .equipes-program .equipe-social {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #F23540;
  display: inline-flex;
  margin-left: 15px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.collapse .collapse-tab .collapse-tab-content .equipes-program .equipe-social svg {
  width: 11px;
  aspect-ratio: 1;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .collapse .collapse-tab > .collapse-tab-row {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
}
.collapse .collapse-desc .collapse-tab-text {
  padding-top: 30px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.collapse.show .collapse-tab .collapse-tab-chev button::before {
  transform: rotate(0deg);
}
.collapse.show .collapse-tab .collapse-sep {
  transition: 0.3s;
}
.collapse.show .collapse-tab .collapse-sep::before {
  height: 100%;
  top: 0%;
}
.collapse.wihtout-pd {
  padding-top: 20px;
}
.collapse.wihtout-pd .collapse-tab .collapse-tab-row {
  padding: 0 20px;
}
.collapse.wihtout-pd:not(.show) {
  padding-bottom: 20px;
}

.collapses-collection {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.table-forfait {
  width: 100%;
  vertical-align: middle;
}
.table-forfait .fee-item > td {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.table-forfait .fee-item > td.is-summary .fee-item-title {
  display: inline-block;
}
.table-forfait .fee-item > td.is-summary .fee-item-title:hover + .popup-info {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.table-forfait .entry {
  background-color: #fff;
}
.table-forfait thead {
  background-color: #F23540;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.table-forfait thead th {
  padding: 0 20px;
  font-weight: 500;
  height: 50px;
  vertical-align: middle;
}
.table-forfait thead th:first-child {
  text-align: left;
}
.table-forfait > tbody {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.table-forfait > tbody.beige-color {
  background-color: #F6F1E7;
}
@media (max-width: 767.98px) {
  .table-forfait > tbody {
    font-size: 15px;
    line-height: 22px;
  }
}
.table-forfait > tbody tr > td {
  vertical-align: middle;
  padding: 20px;
}
@media (min-width: 768px) {
  .table-forfait > tbody tr > td:first-child {
    width: 25%;
  }
}
.table-forfait > tbody tr > td .forfait-member {
  color: #F23540;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  .table-forfait > tbody tr > td:last-child {
    width: 120px;
  }
}
.table-forfait .forfait-checkbox {
  text-align: center;
}
.table-forfait .forfait-checkbox .entry-checkbox {
  cursor: default;
}
.table-forfait .entry-checkbox .checkbox {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: solid 3px rgba(242, 53, 64, 0.3);
}
.table-forfait .forfait-price {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  text-align: center;
}
.table-forfait .fee-price > span {
  text-align: right;
  display: block;
  max-width: 250px;
  margin-left: auto;
}
.table-forfait .fee-price > span .regular_price {
  text-decoration: line-through;
  -webkit-text-decoration-color: #F23540;
          text-decoration-color: #F23540;
  color: #998f8f;
  text-decoration-thickness: 1.5px;
}
@media (max-width: 767px) {
  .table-forfait {
    display: block;
  }
  .table-forfait thead {
    display: none;
  }
  .table-forfait tbody {
    display: block;
  }
  .table-forfait tbody tr:not(:first-child) {
    display: block;
    margin-bottom: 20px;
    padding: 10px 0;
  }
  .table-forfait tbody tr:not(:first-child) td {
    text-align: left;
    display: flex;
    width: 100%;
    gap: 0 20px;
    padding: 0 10px 0 0;
    margin: 2px;
  }
  .table-forfait tbody tr:not(:first-child) td.fee-price, .table-forfait tbody tr:not(:first-child) td.forfait-checkbox {
    display: flex;
    align-items: center;
  }
  .table-forfait tbody tr:not(:first-child) td.fee-price > span, .table-forfait tbody tr:not(:first-child) td.forfait-checkbox > span {
    max-width: none;
    margin-left: 0;
  }
  .table-forfait tbody tr:not(:first-child) td::before {
    content: attr(data-title);
    background-color: #986b00;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    width: 50%;
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    height: 50px;
  }
}

.forfait-total {
  margin-top: 20px;
  text-align: right;
}
.forfait-total .forfait-total-price {
  display: flex;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  gap: 45px;
  margin-bottom: 20px;
  justify-content: flex-end;
}

.popup-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.8);
  z-index: 9999;
  overflow-y: auto;
}
.popup-box:not(.show) {
  display: none;
}
.popup-box .popup-box-inner {
  padding-top: calc(121px * var(--scale));
  display: flex;
  justify-content: center;
}
.popup-box .popup-box-inner .popup-box-container {
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
}
.popup-box .popup-box-inner .popup-box-container .popup-box-button-close {
  padding: 20px 15px;
  text-align: right;
}
.popup-box .popup-box-inner .popup-box-container .popup-box-button-close .popup-close {
  border: none;
  background: none;
  color: #F23540;
}
.popup-box .popup-box-inner .popup-box-container .popup-box-button-close .popup-close:hover {
  color: #F23540;
}
.popup-box .popup-box-inner .popup-box-container .popup-box-content {
  padding: 0 98px 60px 98px;
}

.comite-box-row {
  gap: 30px 0;
}
.comite-box-row .comite-box {
  display: flex;
  border: solid 1px #CDC8BA;
  color: currentColor;
  justify-content: center;
  align-items: center;
  height: 192px;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.2s;
  position: relative;
  z-index: 1;
  padding: 0 40px;
}
.comite-box-row .comite-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: 0.2s;
  background-color: rgba(255, 255, 255, 0.6);
}
.comite-box-row .comite-box:hover {
  background-color: #F23540;
  color: #fff;
}
.comite-box-row .comite-box:hover::after {
  background-color: rgba(242, 53, 64, 0.6);
}

.section-comite-title {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 57px;
}
@media (max-width: 767.98px) {
  .section-comite-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.sectors-list h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .sectors-list h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .sectors-list h2 {
    margin-bottom: 15px;
  }
}
.sectors-list ul {
  max-width: 356px;
}
.sectors-list ul li {
  padding: 35px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #CDC8BA;
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .sectors-list ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.sectors-list ul li:last-child {
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .sectors-list ul li {
    padding: 15px 10px 15px 0;
  }
  .sectors-list ul li:first-child {
    padding-top: 0;
  }
}
.sectors-list ul li .icon {
  color: #F23540;
}

.activities-list h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .activities-list h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .activities-list h2 {
    margin-bottom: 15px;
  }
}
.activities-list ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .activities-list ul {
    gap: 15px;
    margin-left: 10px;
  }
}
.activities-list ul li {
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  position: relative;
  list-style: none;
  text-indent: -20px;
}
@media (max-width: 767.98px) {
  .activities-list ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .activities-list ul li {
    text-indent: -10px;
  }
}
.activities-list ul li::before {
  background: #F23540;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-left: 0;
  margin-right: 10px;
  vertical-align: middle;
  width: 5px;
  margin-top: -3px;
}
@media (max-width: 767.98px) {
  .activities-list ul li::before {
    height: 10px;
    width: 10px;
    margin-left: 0;
    margin-right: 20px;
    margin-top: -2px;
  }
}

.gDossierList .fg-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .gDossierList .fg-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.gDossierList .fg-list {
  display: flex;
  flex-direction: column;
}
.gDossierList .fg-list .g-item {
  padding: 30px 0 23px;
  border-bottom: 1px solid #CDC8BA;
  display: flex;
  gap: 55px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .gDossierList .fg-list .g-item {
    align-items: center;
    flex-direction: column;
  }
}
.gDossierList .fg-list .g-item.js-block-link {
  cursor: pointer;
}
.gDossierList .fg-list .g-item.js-block-link:hover a {
  color: #000;
}
.gDossierList .fg-list .g-item .gi-content {
  display: flex;
  flex-grow: 1;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.gDossierList .fg-list .g-item .gi-content h2, .gDossierList .fg-list .g-item .gi-content h2 a {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #F23540;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  width: 50%;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.98px) {
  .gDossierList .fg-list .g-item .gi-content h2, .gDossierList .fg-list .g-item .gi-content h2 a {
    font-size: 20px;
    line-height: 24px;
  }
}
.gDossierList .fg-list .g-item .gi-content .desc {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  width: 50%;
}
@media (max-width: 767.98px) {
  .gDossierList .fg-list .g-item .gi-content .desc {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .gDossierList .fg-list .g-item .gi-img {
    width: 100%;
  }
}
.gDossierList .fg-list .g-item .gi-img .img-container {
  width: 258px;
  height: 172px;
}
@media (max-width: 767.98px) {
  .gDossierList .fg-list .g-item .gi-img .img-container {
    width: 100%;
    height: 172px;
  }
}
.gDossierList .fg-list .g-item .gi-img .img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.share-widget {
  align-items: stretch;
  display: inline-flex;
  position: relative;
}
.share-widget .share-widget-text {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  padding-left: 2px;
}
.share-widget .share-widget-text span {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #F23540;
  line-height: 24px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .share-widget .share-widget-text span {
    font-size: 12px;
    line-height: 18px;
  }
}
.share-widget .share-widget-inner {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 24px;
  height: 48px;
  pointer-events: auto;
  position: relative;
  width: 48px;
  transition: width 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
}
.share-widget .share-widget-inner .share-list {
  display: inline-block;
  height: 46px;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  transition: width 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  vertical-align: middle;
  will-change: width;
  width: 100%;
}
.share-widget .share-widget-inner .share-list ul {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  padding-right: 46px;
  width: 184px;
}
.share-widget .share-widget-inner .share-list ul li {
  height: 46px;
  width: 46px;
}
.share-widget .share-widget-inner .share-list ul li a {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
}
.share-widget .share-widget-inner .share-list ul li a svg g {
  filter: none;
}
.share-widget .share-widget-inner .share-list ul li a svg path {
  transition: fill 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html.notouch .share-widget .share-widget-inner .share-list ul li a:hover {
  color: #F6F1E7;
}
.share-widget .share-widget-inner .share-toggle {
  cursor: pointer;
  display: inline-block;
  height: 46px;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 46px;
  z-index: 1;
}
.share-widget .share-widget-inner .share-toggle .picto {
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #F23540;
}
.share-widget .share-widget-inner .share-toggle .picto svg #Icon {
  transition: 0.4s fill cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.share-widget .share-widget-inner .share-toggle .cross {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.share-widget .share-widget-inner .share-toggle .cross:before, .share-widget .share-widget-inner .share-toggle .cross:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.share-widget .share-widget-inner .share-toggle .cross:before {
  transform: rotate(45deg);
}
.share-widget .share-widget-inner .share-toggle .cross:after {
  transform: rotate(-45deg);
}
html.notouch .share-widget .share-widget-inner .share-toggle .picto {
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html.notouch .share-widget .share-widget-inner .share-toggle .cross {
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html.notouch .share-widget .share-widget-inner .share-toggle:hover .cross:before, html.notouch .share-widget .share-widget-inner .share-toggle:hover .cross:after {
  background-color: #fff;
}
html.notouch .share-widget:hover .share-widget-inner {
  border-color: #F23540;
}
.share-widget.is-open .share-widget-inner {
  background-color: #F23540;
  border-color: #F23540;
  transition: width 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 186px;
}
.share-widget.is-open .share-widget-inner .share-list {
  transition: width 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 184px;
}
.share-widget.is-open .share-widget-inner .share-list ul {
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  opacity: 1;
}
.share-widget.is-open .share-widget-inner .share-toggle .picto {
  opacity: 0;
}
.share-widget.is-open .share-widget-inner .share-toggle .cross {
  opacity: 1;
}
.share-widget.is-blue .share-widget-text span {
  color: #131026;
}
.share-widget.is-blue .share-widget-inner .share-list ul li a svg g {
  filter: none;
}
.share-widget.is-blue .share-widget-inner .share-list ul li a svg.svg-facebook path {
  fill: #fff;
  transition: fill 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.share-widget.is-blue .share-widget-inner .share-list ul li a svg.svg-linkedin g {
  fill: #fff;
  transition: fill 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.share-widget.is-blue .share-widget-inner .share-list ul li a svg.svg-mail path {
  fill: #fff;
  transition: fill 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html.notouch .share-widget.is-blue .share-widget-inner .share-list ul li a:hover svg.svg-facebook path {
  fill: #000;
}
html.notouch .share-widget.is-blue .share-widget-inner .share-list ul li a:hover svg.svg-linkedin g {
  fill: #000;
}
html.notouch .share-widget.is-blue .share-widget-inner .share-list ul li a:hover svg.svg-mail path {
  fill: #000;
}
.share-widget.is-blue .share-widget-inner .share-toggle .picto .svg-share g {
  filter: none;
}
.share-widget.is-blue .share-widget-inner .share-toggle .picto .svg-share path {
  fill: #131026;
}
.share-widget.is-blue .share-widget-inner .share-toggle .cross:before, .share-widget.is-blue .share-widget-inner .share-toggle .cross:after {
  background-color: #fff;
}
html.notouch .share-widget.is-blue .share-widget-inner .share-toggle:hover .cross:before, html.notouch .share-widget.is-blue .share-widget-inner .share-toggle:hover .cross:after {
  background-color: #000;
}
.share-widget.is-blue.is-open .share-widget-inner {
  background-color: #131026;
  border-color: #131026;
}

.related-association {
  overflow: hidden;
}
.related-association .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px 0 25px;
  border-top: 1px solid #222222;
}
@media (max-width: 767.98px) {
  .related-association .inner {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 0;
  }
}
.related-association h2 {
  font-family: "Gotham-Book", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .related-association h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.related-association .slider {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  display: flex;
  justify-content: flex-end;
  gap: 30px 66px;
  flex-wrap: wrap;
}
.related-association .slider .slide {
  display: flex;
}
@media (max-width: 991.98px) {
  .related-association .slider .slide {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .related-association .slider .slide {
    justify-content: flex-start;
  }
}
.related-association .slider .slide a {
  display: block;
}
.related-association .slider .slide img {
  max-width: 140px;
  max-height: 60px;
  height: auto;
}
.related-association .slider .slick-track {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .related-association .slider {
    gap: 10px 30px;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .related-association .slider {
    margin-top: 20px;
  }
}
.related-association .footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.related-association .footer .s-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

@media (max-width: 767.98px) {
  .slider-member .title h2 {
    width: 100%;
  }
  .slider-member .inner {
    flex-direction: column;
    gap: 15px;
    border-top-color: #222222;
    border-bottom: 1px solid #222222;
  }
  .slider-member .inner .slider {
    width: 100vw;
    padding: 0;
    overflow: visible;
  }
  .slider-member .inner .slider .slide img {
    max-width: none;
    width: 100%;
  }
}
.simple_card_event {
  display: flex;
  gap: 32px;
}
.simple_card_event .sce_img {
  width: 160px;
  height: 160px;
}
.simple_card_event .sce_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.simple_card_event .sce_content {
  width: calc(100% - 160px);
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.simple_card_event .sce_content .sce_c_header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.simple_card_event .sce_content .sce_c_header h3, .simple_card_event .sce_content .sce_c_header h3 a {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #F23540;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .simple_card_event .sce_content .sce_c_header h3, .simple_card_event .sce_content .sce_c_header h3 a {
    font-size: 20px;
    line-height: 24px;
  }
}
.simple_card_event .sce_content .sce_c_header .cat {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #F23540;
}
@media (max-width: 767.98px) {
  .simple_card_event .sce_content .sce_c_header .cat {
    font-size: 12px;
    line-height: 18px;
  }
}
.simple_card_event .sce_content .sce_c_content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.simple_card_event .sce_content .sce_c_content .date {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.simple_card_event .sce_content .sce_c_content .add_calender .btn-link {
  gap: 5px;
}
.simple_card_event .sce_content .sce_c_content .add_calender .btn-link.active svg {
  color: #F6F1E7;
}
.simple_card_event .sce_content .sce_c_content .add_calender .btn-link.active svg path:first-child {
  fill: #F23540;
}

.panier .panier-title {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.1000000015px;
  margin-bottom: 30px;
}
.panier .panier-content .panier-list {
  margin-bottom: 80px;
}
.panier .panier-content .panier-list > .panier-item:not(:last-child) {
  margin-bottom: 20px;
}
.panier .panier-content .panier-list > .panier-item .panier-flex {
  display: flex;
  gap: 0 20px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.panier .panier-content .panier-list > .panier-item .panier-flex .panier-flex-title {
  font-weight: bold;
  flex: auto;
}
.panier .panier-content .panier-list > .panier-item .panier-flex .panier-flex-price {
  text-align: right;
  min-width: 80px;
}
.panier .panier-content .panier-buttons {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.panier .panier-content .panier-buttons button {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 13px 24px 13px 20px;
  letter-spacing: 1.5px;
}
.panier .panier-content .panier-buttons .btn {
  justify-content: center;
}

#popup-panier.popup-box .popup-box-inner {
  padding-top: 0;
  justify-content: flex-end;
  height: 100%;
}
#popup-panier.popup-box .popup-box-inner .popup-box-container {
  transition: 0.3s;
  max-width: 517px;
  transform: translateX(100%);
}
#popup-panier.popup-box .popup-box-inner .popup-box-container .popup-box-content {
  padding: 30px;
}
#popup-panier.popup-box.open .popup-box-inner .popup-box-container {
  transform: translateX(0%);
}

.card_image_top > div {
  margin-top: -1px;
}
.card_image_top .card_image_top_item {
  border: solid 1px #CDC8BA;
  border-left: none;
  border-right: none;
  padding: 40px 0;
  display: flex;
  gap: 30px;
  height: 100%;
}
.card_image_top .card_image_top_item .card_image_top_image img {
  width: 154px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: black;
  max-width: inherit;
}
.card_image_top .card_image_top_item .card_image_top_content {
  display: flex;
  flex-direction: column;
}
.card_image_top .card_image_top_item .card_image_top_content .card_content_text {
  flex: 1 0 0;
}
.card_image_top .card_image_top_item .card_image_top_content .card_title {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #F23540;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .card_image_top .card_image_top_item .card_image_top_content .card_title {
    font-size: 20px;
    line-height: 24px;
  }
}
.card_image_top .card_image_top_item .card_image_top_content .card_sammury {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 22px;
}

.section-card_image_top .card_image_top_title {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .section-card_image_top .card_image_top_title {
    font-size: 24px;
    line-height: 32px;
  }
}

.event-card-detail {
  border: 1px solid #CDC8BA;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .event-card-detail {
    padding: 0 20px;
  }
}
.event-card-detail .ecd-detail {
  padding: 40px 20px;
  display: flex;
  gap: 30px;
}
.event-card-detail .ecd-detail .ecd-left .img-container {
  width: 160px;
  height: 160px;
}
@media (max-width: 767.98px) {
  .event-card-detail .ecd-detail .ecd-left .img-container {
    width: 100%;
  }
}
.event-card-detail .ecd-detail .ecd-left .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-card-detail .ecd-detail .ecd-right .ecd-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 25px;
}
.event-card-detail .ecd-detail .ecd-right .ecd-header .cat {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #F23540;
}
@media (max-width: 767.98px) {
  .event-card-detail .ecd-detail .ecd-right .ecd-header .cat {
    font-size: 12px;
    line-height: 18px;
  }
}
.event-card-detail .ecd-detail .ecd-right .ecd-header h2 {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #F23540;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .event-card-detail .ecd-detail .ecd-right .ecd-header h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.event-card-detail .ecd-detail .ecd-right .content {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.event-card-detail .ecd-detail .ecd-right .content ul > li {
  list-style: none;
}
.event-card-detail .ecd-detail .ecd-right .content ul > li::before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 3px;
  margin-left: 0;
  margin-right: 10px;
  vertical-align: middle;
  width: 3px;
  margin-top: -3px;
}
@media (max-width: 767.98px) {
  .event-card-detail .ecd-detail .ecd-right .content ul > li::before {
    height: 3px;
    width: 3px;
    margin-left: 0;
    margin-right: 20px;
    margin-top: -2px;
  }
}
.event-card-detail .ecd-detail .ecd-right .content .option {
  margin-top: 25px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #F23540;
  font-style: italic;
}
.event-card-detail .ecd-detail .ecd-right .footer {
  margin-top: 25px;
  display: flex;
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 1199.98px) {
  .event-card-detail .ecd-detail .ecd-right .footer {
    flex-direction: column;
  }
}
.event-card-detail .ecd-detail .ecd-right .footer .insc-btn {
  flex-direction: row-reverse;
}
.event-card-detail .ecd-detail .ecd-right .footer .insc-btn .icon {
  padding-right: 13px;
  padding-left: 0;
}
.event-card-detail .ecd-detail .ecd-right .footer .btn {
  justify-content: center;
}
@media (max-width: 767.98px) {
  .event-card-detail .ecd-detail {
    flex-direction: column;
    padding: 20px 25px;
  }
}
.event-card-detail .ecd-info {
  padding: 40px 45px;
  background-color: #F8F5EE;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #222222;
  font-family: "Gotham", sans-serif;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .event-card-detail .ecd-info {
    gap: 20px;
    padding: 20px 25px;
  }
}
.event-card-detail .ecd-info .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.event-card-detail .ecd-info .content .info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.my-events-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 767.98px) {
  .my-events-list {
    gap: 40px;
  }
}
.my-events-list .ecd-info .local a {
  text-decoration: underline;
  color: #F23540;
}

.top-menu {
  height: 100%;
}
.top-menu > ul {
  height: 100%;
  display: flex;
  gap: 35px;
}
.top-menu > ul li {
  position: relative;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99;
}
.top-menu > ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #CDC8BA;
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.98px) {
  .top-menu > ul li a {
    font-size: 12px;
    line-height: 18px;
  }
}
.top-menu > ul li a svg {
  vertical-align: middle;
  line-height: 18px;
  margin-right: 5px;
}
.top-menu > ul li a svg path {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.top-menu > ul li a:hover {
  color: #F23540;
}
.top-menu > ul li a:hover .cart-count {
  background: #F23540;
}
.top-menu > ul li .search-menu span {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.top-menu > ul li .search-menu .is-hidden {
  display: none;
}
.top-menu > ul li .account-menu-top .down-icon {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  width: 20px;
}
html .top-menu > ul li .account-menu-top:not(:disabled):not(.disabled):hover .down-icon {
  transform: rotate(-180deg);
}
.top-menu > ul li .has-children {
  height: auto;
  display: none;
  position: absolute;
  flex-direction: column;
  gap: 0;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.3));
  background: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 0;
  min-width: 250px;
  padding: 15px 0;
}
.top-menu > ul li .has-children.is-open {
  display: flex;
}
.top-menu > ul li .has-children li {
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767.98px) {
  .top-menu > ul li .has-children li {
    padding: 10px 6px;
  }
}
.top-menu > ul li .has-children li.active, html .top-menu > ul li .has-children li:not(:disabled):not(.disabled):hover {
  background-color: #F6F1E7;
}
.top-menu > ul li .has-children li a {
  color: #222222;
  padding: 9px 30px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  text-transform: none;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Gotham", sans-serif;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .top-menu > ul li .has-children li a {
    font-size: 15px;
    line-height: 22px;
  }
}
html .top-menu > ul li .has-children li a:not(:disabled):not(.disabled):hover {
  color: #222222;
}
@media (max-width: 767.98px) {
  .top-menu > ul li .has-children li a {
    font-family: "Gotham-Book", sans-serif;
    padding: 0 30px;
  }
}
.top-menu > ul li:hover > .has-children {
  display: block;
}
.top-menu .cart-count {
  height: 15px;
  width: 15px;
  position: absolute;
  right: -8px;
  border-radius: 50%;
  background: #CDC8BA;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: #222222;
  font-style: normal;
  bottom: 12px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.98px) {
  .top-menu > ul {
    gap: 10px;
  }
  .top-menu > ul > li > a {
    font-size: 8px;
  }
  .top-menu > ul > li > a svg {
    width: 15px;
  }
}

.hero .hero-box {
  padding-top: 0px;
  position: relative;
  --bottom: 0;
  position: relative;
  z-index: 1;
  --bg-color: transparent;
  --img: none;
}
.hero .hero-box > .background {
  width: 100%;
}
.hero .hero-box .content {
  position: absolute !important;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .hero .hero-box:not(.pd-bt-0) {
    padding-bottom: 7px;
  }
}
.hero .hero-box:not(.mg-bt-0) {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .hero .hero-box:not(.mg-bt-0) {
    padding-bottom: 7px;
  }
}
@media (max-width: 767.98px) {
  .hero .hero-box {
    min-height: 150px;
  }
}
.hero .hero-box::after, .hero .hero-box::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: 0;
  bottom: var(--bottom);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 127px), 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 127px), 0% 100%);
  background-color: var(--bg-color);
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .hero .hero-box::after, .hero .hero-box::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0% 100%);
  }
}
.hero .hero-box .container {
  position: relative;
}
.hero .hero-box.red-color {
  color: #fff;
  --bg-color: #F23540;
}
.hero .hero-box.blue-dark {
  color: #fff;
  --bg-color: #131026;
}
.hero .hero-box .hero-general {
  display: flex;
  position: relative;
  justify-content: center;
}
.hero .hero-box .hero-general .title,
.hero .hero-box .hero-general a {
  font-family: "Figtree", "Gotham", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 78px;
  line-height: 74px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  color: currentColor;
  color: #FFF !important;
}
.hero .hero-box .hero-general .hero-icon {
  margin-right: 20px;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .hero .hero-box .hero-general .hero-icon {
    display: none;
  }
}
.hero .hero-box .logo-container {
  position: absolute;
  width: 254px;
  height: 155px;
  right: 0;
  top: -33px;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.26);
  border-radius: 0 0 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .hero .hero-box .logo-container {
    width: 154px;
    height: 145px;
  }
}
@media (max-width: 767.98px) {
  .hero .hero-box .logo-container {
    right: 20px;
    height: 90px;
    width: 100px;
    top: -35px;
  }
}
.hero .hero-box .logo-container img {
  display: block;
  margin: auto;
  max-width: 140px;
  max-height: 140px;
}
@media (max-width: 767.98px) {
  .hero .hero-box .logo-container img {
    max-height: 50px;
    max-width: 50px;
  }
}
.hero .hero-box .hero-event {
  padding-top: 63px;
}
.hero .hero-box .hero-event img {
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 318px;
  height: 250px;
}
.hero .hero-box .hero-event .hero-sub {
  padding-bottom: 23px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.hero .hero-box .hero-event .title {
  font-family: "Gotham", sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  letter-spacing: -0.7741935253px;
  color: currentColor;
  margin-bottom: 26px;
}
@media (max-width: 767.98px) {
  .hero .hero-box .hero-event .title {
    font-size: 26px;
    line-height: 32px;
  }
}
.hero .hero-box .hero-home {
  padding-top: 199px;
}
.hero .hero-box .hero-home .title-top {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: none;
}
@media (max-width: 767.98px) {
  .hero .hero-box .hero-home .title-top {
    font-size: 12px;
    line-height: 18px;
  }
}
.hero .hero-box .hero-home .title {
  font-family: "Gotham", sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  letter-spacing: -0.7741935253px;
  color: currentColor;
  margin-bottom: 26px;
}
@media (max-width: 767.98px) {
  .hero .hero-box .hero-home .title {
    font-size: 26px;
    line-height: 32px;
  }
}
.hero .hero-box .hero-home .description {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 44px;
}
@media (max-width: 767.98px) {
  .hero .hero-box .hero-home .description {
    font-size: 15px;
    line-height: 22px;
  }
}
.hero .hero-box .hero-home .description p {
  margin: 0;
}
.hero .hero-box .hero-home .hero-home-content {
  padding: 60px 94px 79px 94px;
  max-width: calc(66.66% - 10px);
}
.hero .hero-box .hero-home .hero-home-content.right {
  margin-left: auto;
}
.hero .hero-box .hero-home .hero-home-content.center {
  margin-left: auto;
  margin-right: auto;
}
.hero .hero-box .hero-home .hero-home-content.white-color {
  color: #000;
  background-color: #fff;
}
.hero .hero-box .hero-home .hero-home-content.red-color {
  color: #fff;
  background-color: #F23540;
}
.hero .hero-box .hero-home .hero-home-content.blue-dark {
  color: #fff;
  background-color: #131026;
}
.hero .hero-box:not(.hero-box-home)::after {
  background-image: var(--img);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}
.hero .hero-box.hero-box-home {
  --bottom: 25px;
}
.hero .hero-box.hero-box-home::before {
  background-image: var(--img);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .hero .hero-box.hero-box-home {
    --bottom: 32%;
  }
  .hero .hero-box .hero-home {
    padding-top: 109px;
  }
  .hero .hero-box .hero-home .hero-home-content {
    padding: 40px 24px 59px 24px;
    max-width: none;
  }
  .hero .hero-box .hero-home .title {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.4193548262px;
  }
  .hero .hero-box .hero-general .title,
.hero .hero-box .hero-general a {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.4516128898px;
    color: currentColor;
  }
}
.hero .breadcrumbs {
  margin-bottom: 15px;
  justify-content: center;
  color: #FFF;
}
.hero .breadcrumbs a {
  color: #FFF;
}
.hero .with-logo .breadcrumbs-content,
.hero .with-logo .hero-general {
  max-width: calc(100% - 255px);
}
@media (max-width: 767.98px) {
  .hero .with-logo .breadcrumbs-content,
.hero .with-logo .hero-general {
    max-width: calc(100% - 110px);
  }
}
@media (max-width: 767.98px) {
  .hero .with-logo .hero-general .title {
    font-size: 24px;
    line-height: 30px;
  }
}

.hero-publication .hero-box {
  padding-top: 33px;
  --bottom: 0;
  position: relative;
  z-index: 1;
  --bg-color: transparent;
  --img: none;
}
.hero-publication .hero-box:not(.pd-bt-0) {
  padding-bottom: 35px;
}
.hero-publication .hero-box:not(.mg-bt-0) {
  margin-bottom: 40px;
}
.hero-publication .hero-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: 0;
  bottom: var(--bottom);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 83px), 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 83px), 0% 100%);
  background-color: var(--bg-color);
  background-image: var(--img);
}
.hero-publication .hero-box.red-color {
  color: #fff;
  --bg-color: #F23540;
}
.hero-publication .hero-box.blue-dark {
  color: #fff;
  --bg-color: #131026;
}
.hero-publication .hero-box .hero-general {
  display: flex;
}
.hero-publication .hero-box .hero-general .title {
  margin-bottom: 35px;
  font-family: "Gotham", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: currentColor;
  display: flex;
}
@media (min-width: 991px) {
  .hero-publication .hero-box .hero-general .title {
    margin-top: 85px;
  }
}
@media (max-width: 991.98px) {
  .hero-publication .hero-box .hero-general .title {
    align-items: center;
  }
}
.hero-publication .hero-box .hero-general .hero-icon {
  margin-right: 20px;
}
@media (max-width: 1199.98px) {
  .hero-publication .hero-box.hero-box-home {
    --bottom: 32%;
  }
  .hero-publication .hero-box .hero-home {
    padding-top: 109px;
  }
  .hero-publication .hero-box .hero-home .hero-home-content {
    padding: 40px 24px 59px 24px;
  }
  .hero-publication .hero-box .hero-home .title {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.4px;
  }
  .hero-publication .hero-box .hero-general .title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.4px;
  }
}

.hero .introduction {
  padding-top: 127px;
  padding-bottom: 125px;
}
.hero .introduction .description {
  margin-bottom: 45px;
}
.hero .introduction .description p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 22px;
}
.hero .introduction .button-row .button:not(:first-child) {
  background-color: #FFF;
  color: #F23540;
  border: 1px solid #F23540;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.card-row .card-item {
  margin-bottom: 30px;
  width: 33.33%;
  flex: 0 0 auto;
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  .card-row .card-item {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .card-row .card-item {
    width: 100%;
    margin-bottom: 0;
    padding: 0 8px;
  }
  .card-row .owl-stage {
    margin-left: 8px;
    display: flex;
  }
  .card-row .owl-stage .owl-item {
    position: relative;
    display: flex;
    flex: 1 0 auto;
  }
}

.card {
  display: flex;
  flex-direction: column;
  --color: #F23540;
  padding: 30px 27px 47px 27px;
  border: solid 1px var(--color);
  height: 100%;
}
.card.with-links {
  padding-bottom: 28px;
}
.card .card-title {
  color: var(--color);
  font-family: "Gotham", sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
}
@media (max-width: 767.98px) {
  .card .card-title {
    font-size: 60px;
  }
}
.card .card-title::after {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--color);
  margin: 19px 0 8px 0;
}
.card .card-tag {
  color: #222222;
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .card .card-tag {
    font-size: 16px;
    line-height: 24px;
  }
}
.card .card-links {
  margin-top: 82px;
}
.card .card-links .btn.with-icon.is-gold:hover {
  color: #F23540;
}

.carte-chiffre-cle {
  overflow: hidden;
}
.carte-chiffre-cle .carte-chiffre-cle-intro {
  margin-bottom: 30px;
}
.carte-chiffre-cle .carte-chiffre-cle-card {
  margin-top: 30px;
}
.carte-chiffre-cle .owl-carousel .owl-stage-outer {
  overflow: visible;
}
@media (max-width: 767.98px) {
  .carte-chiffre-cle {
    max-width: 540px;
    margin: auto;
  }
}

.critere {
  color: currentColor;
  text-decoration: none;
}
.critere .critere-symbole {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(246, 241, 231, 0.146799);
  margin-bottom: 12.5px;
}
.critere .critere-symbole::before {
  content: "";
  display: inline-block;
  width: 18.45px;
  height: 12px;
  border: solid 5px currentColor;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
}
.critere .critere-title {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  display: block;
}
@media (max-width: 767.98px) {
  .critere .critere-title {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .critere .critere-title {
    max-width: 150px;
    margin: auto;
  }
}

.criteres-section {
  padding: 89px 0 89px 0;
}
.criteres-section.red-color {
  background-color: #F23540;
  color: white;
}
.criteres-section .criteres-intro {
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .criteres-section .criteres-intro .intro-col-descritpion {
    max-width: 100%;
  }
}
.criteres-section .criteres-items {
  position: relative;
}
.criteres-section .criteres-items .criteres-carousel {
  position: initial;
  margin: auto;
}
.criteres-section .criteres-items .criteres-carousel.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.criteres-section .criteres-items .criteres-carousel.owl-carousel .owl-nav button.owl-prev {
  left: -13px;
}
@media (max-width: 767.98px) {
  .criteres-section .criteres-items .criteres-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
}
.criteres-section .criteres-items .criteres-carousel.owl-carousel .owl-nav button.owl-next {
  right: -13px;
}
@media (max-width: 767.98px) {
  .criteres-section .criteres-items .criteres-carousel.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  .criteres-section {
    padding: 30px 0 45px 0;
  }
}

.list-card-num {
  padding: 90px 0 100px 0;
  background-color: #F8F5EE;
}
@media (max-width: 767.98px) {
  .list-card-num {
    padding: 40px 0;
  }
}
.list-card-num h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .list-card-num h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .list-card-num h2 {
    margin-bottom: 30px;
  }
}
.list-card-num .lc-desc {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .list-card-num .lc-desc {
    font-size: 15px;
    line-height: 22px;
  }
}
.list-card-num .lc-list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 35px;
  counter-reset: css-counter 0;
}
@media (max-width: 991.98px) {
  .list-card-num .lc-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .list-card-num .lc-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.card-num {
  padding: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 480px;
  position: relative;
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  counter-increment: css-counter 1;
}
.card-num.js-block-link {
  cursor: pointer;
}
.card-num .cdn-header:before {
  content: counter(css-counter);
  font-family: "Gotham", sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  color: #F23540;
  display: block;
  margin-bottom: 25px;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.98px) {
  .card-num .cdn-header:before {
    font-size: 60px;
  }
}
.card-num .cnum-content {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .card-num .cnum-content {
    font-size: 15px;
    line-height: 22px;
  }
}
.card-num h3 {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #F23540;
  margin-bottom: 15px;
  font-weight: 600;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.98px) {
  .card-num h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.card-num .btn {
  margin-top: 30px;
}
html .card-num.hover:not(:disabled):not(.disabled):hover {
  background-color: #F23540;
}
html .card-num.hover:not(:disabled):not(.disabled):hover h3 {
  color: #fff;
}
html .card-num.hover:not(:disabled):not(.disabled):hover .cnum-content {
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #fff;
}
html .card-num.hover:not(:disabled):not(.disabled):hover .btn {
  color: #fff;
}
html .card-num.hover:not(:disabled):not(.disabled):hover .cdn-header:before {
  color: #fff;
}
@media (max-width: 991.98px) {
  .card-num {
    min-height: 380px;
  }
}
@media (max-width: 767.98px) {
  .card-num {
    min-height: auto;
  }
}

.list-info h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .list-info h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.list-info .li-desc {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .list-info .li-desc {
    font-size: 15px;
    line-height: 22px;
  }
}
.list-info .li-inner {
  padding: 0 15px;
}
.list-info .li-inner .li-list {
  margin-top: 40px;
  border-top: 1px solid #CDC8BA;
}
.list-info .li-inner .li-list .li-item {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 20px 0;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-bottom: 1px solid #CDC8BA;
}
@media (max-width: 767.98px) {
  .list-info .li-inner .li-list .li-item {
    font-size: 15px;
    line-height: 22px;
  }
}
.list-info .li-inner .li-list .li-item .col-name {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.list-info .li-inner .li-list .li-item .col-price {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
}

@media (max-width: 767.98px) {
  .list-info h2 {
    margin-bottom: 30px;
  }
  .list-info .li-inner .li-list {
    margin-top: 30px;
  }
  .list-info .li-inner .li-list .li-item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px 0;
    align-items: stretch;
  }
  .list-info .li-inner .li-list .li-item .col-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .list-info .li-inner .li-list .li-item .col-name:after {
    display: block;
    content: attr(data-price);
    font-size: 16px;
    line-height: 24px;
  }
  .list-info .li-inner .li-list .li-item .col-price {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .list-info .li-inner .li-list .li-item {
    gap: 10px;
  }
  .list-info .li-inner .li-list .li-item .col-name {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }
}
.faq {
  padding: 85px 0;
  background-color: #222222;
  color: #fff;
}
.faq .faq_inner {
  display: flex;
  position: relative;
  align-items: stretch;
  min-height: 277px;
}
.faq .faq_inner h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #fff;
  height: 100% !important;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .faq .faq_inner h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.faq .faq_inner h2 span {
  position: relative;
  z-index: 1;
}
.faq .faq_inner h2:before {
  content: "";
  display: block;
  position: absolute;
  content: "?";
  color: #F23540;
  margin: auto;
  font-size: 387px;
  letter-spacing: -4.3px;
  z-index: 0;
  opacity: 0.4;
  font-weight: 500;
  top: calc(50% - 3px);
  left: 0;
  transform: translate(0, -50%);
  line-height: 279px;
}
.faq .faq_inner .faq_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.faq .faq_inner .wysiwyg {
  color: #fff;
}
.faq .faq_inner .wysiwyg h2 {
  color: #fff;
}
.faq .faq_inner .wysiwyg h3 {
  color: #fff;
}
.faq .faq_inner .wysiwyg h4 {
  color: #fff;
}
.faq .faq_inner .wysiwyg h5 {
  color: #fff;
}
.faq .faq_inner .wysiwyg p {
  color: #fff;
}
.faq .faq_inner .wysiwyg blockquote {
  color: #fff;
}
.faq .faq_inner .wysiwyg a:not(.btn) {
  color: #fff;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html.notouch .faq .faq_inner .wysiwyg a:not(.btn):hover {
  color: #F6F1E7;
}
.faq .faq_inner .wysiwyg ul > li::before {
  background: #fff;
}
.faq .faq_inner .wysiwyg ol li:before {
  color: #fff;
}
.faq .faq_inner .wysiwyg ul li,
.faq .faq_inner .wysiwyg ol li {
  color: #fff;
}

@media (max-width: 767.98px) {
  .faq {
    padding: 20px 0 40px;
  }
  .faq .faq_inner h2 {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .faq .faq_inner h2 span {
    position: relative;
    z-index: 1;
  }
  .faq .faq_inner h2:before {
    z-index: 0;
    opacity: 0.4;
    font-size: 200px;
    line-height: 240px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.box-devenir-membre {
  border: solid 1px #CDC8BA;
  padding: 68px 155px 76px 155px;
  position: relative;
}
.box-devenir-membre.with-image {
  margin-top: 25px;
}
.box-devenir-membre.with-image::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: var(--img);
  display: block;
  margin: auto;
  width: 178px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
}
.box-devenir-membre .intro .intro-title {
  text-align: center;
}
.box-devenir-membre .intro .intro-buttons {
  justify-content: center;
}
@media (max-width: 575.98px) {
  .box-devenir-membre .intro .intro-buttons .intro-button .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 13px 14px;
  }
}
.box-devenir-membre .intro .intro-col-descritpion {
  flex: 0 0 100%;
  max-width: 100%;
}
.box-devenir-membre .intro .intro-col-descritpion .intro-description {
  line-height: 26px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .box-devenir-membre {
    padding: 60px 30px 30px 30px;
  }
}

.area-title {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  .area-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.nav-menu-side {
  list-style: none;
  padding: 0;
}
@media (max-width: 767.98px) {
  .nav-menu-side {
    gap: 0 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid;
  }
}
.nav-menu-side > li:not(:last-child) {
  margin-bottom: 15px;
}
.nav-menu-side > li a {
  color: #F23540;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
@media (max-width: 767.98px) {
  .nav-menu-side > li a {
    font-size: 15px;
    line-height: 22px;
  }
}
html .nav-menu-side > li a:not(:disabled):not(.disabled):hover, .nav-menu-side > li a.selected {
  color: #000;
}

.temoniage-content {
  border: solid 1px #CDC8BA;
  border-left: none;
  border-right: none;
  padding: 72px 0;
}
.temoniage-content .temoniage .temoniage-title {
  font-size: 14px;
  line-height: 20px;
  color: #222222;
}
.temoniage-content .temoniage .temoniage-description {
  font-family: "Gotham", sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  color: #F23540;
}
@media (max-width: 991.98px) {
  .temoniage-content .temoniage .temoniage-description {
    font-size: 24px;
    line-height: 26px;
  }
}
.temoniage-content .temoniage .temoniage-image {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 10px;
}
.temoniage-content .temoniage .sep::before {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #F23540;
}
@media (max-width: 991.98px) {
  .temoniage-content .temoniage .sep {
    display: none;
  }
  .temoniage-content .temoniage [class*=col-] {
    margin-bottom: 15px;
  }
}
.temoniage-content .temoniage-links {
  margin-left: auto;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .temoniage-content .temoniage-links {
    margin-top: 30px;
  }
}

.membre-top {
  margin-bottom: 29px;
  display: flex;
}
.membre-top .membre-top-title .mem-title {
  font-family: "Figtree", "Gotham", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 45px;
  line-height: 47px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #F23540;
}
@media (max-width: 991.98px) {
  .membre-top {
    flex-wrap: wrap;
  }
  .membre-top .membre-top-link {
    margin-top: 15px;
  }
}

.membre-logos {
  padding: 30px 0;
}
.membre-logos a {
  display: block;
  width: 104px;
}
@media (max-width: 767.98px) {
  .membre-logos a {
    margin: auto;
  }
}
.membre-logos img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.membre-logos .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.membre-logos .owl-carousel .owl-stage-outer {
  z-index: 1;
}
.membre-logos .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: calc(100% + 100px);
  display: flex;
  justify-content: space-between;
  margin-left: -50px;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .membre-logos .owl-carousel .owl-nav {
    width: 100%;
    margin-left: 0;
  }
}
.membre-logos .owl-carousel .owl-nav button span {
  font-size: 20px;
}

.menu-area-membre {
  margin-bottom: 80px;
  overflow: hidden;
  padding-top: 20px;
}
@media (max-width: 767.98px) {
  .menu-area-membre {
    margin-bottom: 60px;
  }
}
.menu-area-membre .menu-area-membre-content {
  border: solid 1px #222222;
  border-left: none;
  border-right: none;
  padding: 0;
}
.menu-area-membre .menu-area-membre-content .nav-area-membre {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  -webkit-clip-path: polygon(0 -50px, 100% -50px, 100% 100%, 0 100%);
          clip-path: polygon(0 -50px, 100% -50px, 100% 100%, 0 100%);
}
@media (max-width: 767.98px) {
  .menu-area-membre .menu-area-membre-content .nav-area-membre {
    flex-wrap: wrap;
  }
}
.menu-area-membre .menu-area-membre-content .nav-area-membre > li {
  flex: auto;
}
.menu-area-membre .menu-area-membre-content .nav-area-membre > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  padding: 16px 13px;
  position: relative;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}
.menu-area-membre .menu-area-membre-content .nav-area-membre > li a.active, .menu-area-membre .menu-area-membre-content .nav-area-membre > li a:hover {
  background-color: #F8F5EE;
}
.menu-area-membre .menu-area-membre-content .nav-area-membre > li a[data-value]:not([data-value=""]):not([data-value="0"])::before {
  content: attr(data-value);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  border: solid 1px #F23540;
  background-color: #fff;
  transform: translate(-50%, -50%);
  color: #F23540;
}

.popup-success {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
}
.popup-success .popup-success-content {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.popup-success.show-popup {
  opacity: 1;
  visibility: visible;
}

.message {
  color: #222222;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .message {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .message {
    margin: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .message .mw-inner {
    padding: 0;
  }
}
.message .message-inner {
  padding: 40px 100px 50px 60px;
  background-color: #F8F5EE;
  margin: 0;
}
@media (max-width: 767.98px) {
  .message .message-inner {
    padding: 60px 20px 30px;
  }
}
.message .message-inner h2 {
  font-family: "Gotham-Book", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  color: #222222;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .message .message-inner h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .message .message-inner .message-inner {
    padding: 0;
  }
}
.message .message-inner .message-header {
  display: flex;
}
@media (max-width: 767.98px) {
  .message .message-inner .message-header {
    align-items: flex-start;
  }
}
.message .message-inner .message-footer {
  width: calc(100% - 110px);
}
.message .message-inner .message-footer.no-icon {
  width: 100%;
}
@media (max-width: 767.98px) {
  .message .message-inner .message-footer {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.message .message-inner .message-content {
  max-width: calc(100% - 93px);
}
@media (max-width: 767.98px) {
  .message .message-inner .message-content {
    max-width: calc(100% - 50px);
  }
}
.message .message-inner .message-content .message-txt .wysiwyg p:last-child {
  margin-bottom: 0;
}
.message .message-inner .message-icon {
  color: #F23540;
  margin-right: 40px;
  width: 53px;
  padding-top: 10px;
  margin-top: -10px;
  display: block;
}
@media (max-width: 767.98px) {
  .message .message-inner .message-icon {
    width: 40px;
  }
  .message .message-inner .message-icon svg {
    width: 40px;
    height: auto;
  }
}
.message .message-inner .message-btns {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .message .message-inner .message-btns {
    flex-direction: column;
    align-items: flex-start;
    max-width: calc(100% - 60px);
    gap: 15px;
  }
}
.message .wysiwyg ul:not(:last-child), .message .wysiwyg ol:not(:last-child) {
  margin-bottom: 20px;
}
.message .wysiwyg ul:last-child, .message .wysiwyg ol:last-child {
  margin-bottom: 0;
}
.message.simple .message-inner {
  padding: 25px 35px;
}
.message.simple .message-inner .message-content {
  max-width: 100%;
}
.message.simple .message-inner .message-content .wysiwyg b, .message.simple .message-inner .message-content .wysiwyg strong {
  font-weight: 700;
  font-family: "Gotham", sans-serif;
}
.message.error .wysiwyg {
  color: #F23540;
}
.message.error .message-inner {
  background-color: rgba(242, 53, 64, 0.15);
}
.message.success .wysiwyg {
  color: #28a745;
}
.message.success .message-inner {
  background-color: rgba(40, 167, 69, 0.15);
}

.new-section .ns-title {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #F23540;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .new-section .ns-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.tiroirs .drawer-item {
  border-bottom: 1px solid #222222;
}
.tiroirs .drawer-item .arrow-down {
  color: #F23540;
}
html.notouch .tiroirs .drawer-item .title-wrapper:hover h3 {
  color: #F23540;
}
html.notouch .tiroirs .drawer-item .title-wrapper:hover .arrow-down svg .stroke {
  stroke: #F23540;
}
.tiroirs .drawer-item .title-wrapper h3 {
  color: #222222;
}
.tiroirs .drawer-item .content-wrapper {
  color: #222222;
}
@media (min-width: 576px) {
  .tiroirs .drawer-item .content-wrapper .inner-content {
    padding: 0 30px 20px 40px;
  }
}

.equipes.pd-70 {
  padding: 70px 0;
}
.equipes:not(.without-bg-color) {
  padding: 46px 0;
  background-color: #F6F1E7;
}
.equipes .equipe-title {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 48px;
}
@media (max-width: 767.98px) {
  .equipes .equipe-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.equipes .equipe-title-h3 {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 48px;
}
@media (max-width: 767.98px) {
  .equipes .equipe-title-h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.equipes a {
  display: block;
  color: #F23540;
}
.equipes .equipe-item .equipe-contact {
  font-size: 14px;
  margin-bottom: 8px;
}
.equipes .equipe-item strong {
  font-weight: 500;
}
.equipes .equipe-item:not(.nope-width) {
  max-width: 238px;
  margin: auto;
}
.equipes .equipe-item .equipe-content-logo {
  height: 124px;
  background-color: beige;
  width: 124px;
  border-radius: 50%;
  margin: auto auto 20px;
}
.equipes .equipe-item img.equipe-logo {
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  margin: auto;
}
.equipes .equipe-item img.equipe-logo.left {
  margin-left: 0;
}
.equipes .equipe-item img.equipe-logo.right {
  margin-right: 0;
}
.equipes .equipe-item .equipe-occupation {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  margin-bottom: 12px;
}
.equipes .equipe-item .equipe-name {
  margin-bottom: 12px;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.equipes .equipe-item .equipe-name:not(.left) {
  text-align: center;
}
.equipes .equipe-item .equipe-name.bm-8 {
  margin-bottom: 8px;
}
.equipes .equipe-item .equipe-content a * {
  pointer-events: none;
}
.equipes .equipe-item .equipe-content:not(.left) {
  text-align: center;
}
.equipes .equipe-item .equipe-content .equipe-section {
  margin-bottom: 15px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .equipes .equipe-item .equipe-content .equipe-section {
    font-size: 15px;
    line-height: 22px;
  }
}
.equipes .equipe-item .equipe-content .equipe-links {
  display: inline-block;
}
.equipes .equipe-item .equipe-content .equipe-links,
.equipes .equipe-item .equipe-content .equipe-mail {
  margin-bottom: 15px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: underline;
  font-family: "Gotham", sans-serif;
}
.equipes .equipe-item .equipe-content .equipe-phone-post,
.equipes .equipe-item .equipe-content .equipe-phone {
  color: #222222;
  display: inline-block;
}
.equipes .equipe-item .equipe-content .equipe-phone-post {
  margin-bottom: 15px;
  min-height: 19px;
}
.equipes .equipe-item .equipe-content .equipe-socials {
  display: flex;
  gap: 10px;
  justify-content: center;
  height: 20px;
}
.equipes .equipe-item .equipe-content .equipe-socials .equipe-social {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #F23540;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.equipes .equipe-item .equipe-content .equipe-socials .equipe-social svg {
  width: 11px;
  aspect-ratio: 1;
}

.section-teams .section-teams-title {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .section-teams .section-teams-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 767px) {
  .media-row.left .col-media {
    order: 1;
  }
  .media-row.left .col-content {
    order: 2;
  }
}
.media-row img,
.media-row iframe,
.media-row video {
  border: none;
  aspect-ratio: 1.5;
  display: block;
  width: 100%;
}
.media-row img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 292px;
  aspect-ratio: 1;
}
.media-row .media-title {
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}
.media-row .media-description {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .media-row .media-description {
    font-size: 15px;
    line-height: 22px;
  }
}
.media-row .media-description ul {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .media-row .media-description ul {
    font-size: 15px;
    line-height: 22px;
  }
}
.media-row .media-description ul li {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .media-row .media-description ul li {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 991.98px) {
  .media-row [class*=col-] {
    margin-bottom: 30px;
  }
}

.media-description {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .media-description {
    font-size: 15px;
    line-height: 22px;
  }
}
.media-description .wysiwyg ul {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767.98px) {
  .media-description .wysiwyg ul {
    font-size: 15px;
    line-height: 22px;
  }
}
.media-description .wysiwyg ul li {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .media-description .wysiwyg ul li {
    font-size: 15px;
    line-height: 22px;
  }
}

.linksList {
  position: relative;
  padding: 40px 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .linksList {
    padding: 20px 0;
  }
}
.linksList h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .linksList h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.linksList .linksList-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 767.98px) {
  .linksList .linksList-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.linksList .linksList-col.full-width {
  flex: 0 0 100%;
  max-width: 100%;
}

.form-contact {
  max-width: 287px;
  background-color: #F8F5EE;
  padding: 27px;
}
@media (max-width: 991.98px) {
  .form-contact {
    max-width: 100%;
  }
}
.form-contact .form-contact-item {
  margin-bottom: 25px;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  gap: 20px;
}
.form-contact .form-contact-item .icon {
  margin-top: 4px;
  width: 15px;
  flex: 0 0 auto;
}
.form-contact .form-contact-item a {
  text-decoration: underline;
  color: #F23540;
  font-weight: 500;
}
.form-contact .form-contact-item .form-contact-title {
  font-weight: 500;
  margin-bottom: 0px;
}
.form-contact .form-contact-item .form-contact-text {
  margin-bottom: 15px;
}
.form-contact .form-contact-item .form-contact-socials {
  margin-top: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.form-contact .form-contact-item .form-contact-socials > li {
  margin: 0 10px;
}

.form-row > [class*=col-] {
  margin-bottom: 30px;
}

.section-form .form-title {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .section-form .form-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1199.98px) {
  .section-form .mb-lg-5 {
    margin-bottom: 40px;
  }
}

.form-souhaite-inscrire {
  margin-bottom: 40px;
}

.success-msg {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 20px 0;
  padding: 20px;
  background-color: #F6F1E7;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .success-msg {
    font-size: 15px;
    line-height: 22px;
  }
}
.success-msg:not(.show) {
  display: none;
}

.error-msg {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 20px 0;
  padding: 20px;
  background-color: #F6F1E7;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .error-msg {
    font-size: 15px;
    line-height: 22px;
  }
}
.error-msg:not(.show) {
  display: none;
}

.general-loading.loading,
#form-nous-joindre.loading {
  pointer-events: none;
  position: relative;
}
.general-loading.loading::after,
#form-nous-joindre.loading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
.general-loading.loading::before,
#form-nous-joindre.loading::before {
  content: "";
  border: solid 4px #F23540;
  border-bottom-color: transparent;
  -webkit-animation: loading 1s infinite linear;
          animation: loading 1s infinite linear;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 3;
}

@-webkit-keyframes loading {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
.association-logos {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.association-logos .association-logo {
  margin-bottom: 30px;
  padding: 0 15px;
  max-width: 16.66%;
  flex: 0 0 16.66%;
}
.association-logos .association-logo .association-link {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  cursor: pointer;
}
.association-logos .association-logo .association-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  transition: 0.3s;
}
.association-logos .association-logo .association-link:hover:before {
  background-color: rgba(242, 53, 64, 0.5);
}
.association-logos .association-logo img {
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .association-logos {
    margin: 0 -7.5px;
  }
  .association-logos .association-logo {
    margin-bottom: 15px;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 7.5px;
  }
}

.carousel_artical {
  padding: 90px 0;
  background: #222222;
  color: #fff;
}
.carousel_artical h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767.98px) {
  .carousel_artical h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.carousel_artical .ca-item {
  display: flex;
  gap: 80px;
}
.carousel_artical .ca-item .cas-left {
  width: 384px;
}
.carousel_artical .ca-item .cas-left .ca-img {
  position: relative;
}
.carousel_artical .ca-item .cas-left .ca-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.carousel_artical .ca-item .cas-left .ca-img .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.carousel_artical .ca-item .cas-left .ca-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.carousel_artical .ca-item .cas-right {
  width: calc(100% - 384px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.carousel_artical .ca-item .cas-right .ca-content h3 {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.carousel_artical .ca-item .cas-right .ca-content .ca-txt {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .carousel_artical .ca-item .cas-right .ca-content .ca-txt {
    font-size: 15px;
    line-height: 22px;
  }
}
.carousel_artical .ca-item .cas-right .ca-content .btn {
  margin-top: 15px;
}
.carousel_artical .ca-item .cas-right .ca-related {
  position: relative;
}
.carousel_artical .ca-item .cas-right .ca-related .sub-title {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 1.38px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.carousel_artical .ca-item .cas-right .ca-related h4 {
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Gotham", sans-serif;
}
@media (max-width: 767.98px) {
  .carousel_artical .ca-item .cas-right .ca-related h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.carousel_artical .ca-item .cas-right .ca-related .btn {
  margin-top: 20px;
}
.carousel_artical .ca-item .cas-right .ca-related:not(.ca-nope) {
  padding-top: 30px;
}
.carousel_artical .ca-item .cas-right .ca-related:not(.ca-nope):after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #fff;
  width: 30px;
  left: 0;
  top: 0;
}
.carousel_artical .ca-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.carousel_artical .ca-arrows {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.carousel_artical .ca-arrows .slick-arrow {
  cursor: pointer;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #F23540;
}
.carousel_artical .ca-arrows .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
html .carousel_artical .ca-arrows .slick-arrow:not(:disabled):not(.slick-disabled):hover {
  color: #F23540;
}
.carousel_artical .slick-list {
  padding: 65px 0 80px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.carousel_artical .slick-list .slick-track {
  align-items: stretch;
  display: flex;
}
.carousel_artical .slick-list .slick-track .slick-slide {
  float: none;
  height: auto;
  padding: 0 40px 0 60px;
}

@media (max-width: 991.98px) {
  .carousel_artical .ca-item {
    gap: 40px;
  }
  .carousel_artical .ca-item .cas-left {
    width: 254px;
  }
  .carousel_artical .ca-item .cas-right {
    width: calc(100% - 254px);
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .carousel_artical .ca-item .cas-right .ca-related {
    position: relative;
    padding-top: 30px;
  }
  .carousel_artical .slick-list {
    padding: 45px 0 50px;
  }
  .carousel_artical .slick-list .slick-track .slick-slide {
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .carousel_artical {
    padding: 40px 0;
  }
  .carousel_artical .ca-header {
    padding-bottom: 15px;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .carousel_artical .ca-header .carousel_artical .ca-arrows {
    gap: 20px;
  }
  .carousel_artical .ca-item {
    flex-direction: column;
  }
  .carousel_artical .ca-item .cas-left {
    width: 100%;
  }
  .carousel_artical .ca-item .cas-left .ca-img:before {
    content: none;
  }
  .carousel_artical .ca-item .cas-left .ca-img .wrapper {
    position: relative;
  }
  .carousel_artical .ca-item .cas-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .carousel_artical .ca-item .cas-right .ca-related {
    position: relative;
    padding-top: 30px;
  }
  .carousel_artical .slick-list {
    padding: 45px 0 50px;
  }
  .carousel_artical .slick-list .slick-track .slick-slide {
    padding: 0 30px;
  }
}
.card-ressource-list h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .card-ressource-list h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .card-ressource-list h2 {
    margin-bottom: 15px;
  }
}
.card-ressource-list .cr-list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991.98px) {
  .card-ressource-list .cr-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.card-ressource-list .cr-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .card-ressource-list .cr-title {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.card-ressource-list .cr-cta {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .card-ressource-list .cr-cta {
    margin-top: 20px;
  }
}
.card-ressource-list.OneCol .cr-list {
  grid-template-columns: repeat(1, 1fr);
}

.featured h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .featured h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.featured .card-featured:not(.simple) {
  padding: 30px 0 23px;
  border-top: 1px solid #CDC8BA;
  border-bottom: 1px solid #CDC8BA;
}
.featured .card-featured .cf-header {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.featured .card-featured .sub-title a, .featured .card-featured .sub-title {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #F23540;
}
@media (max-width: 767.98px) {
  .featured .card-featured .sub-title a, .featured .card-featured .sub-title {
    font-size: 12px;
    line-height: 18px;
  }
}
.featured .card-featured .sub-title a {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .featured .card-featured .sub-title a:not(:disabled):not(.disabled):hover {
  text-decoration: underline;
}
.featured .card-featured .tags {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}
.featured .card-featured .tags.mb-tags {
  display: none !important;
}
@media (max-width: 767.98px) {
  .featured .card-featured .tags.mb-tags {
    display: flex !important;
  }
}
@media (max-width: 767.98px) {
  .featured .card-featured .tags.dk-tags {
    display: none !important;
  }
}
.featured .card-featured .tags .tag {
  display: flex;
  align-items: center;
  border: 1px solid rgba(205, 200, 186, 0.5);
  border-radius: 15px;
  color: #F23540;
  padding: 5px 14px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  line-height: 13px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 30px;
  font-family: "Gotham", sans-serif;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .featured .card-featured .tags .tag:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #F23540;
}
@media (max-width: 991.98px) {
  .featured .card-featured .tags .tag {
    flex-wrap: wrap;
  }
}
.featured .card-featured .tags .tag.plus {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.featured .card-featured .tags-list {
  position: absolute;
  background-color: #fff;
  max-width: 250px;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 20;
}
.featured .card-featured .tags-list:not(.open) {
  display: none;
}
.featured .card-featured .tags-list span,
.featured .card-featured .tags-list a {
  display: inline-flex;
}
.featured .card-featured .cf-body {
  display: flex;
  gap: 30px;
}
.featured .card-featured .cf-body .cfb-left {
  width: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured .card-featured .cf-body .cfb-left .filter_txt {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  top: 0;
  text-indent: -9999px;
  font-size: 0;
}
.featured .card-featured .cf-body .cfb-left .cfb-img {
  overflow: hidden;
  position: relative;
  width: 450px;
  position: relative;
}
.featured .card-featured .cf-body .cfb-left .cfb-img:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
.featured .card-featured .cf-body .cfb-left .cfb-img .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.featured .card-featured .cf-body .cfb-left .cfb-img a {
  width: 100%;
}
.featured .card-featured .cf-body .cfb-left .cfb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured .card-featured .cf-body .cfb-left .img-placeholder {
  color: #F6F1E7;
  font-size: 120px;
  line-height: 72px;
  font-weight: 500;
  position: relative;
}
.featured .card-featured .cf-body .cfb-right {
  width: calc(100% - 450px);
}
.featured .card-featured .cf-body .cfb-right .title,
.featured .card-featured .cf-body .cfb-right .title a {
  margin-bottom: 30px;
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #F23540;
}
@media (max-width: 767.98px) {
  .featured .card-featured .cf-body .cfb-right .title,
.featured .card-featured .cf-body .cfb-right .title a {
    font-size: 18px;
    line-height: 24px;
  }
}
.featured .card-featured .cf-body .cfb-right .content {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.featured .card-featured .cf-body .cfb-right .content .info {
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}
.featured .card-featured .cf-body .cfb-right .content .info a {
  color: #F23540;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .featured .card-featured .cf-body .cfb-right .content .info a:not(:disabled):not(.disabled):hover {
  text-decoration: underline;
}
.featured .card-featured .cf-body .cfb-right .content .desc {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
}
.featured .card-featured .cf-body .cfb-right .content .desc .over_link {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  top: 0;
  text-indent: -9999px;
  font-size: 0;
}
.featured .card-featured .cf-footer {
  display: flex;
  margin-top: 20px;
  gap: 30px;
}
.featured .card-featured .cf-footer .price {
  width: 162px;
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .featured .card-featured .cf-footer .price {
    font-size: 20px;
    line-height: 24px;
  }
}
.featured .card-featured .cf-footer .links {
  gap: 6px;
  display: flex;
  flex-direction: column;
}
.featured .card-featured .cf-footer .links a {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #F23540;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 767.98px) {
  .featured .card-featured .cf-footer .links a {
    font-size: 12px;
    line-height: 18px;
  }
}
html .featured .card-featured .cf-footer .links a:not(:disabled):not(.disabled):hover {
  color: #222222;
}
.featured .card-featured .cf-footer .links a.addToPublicationWishlist * {
  pointer-events: none;
}
.featured .card-featured .cf-footer .links a.addToPublicationWishlist.active path {
  fill: #F23540;
}
html .featured .card-featured .cf-footer .links a.addToPublicationWishlist.active:not(:disabled):not(.disabled):hover path {
  fill: #222222;
}
.featured .card-featured .wrapper {
  position: relative;
}
.featured .card-featured .wrapper:not(.full-width) {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
@media (max-width: 767.98px) {
  .featured .card-featured .wrapper:not(.full-width) {
    gap: 30px;
  }
}
.featured .card-featured .wrapper:not(.full-width) .wrapper-right {
  width: 150px;
  padding-top: 20px;
}
@media (max-width: 767.98px) {
  .featured .card-featured .wrapper:not(.full-width) .wrapper-right {
    padding-top: 0;
  }
}
.featured .card-featured .wrapper:not(.full-width) .wrapper-right img {
  width: 100px;
}
@media (max-width: 767.98px) {
  .featured .card-featured .wrapper:not(.full-width) .wrapper-right img {
    width: 70px;
  }
}
@media (max-width: 991.98px) {
  .featured .card-featured .wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.featured .card-featured .wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(34, 34, 34, 0.3);
  opacity: 0;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  pointer-events: none;
}
html .featured .card-featured:not(:disabled):not(.disabled):hover h3 a {
  color: #222222;
}
html .featured .card-featured:not(:disabled):not(.disabled):hover .img-placeholder {
  color: #EDEDED;
}
html .featured .card-featured:not(:disabled):not(.disabled):hover .cfb-img .wrapper:after {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .featured .card-featured .cf-body {
    gap: 17px;
  }
  .featured .card-featured .cf-body .cfb-left {
    padding-top: 0;
    width: 200px;
  }
  .featured .card-featured .cf-body .cfb-right {
    width: calc(100% - 200px);
  }
  .featured .card-featured .cf-body .cf-header {
    flex-wrap: wrap;
  }
  .featured .card-featured .cf-body .btn {
    padding: 8px 10px;
  }
  .featured .card-featured .cf-footer {
    gap: 17px;
  }
  .featured .card-featured .cf-footer .price {
    width: 90px;
  }
  .featured .card-featured .cf-footer .links {
    width: calc(100% - 90px);
  }
}
@media (max-width: 767.98px) {
  .featured {
    padding: 0 0 18px;
  }
  .featured:not(:last-of-type) {
    border-bottom: none;
  }
  .featured h2 {
    margin-bottom: 15px;
  }
  .featured .card-featured .cf-body {
    gap: 17px;
    flex-direction: column;
  }
  .featured .card-featured .cf-body .cfb-left {
    padding-top: 0;
    width: 100%;
  }
  .featured .card-featured .cf-body .cfb-left .cfb-img {
    width: 100%;
  }
  .featured .card-featured .cf-body .cfb-right {
    width: 100%;
  }
  .featured .card-featured .cf-body .cf-header {
    flex-wrap: wrap;
  }
  .featured .card-featured .cf-body .wrapper {
    gap: 40px;
  }
  .featured .card-featured .cf-body .wrapper .wrapper-right {
    text-align: right;
    width: 100%;
  }
  .featured .card-featured .cf-body .btn {
    padding: 8px 10px;
  }
  .featured .card-featured .cf-footer {
    gap: 15px;
    margin-top: 0;
  }
  .featured .card-featured .cf-footer .price {
    width: 90px;
  }
  .featured .card-featured .cf-footer .links {
    width: 100%;
  }
}
.featured-gDossier {
  padding: 80px 0;
  color: #fff;
  background-color: #222222;
}
@media (max-width: 767.98px) {
  .featured-gDossier {
    padding: 40px 0;
  }
}
.featured-gDossier .fg-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .featured-gDossier .fg-title {
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .featured-gDossier .fg-title {
    flex-direction: column;
    gap: 10px;
  }
}
.featured-gDossier .fg-title h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767.98px) {
  .featured-gDossier .fg-title h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.featured-gDossier .fg-list {
  display: flex;
  flex-direction: column;
}
.featured-gDossier .fg-list .g-item {
  padding: 30px 0 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  gap: 55px;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .featured-gDossier .fg-list .g-item {
    align-items: center;
    flex-direction: column;
  }
}
html .featured-gDossier .fg-list .g-item:not(:disabled):not(.disabled):hover a {
  color: #F23540;
}
html .featured-gDossier .fg-list .g-item:not(:disabled):not(.disabled):hover .img-container:after {
  opacity: 1;
}
.featured-gDossier .fg-list .g-item .gi-content {
  display: flex;
  flex-grow: 1;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .featured-gDossier .fg-list .g-item .gi-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.featured-gDossier .fg-list .g-item .gi-content h3, .featured-gDossier .fg-list .g-item .gi-content h3 a {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  width: 50%;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .featured-gDossier .fg-list .g-item .gi-content h3, .featured-gDossier .fg-list .g-item .gi-content h3 a {
    font-size: 20px;
    line-height: 24px;
  }
}
.featured-gDossier .fg-list .g-item .gi-content .desc {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  width: 50%;
}
@media (max-width: 767.98px) {
  .featured-gDossier .fg-list .g-item .gi-content .desc {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 991.98px) {
  .featured-gDossier .fg-list .g-item .gi-content .desc {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .featured-gDossier .fg-list .g-item .gi-img {
    width: 100%;
  }
}
.featured-gDossier .fg-list .g-item .gi-img .img-container {
  width: 258px;
  height: 172px;
  position: relative;
}
.featured-gDossier .fg-list .g-item .gi-img .img-container:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 34, 34, 0.3);
  opacity: 0;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
@media (max-width: 767.98px) {
  .featured-gDossier .fg-list .g-item .gi-img .img-container {
    width: 100%;
    height: 172px;
  }
}
.featured-gDossier .fg-list .g-item .gi-img .img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hashtag h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  padding-bottom: 30px;
  border-bottom: 1px solid #CDC8BA;
}
@media (max-width: 767.98px) {
  .hashtag h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .hashtag h2 {
    padding-bottom: 20px;
  }
}
.hashtag .h-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-left: -30px;
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .hashtag .h-list {
    margin-left: -15px;
    margin-top: 40px;
  }
}
.hashtag .h-list .item {
  padding: 0 30px;
  position: relative;
  font-size: 36px;
  line-height: 43px;
  font-weight: normal;
  letter-spacing: -0.45px;
}
@media (max-width: 767.98px) {
  .hashtag .h-list .item {
    padding: 0 15px;
    font-size: 24px;
    line-height: 30px;
  }
}
.hashtag .h-list .item a {
  color: #F23540;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .hashtag .h-list .item a:not(:disabled):not(.disabled):hover {
  color: #222222;
}
.hashtag .h-list .item:after {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% - 12px);
  top: 6px;
  right: 0;
  width: 1px;
  background: #CDC8BA;
  position: absolute;
}

.hero-member .hero-member-title {
  color: #F23540;
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .hero-member .hero-member-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.hero-member .hm-inner {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.hero-member .hero-member-logout {
  color: #F23540;
  text-decoration: underline;
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .hero-member .hero-member-logout {
    font-size: 12px;
    line-height: 18px;
  }
}

.dash_my-list {
  min-height: 200px;
  margin: 80px 0;
}
.dash_my-list.with_cta {
  margin: 80px 0 156px;
}
@media (max-width: 767.98px) {
  .dash_my-list.with_cta {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .dash_my-list .dash_myl_inner {
    gap: 40px;
  }
}
.dash_my-list .d_myl_tools .card-ressource-list,
.dash_my-list .d_myl_read .card-ressource-list {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .dash_my-list .d_myl_tools .card-ressource-list,
.dash_my-list .d_myl_read .card-ressource-list {
    height: auto;
  }
}
.dash_my-list .d_myl_tools .card-ressource-list .card-ressource,
.dash_my-list .d_myl_read .card-ressource-list .card-ressource {
  padding: 30px 0 23px;
}
.dash_my-list .d_myl_tools .card-ressource-list .cr-list,
.dash_my-list .d_myl_read .card-ressource-list .cr-list {
  border-bottom: 1px solid #CDC8BA;
  border-top: 1px solid #CDC8BA;
  height: 100%;
}
@media (max-width: 767.98px) {
  .dash_my-list .d_myl_tools .card-ressource-list .cr-list,
.dash_my-list .d_myl_read .card-ressource-list .cr-list {
    height: auto;
  }
}
.dash_my-list .d_myl_tools .cr-empty,
.dash_my-list .d_myl_read .cr-empty {
  text-align: center;
  border-bottom: 1px solid #CDC8BA;
  border-top: 1px solid #CDC8BA;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  aspect-ratio: 1.5;
}
@media (max-width: 767.98px) {
  .dash_my-list .d_myl_tools .cr-empty,
.dash_my-list .d_myl_read .cr-empty {
    padding: 40px 0;
  }
}
.dash_my-list .d_myl_tools .cr-cta,
.dash_my-list .d_myl_read .cr-cta {
  margin-top: 30px;
}

.event_list {
  overflow: hidden;
}

.module-membre-area .module-membre-area-title {
  margin-bottom: 26px;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.module-membre-area .entry {
  margin-bottom: 30px;
}
.module-membre-area .module-membre-area-info {
  margin-bottom: 30px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .module-membre-area .module-membre-area-info {
    font-size: 15px;
    line-height: 22px;
  }
}
.module-membre-area .module-membre-area-forgot,
.module-membre-area .module-membre-area-access {
  margin-top: 30px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.module-membre-area .module-membre-area-forgot a,
.module-membre-area .module-membre-area-access a {
  color: #F23540;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.module-membre-area .text-center {
  text-align: center;
}

.membre-area-title {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .membre-area-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.membre-area-desc {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  max-width: 561px;
  margin: auto;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .membre-area-desc {
    font-size: 15px;
    line-height: 22px;
  }
}

.membre-area-row {
  margin-bottom: 25px;
}
.membre-area-row .sep {
  height: 100%;
  width: 1px;
  background-color: #CDC8BA;
  margin: auto;
}
@media (max-width: 991.98px) {
  .membre-area-row .sep {
    height: 1px;
    width: 100%;
    margin: 50px auto;
  }
}

.membre-area-forgot-password {
  margin: auto;
  padding: 0;
}
.membre-area-forgot-password .membre-area-fp-title {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .membre-area-forgot-password .membre-area-fp-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.membre-area-forgot-password .membre-area-fp-desc,
.membre-area-forgot-password .membre-area-fp-title {
  margin-bottom: 20px;
}
.membre-area-forgot-password .membre-area-fp-desc {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .membre-area-forgot-password .membre-area-fp-desc {
    font-size: 15px;
    line-height: 22px;
  }
}
.membre-area-forgot-password .entry {
  max-width: 350px;
}

.membre-area-demande {
  margin-bottom: 35px;
}

.tagsList .tagsInner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.tagsList .tagsItem {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tagsList .tagsItem span {
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
}
@media (max-width: 767.98px) {
  .tagsList .tagsItem span {
    font-size: 16px;
    line-height: 24px;
  }
}
.tagsList .tagsItem ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tagsList .tagsItem ul li a, .tagsList .tagsItem ul li span {
  display: flex;
  align-items: center;
  border: 1px solid rgba(242, 53, 64, 0.5);
  border-radius: 15px;
  color: #F23540;
  padding: 5px 14px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .tagsList .tagsItem ul li a:not(:disabled):not(.disabled):hover, html .tagsList .tagsItem ul li span:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #F23540;
}

.list-cards-events h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .list-cards-events h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.list-cards-events .lce-list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991.98px) {
  .list-cards-events .lce-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.featured-doc h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .featured-doc h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.featured-doc .inner {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  border: 1px solid #CDC8BA;
  padding: 20px 25px 30px;
  align-items: center;
}
.featured-doc .inner .preview {
  width: 94px;
}
.featured-doc .inner .preview .img-container {
  height: 116px;
  width: 94px;
}
.featured-doc .inner .preview .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-doc .inner .content .date {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.featured-doc .inner .content h3 {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #F23540;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.075px;
  margin-bottom: 20px;
}

.gDossierList .fg-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.gDossierList .fg-list {
  display: flex;
  flex-direction: column;
}
.gDossierList .fg-list .g-item {
  padding: 30px 0 23px;
  border-bottom: 1px solid #CDC8BA;
  display: flex;
  gap: 55px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .gDossierList .fg-list .g-item {
    align-items: center;
    flex-direction: column;
  }
}
.gDossierList .fg-list .g-item.js-block-link {
  cursor: pointer;
}
.gDossierList .fg-list .g-item.js-block-link:hover a {
  color: #000;
}
.gDossierList .fg-list .g-item.js-block-link:hover .img-container:after {
  opacity: 1;
}
.gDossierList .fg-list .g-item .gi-content {
  display: flex;
  flex-grow: 1;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.gDossierList .fg-list .g-item .gi-content h2, .gDossierList .fg-list .g-item .gi-content h2 a {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #F23540;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  width: 50%;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.98px) {
  .gDossierList .fg-list .g-item .gi-content h2, .gDossierList .fg-list .g-item .gi-content h2 a {
    font-size: 20px;
    line-height: 24px;
  }
}
.gDossierList .fg-list .g-item .gi-content .desc {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  width: 50%;
}
@media (max-width: 767.98px) {
  .gDossierList .fg-list .g-item .gi-content .desc {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .gDossierList .fg-list .g-item .gi-img {
    width: 100%;
  }
}
.gDossierList .fg-list .g-item .gi-img .img-container {
  width: 258px;
  height: 172px;
  position: relative;
}
.gDossierList .fg-list .g-item .gi-img .img-container:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 34, 34, 0.3);
  opacity: 0;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
@media (max-width: 767.98px) {
  .gDossierList .fg-list .g-item .gi-img .img-container {
    width: 100%;
    height: 172px;
  }
}
.gDossierList .fg-list .g-item .gi-img .img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.filter {
  margin: 40px 0 0 0;
}
@media (max-width: 767.98px) {
  .filter {
    margin: 0;
  }
}
.filter .f-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.filter .f-title {
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.filter .f-title .icon {
  margin-right: 10px;
}
.filter .reset-cta {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.38px;
  line-height: 24px;
  border: none;
  background: none;
  color: #F23540;
  align-items: center;
  gap: 7px;
  display: none;
}
.filter .reset-cta.visible {
  display: flex;
}
.filter .reset-cta span {
  display: inline-block;
  vertical-align: middle;
}
.filter .reset-cta span:nth-child(2) {
  transform: translateY(6.25%);
}
.filter .reset-cta svg {
  vertical-align: middle;
}
.filter .reset-cta:hover {
  color: #222222;
}
.filter .f-inner {
  background-color: #F8F5EE;
  padding: 35px 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.filter .f-inner .custom-dropdown {
  width: 100%;
}
.filter .f-inner .btn {
  display: block;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.filter .item-wrapper {
  flex: 1 1 30%;
}
@media (max-width: 767.98px) {
  .filter .item-wrapper {
    flex: 1 1 100%;
  }
}
.filter .item-wrapper .dropdown-item label {
  letter-spacing: 1.3px;
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #F23540;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .filter .item-wrapper .dropdown-item label {
    font-size: 12px;
    line-height: 18px;
  }
}

.featured-event {
  padding: 35px 0;
}
.featured-event h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .featured-event h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .featured-event h2 {
    margin-bottom: 20px;
  }
}
.featured-event .featured-card {
  padding: 35px 0;
  border-top: 1px solid #CDC8BA;
  border-bottom: 1px solid #CDC8BA;
}
.featured-event .featured-card .header .cat {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #F23540;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .featured-event .featured-card .header .cat {
    font-size: 12px;
    line-height: 18px;
  }
}
.featured-event .featured-card .header .title,
.featured-event .featured-card .header .title a {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #F23540;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .featured-event .featured-card .header .title,
.featured-event .featured-card .header .title a {
    font-size: 18px;
    line-height: 24px;
  }
}
.featured-event .featured-card .content {
  display: flex;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .featured-event .featured-card .content {
    flex-direction: column;
  }
}
.featured-event .featured-card .content .c-left {
  width: 250px;
}
@media (max-width: 767.98px) {
  .featured-event .featured-card .content .c-left {
    width: 100%;
  }
}
.featured-event .featured-card .content .c-left .img-container {
  width: 250px;
  height: 250px;
  display: block;
  position: relative;
  z-index: 1;
}
.featured-event .featured-card .content .c-left .img-container:not(.img-empty)::before {
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: transparent;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .featured-event .featured-card .content .c-left .img-container {
    width: 100%;
    height: auto;
    max-height: 300px;
    overflow: hidden;
  }
}
.featured-event .featured-card .content .c-left .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-event .featured-card .content .c-left .img-container .img-placeholder {
  color: #F6F1E7;
  font-size: 120px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.featured-event .featured-card .content .c-right .header {
  margin-bottom: 25px;
}
.featured-event .featured-card .content .c-right .infos {
  display: flex;
  gap: 70px;
  justify-content: flex-start;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.featured-event .featured-card .content .c-right .infos .type .icon {
  margin-right: 7px;
  vertical-align: middle;
}
.featured-event .featured-card .content .c-right .desc {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 30px;
  max-width: 532px;
}
.featured-event .featured-card .content .c-right .price {
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 500;
}
.featured-event .featured-card .content .c-right .price span {
  display: block;
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .featured-event .featured-card .content .c-right .price span {
    font-size: 12px;
    line-height: 18px;
  }
}
.featured-event .featured-card .content .c-right .footer {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .featured-event .featured-card .content .c-right .footer {
    margin-top: 25px;
  }
}
.featured-event .featured-card:hover .header .title,
.featured-event .featured-card:hover .header .title a {
  color: #222222;
}
.featured-event .featured-card:hover .content .c-left .img-container .img-placeholder {
  color: #ededed;
}
.featured-event .featured-card:hover .content .c-left .img-container::before {
  background: rgba(34, 34, 34, 0.3);
}

.experts .lce-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.experts h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .experts h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.presents .presents-title {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .presents .presents-title {
    font-size: 15px;
    line-height: 22px;
  }
}

.programs-module .programs-title {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  .programs-module .programs-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.programs-module .programs-content {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-color: #F8F5EE;
  padding: 25px 34px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .programs-module .programs-content {
    font-size: 15px;
    line-height: 22px;
  }
}
.programs-module .button-content {
  margin-bottom: 30px;
  text-align: right;
}

.date-program-items {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
.date-program-items .date-program-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  border-bottom: 1px solid #222222;
}
.date-program-items .date-program-tabs .date-program {
  border: none;
  background: none;
  position: relative;
  cursor: pointer;
  min-width: 170px;
  text-align: center;
  padding: 0 20px;
  letter-spacing: 0.1px;
  color: #222222;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.date-program-items .date-program-tabs .date-program:after {
  content: "";
  display: block;
  height: 5px;
  background-color: transparent;
  margin-top: 10px;
  width: 0;
  transition: 0.3s;
  margin-left: -20px;
}
.date-program-items .date-program-tabs .date-program.select {
  font-weight: 700;
}
.date-program-items .date-program-tabs .date-program.select:after {
  background-color: #b21e28;
  width: calc(100% + 40px);
}

.button-expended {
  border: none;
  background: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #F23540;
}
.button-expended:hover {
  color: #000;
}
.button-expended .symbole {
  display: inline-block;
  width: 12px;
}
.button-expended .symbole::after, .button-expended .symbole::before {
  content: "";
  height: 2px;
  background-color: currentColor;
  margin: -2px 0;
  display: block;
  transition: 0.2s;
}
.button-expended .symbole::after {
  transition: 0.2s;
  transform: rotate(90deg);
}
.button-expended.is-active .symbole::after {
  transform: rotate(0deg);
}
.button-expended.visible svg {
  transform: rotate(180deg);
}
.button-expended.visible .symbole::after {
  transform: rotate(180deg);
}
.button-expended .expend-title {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.3846154213px;
  text-transform: uppercase;
}

.equipes-event {
  padding: 46px 0;
}
.equipes-event.pd-70 {
  padding: 70px 0;
}
.equipes-event .equipe-title {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 48px;
}
@media (max-width: 767.98px) {
  .equipes-event .equipe-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.equipes-event a {
  display: inline-block;
  color: #F23540;
}
.equipes-event .team-description {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .equipes-event .team-description {
    font-size: 15px;
    line-height: 22px;
  }
}
.equipes-event .equipe-item .equipe-contact {
  font-size: 14px;
  margin-bottom: 8px;
}
.equipes-event .equipe-item strong {
  font-weight: 500;
}
.equipes-event .equipe-item:not(.nope-width) {
  max-width: 238px;
  margin: auto;
}
.equipes-event .equipe-item img.equipe-logo {
  max-width: 75px;
  aspect-ratio: 1;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.equipes-event .equipe-item img.equipe-logo.left {
  margin-left: 0;
}
.equipes-event .equipe-item img.equipe-logo.right {
  margin-right: 0;
}
.equipes-event .equipe-item .equipe-name {
  margin-bottom: 10px;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-size: 20px;
  line-height: 24px;
}
.equipes-event .equipe-item .equipe-name:not(.left) {
  text-align: center;
}
.equipes-event .equipe-item .equipe-name.bm-8 {
  margin-bottom: 8px;
}
.equipes-event .equipe-item .equipe-content:not(.left) {
  text-align: center;
}
.equipes-event .equipe-item .equipe-content .equipe-section {
  margin-bottom: 20px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .equipes-event .equipe-item .equipe-content .equipe-section {
    font-size: 15px;
    line-height: 22px;
  }
}
.equipes-event .equipe-item .equipe-content .equipe-section a {
  text-decoration: underline;
}
.equipes-event .equipe-item .equipe-content .equipe-section a,
.equipes-event .equipe-item .equipe-content .equipe-section span {
  color: #F23540;
}
.equipes-event .equipe-item .equipe-content .equipe-mail {
  margin-bottom: 20px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.equipes-event .equipe-item .equipe-content .equipe-phone {
  color: #222222;
  display: inline-block;
}
.equipes-event .equipe-item .equipe-content a * {
  pointer-events: none;
}
.equipes-event .equipe-social {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #F23540;
  display: inline-flex;
  margin-left: 15px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.equipes-event .equipe-social svg {
  width: 11px;
  aspect-ratio: 1;
  vertical-align: middle;
}
.equipes-event .member_of_team_name {
  display: flex;
  align-items: center;
}

.equipe-items {
  gap: 73px 0;
}

.sectors-slider {
  padding: 135px 0;
  overflow: hidden;
  position: relative;
  min-height: 500px;
}
.sectors-slider .ss-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}
.sectors-slider .ss-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectors-slider.without-bg {
  background-color: #F23540;
}
.sectors-slider .inner {
  align-items: center;
}
.sectors-slider .inner .ss-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.sectors-slider .inner .ss-content .ss-left {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.sectors-slider .inner .ss-content .ss-left h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .sectors-slider .inner .ss-content .ss-left h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.sectors-slider .inner .ss-content .ss-left .desc {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .sectors-slider .inner .ss-content .ss-left .desc {
    font-size: 15px;
    line-height: 22px;
  }
}
.sectors-slider .inner .ss-content .ss-left .btn {
  margin-top: 30px;
}
.sectors-slider .inner .ss-content .ss-right {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.sectors-slider .inner .ss-content .ss-right .slider {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.sectors-slider .inner .ss-content .ss-right .slider:not(.is-loaded) {
  opacity: 0;
  display: none;
}
.sectors-slider .inner .ss-content .ss-right .slider .slide {
  background-color: #fff;
  padding: 35px 30px;
}
.sectors-slider .inner .ss-content .ss-right .slider .slide h3 {
  font-family: "Gotham", sans-serif;
  font-size: 68px;
  line-height: 72px;
  font-weight: 600;
  color: #F23540;
  margin-bottom: 25px;
}
.sectors-slider .inner .ss-content .ss-right .slider .slide .s-txt {
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .sectors-slider .inner .ss-content .ss-right .slider .slide .s-txt {
    font-size: 16px;
    line-height: 24px;
  }
}
.sectors-slider .footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.sectors-slider .footer .f-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.sectors-slider .footer .pagination {
  display: grid;
  grid-template-columns: auto 139px;
  margin-top: 20px;
  width: 100%;
}
.sectors-slider .footer .ss-dots {
  margin-top: 20px;
}
.sectors-slider .footer .ss-dots .slick-dots {
  background-color: rgba(34, 34, 34, 0.4);
  height: 2px;
  width: 100%;
  position: relative;
  display: flex;
}
.sectors-slider .footer .ss-dots .slick-dots li {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sectors-slider .footer .ss-dots .slick-dots li:after {
  content: "";
  display: "inline";
  position: absolute;
  height: 5px;
  width: 0;
  top: 0;
  background-color: transparent;
  bottom: 0;
  margin: auto;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.sectors-slider .footer .ss-dots .slick-dots li.slick-active:after {
  -webkit-animation: 5s linear fill-slide;
          animation: 5s linear fill-slide;
  width: 100%;
}
.sectors-slider .footer .ss-dots button {
  text-indent: -9999px;
}
.sectors-slider .footer .ss-arrows {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.sectors-slider .footer .ss-arrows button {
  background: none;
  color: #F23540;
}
.sectors-slider .footer .ss-arrows button svg {
  width: 50px;
  height: 50px;
}
.sectors-slider .footer .ss-arrows button svg circle {
  stroke-width: 1px;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.sectors-slider .footer .ss-arrows button svg path {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.sectors-slider .footer .ss-arrows button:hover {
  color: #fff;
}
.sectors-slider .footer .ss-arrows button:hover svg circle {
  fill: #F23540;
  stroke: none;
}
.sectors-slider .footer .ss-arrows button:hover svg path {
  fill: #fff;
}
.sectors-slider .slider, .sectors-slider .slick-list, .sectors-slider .slick-track {
  height: 100%;
}
@media (max-width: 1200px) {
  .sectors-slider .inner .ss-content .ss-left {
    margin-left: 16.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .sectors-slider .inner .ss-content .ss-right {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .sectors-slider .footer .f-inner {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (max-width: 991.98px) {
  .sectors-slider {
    padding: 60px 0;
  }
  .sectors-slider .inner .ss-content .ss-left {
    margin-left: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sectors-slider .inner .ss-content .ss-right {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sectors-slider .footer .f-inner {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .sectors-slider {
    padding: 30px 0 42px;
    background: #F6F1E7;
  }
  .sectors-slider .ss-bg {
    display: none;
  }
  .sectors-slider .inner .ss-content {
    flex-direction: column;
    gap: 40px;
  }
  .sectors-slider .inner .ss-content .ss-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sectors-slider .inner .ss-content .ss-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sectors-slider .inner .ss-content .ss-right .slider .slide {
    position: relative;
    margin: 0 8px;
    padding: 20px;
  }
  .sectors-slider .inner .ss-content .ss-right .slider .slide:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(34, 34, 34, 0.34);
    filter: blur(27px);
    width: calc(100% - 52px);
    bottom: 0;
    height: 89px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: -1;
  }
  .sectors-slider .inner .ss-content .ss-right .slider .slide h3 {
    font-size: 60px;
    line-height: 72px;
  }
  .sectors-slider .inner .slick-list {
    overflow: visible;
    margin-left: -8px;
  }
  .sectors-slider .footer {
    display: none;
  }
}

@-webkit-keyframes fill-slide {
  from {
    width: 0;
    background-color: #F23540;
  }
  to {
    width: 100%;
    background-color: #F23540;
  }
}

@keyframes fill-slide {
  from {
    width: 0;
    background-color: #F23540;
  }
  to {
    width: 100%;
    background-color: #F23540;
  }
}
.avantages-cta .ac-inner {
  display: flex;
}
.avantages-cta .ac-inner .a-left {
  background: #F8F5EE;
  padding: 60px 50px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.avantages-cta .ac-inner .a-left h3 {
  font-family: "Gotham-Book", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .avantages-cta .ac-inner .a-left h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.avantages-cta .ac-inner .a-left ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
  list-style: none;
  padding-left: 20px;
}
.avantages-cta .ac-inner .a-left ul li {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  position: relative;
  padding-left: 20px;
  text-indent: -20px;
}
@media (max-width: 767.98px) {
  .avantages-cta .ac-inner .a-left ul li {
    font-size: 15px;
    line-height: 22px;
  }
}
.avantages-cta .ac-inner .a-left ul li:before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1781 0.333252L7.88453 9.66092L2.82171 4.59369L0.833252 6.58944L7.88453 13.6666L19.1666 2.34316L17.1781 0.333252Z' fill='currentColor'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 20px;
}
.avantages-cta .ac-inner .a-right {
  background: #F23540;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  color: #fff;
}
.avantages-cta .ac-inner .a-right h3 {
  font-family: "Gotham-Book", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  font-family: "Gotham", sans-serif;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .avantages-cta .ac-inner .a-right h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.avantages-cta .ac-inner .a-right .cta-txt {
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .avantages-cta .ac-inner .a-right .cta-txt {
    font-size: 16px;
    line-height: 24px;
  }
}
.avantages-cta .ac-inner .a-right .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 991.98px) {
  .avantages-cta .ac-inner {
    flex-direction: column;
  }
  .avantages-cta .ac-inner .a-left {
    padding: 30px 40px;
  }
  .avantages-cta .ac-inner .a-right {
    padding: 30px 40px;
  }
}
@media (max-width: 767.98px) {
  .avantages-cta .ac-inner {
    flex-direction: column;
  }
  .avantages-cta .ac-inner .a-left {
    padding: 20px 25px 30px;
  }
  .avantages-cta .ac-inner .a-right {
    padding: 35px 30px 40px;
    gap: 10px;
  }
  .avantages-cta .ac-inner .a-right .btn {
    margin-top: 20px;
  }
  .avantages-cta .ac-inner .a-right h3 {
    font-weight: 500;
  }
}
.publicationHome .ph-header h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .publicationHome .ph-header h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.publicationHome .ph-header .phh-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
}
.publicationHome .ph-header .phh-content .desc, .publicationHome .ph-header .phh-content .desc .wysiwyg {
  font-family: "Gotham-Book", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .publicationHome .ph-header .phh-content .desc, .publicationHome .ph-header .phh-content .desc .wysiwyg {
    font-size: 20px;
    line-height: 24px;
  }
}
.publicationHome .publications-list {
  display: flex;
  justify-content: space-between;
  gap: 120px;
  margin-top: 40px;
}
.publicationHome .publications-list .p-type {
  padding: 60px;
  background: #F23540;
  color: #fff;
  width: calc(45% - 60px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.publicationHome .publications-list .p-type .title {
  font-family: "Gotham-Book", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .publicationHome .publications-list .p-type .title {
    font-size: 20px;
    line-height: 24px;
  }
}
.publicationHome .publications-list .p-type .type-item {
  position: relative;
  padding-bottom: 30px;
}
.publicationHome .publications-list .p-type .type-item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 30px;
  left: 0;
  bottom: 0;
}
.publicationHome .publications-list .p-type .desc, .publicationHome .publications-list .p-type .desc .wysiwyg {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .publicationHome .publications-list .p-type .desc, .publicationHome .publications-list .p-type .desc .wysiwyg {
    font-size: 15px;
    line-height: 22px;
  }
}
.publicationHome .publications-list .p-new {
  width: calc(55% - 60px);
}
.publicationHome .publications-list .p-new .card-ressource-list .cr-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #CDC8BA;
}
.publicationHome .publications-list .p-new .card-ressource-list .cr-title h2 {
  font-family: "Gotham-Book", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .publicationHome .publications-list .p-new .card-ressource-list .cr-title h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.publicationHome .publications-list .p-new .card-ressource-list .cr-list {
  gap: 0;
}
.publicationHome .publications-list .p-new .card-ressource-list .cr-list .card-ressource {
  border-top: none;
}

@media (max-width: 991.98px) {
  .publicationHome .ph-header .phh-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .publicationHome .ph-header .phh-content .desc, .publicationHome .ph-header .phh-content .desc .wysiwyg {
    font-family: "Gotham-Book", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .publicationHome .ph-header .phh-content .desc, .publicationHome .ph-header .phh-content .desc .wysiwyg {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .publicationHome .publications-list {
    gap: 30px;
    flex-direction: column;
  }
  .publicationHome .publications-list .p-type {
    width: 100%;
  }
  .publicationHome .publications-list .p-type .type-item {
    position: relative;
    padding-bottom: 30px;
  }
  .publicationHome .publications-list .p-type .type-item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    height: 1px;
    width: 30px;
    left: 0;
    bottom: 0;
  }
  .publicationHome .publications-list .p-new {
    width: 100%;
  }
  .publicationHome .publications-list .p-new .card-ressource-list .cr-title {
    border-bottom: 1px solid #CDC8BA;
  }
}
@media (max-width: 767.98px) {
  .publicationHome .publications-list {
    gap: 35px;
    margin-top: 30px;
  }
  .publicationHome .publications-list .p-type {
    padding: 30px 20px 40px;
    gap: 35px;
  }
  .publicationHome .publications-list .p-type .title {
    margin-bottom: 10px;
  }
  .publicationHome .publications-list .p-type .type-item {
    padding-bottom: 0;
  }
  .publicationHome .publications-list .p-type .type-item .desc {
    font-size: 15px;
    line-height: 22px;
  }
  .publicationHome .publications-list .p-type .type-item:not(:last-child):after {
    content: none;
  }
  .publicationHome .publications-list .p-new .card-ressource-list .cr-title {
    border-bottom: 1px solid #CDC8BA;
  }
  .publicationHome .publications-list .p-new .card-ressource-list .card-ressource:not(:first-of-type) {
    border-top: 1px solid #CDC8BA;
  }
}
.slider-member {
  overflow: hidden;
}
.slider-member .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px 0 25px;
  border-top: 1px solid #222222;
}
.slider-member h2 {
  font-family: "Gotham-Book", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  width: 200px;
}
@media (max-width: 767.98px) {
  .slider-member h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.slider-member .slider {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.slider-member .slider:not(.is-loaded) {
  opacity: 0;
}
.slider-member .slider .slide {
  display: flex;
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  .slider-member .slider .slide {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .slider-member .slider .slide {
    justify-content: flex-start;
  }
}
.slider-member .slider .slide a {
  display: block;
}
.slider-member .slider .slide img {
  max-width: 140px;
  max-height: 60px;
  height: auto;
}
.slider-member .slider .slick-track {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-member .footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.slider-member .footer .s-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.slider-member .footer .pagination {
  display: grid;
  grid-template-columns: auto 139px;
  margin-top: 20px;
  width: 100%;
}
.slider-member .footer .s-dots {
  margin: auto 0;
}
.slider-member .footer .s-dots .slick-dots {
  background-color: #222222;
  height: 1px;
  width: 100%;
  position: relative;
  display: flex;
}
.slider-member .footer .s-dots .slick-dots li {
  display: none;
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
}
.slider-member .footer .s-dots .slick-dots li:after {
  content: "";
  display: "inline";
  position: absolute;
  height: 5px;
  background-color: transparent;
  width: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.slider-member .footer .s-dots .slick-dots li.slick-active:after {
  -webkit-animation: 6s linear fill-slide-red;
          animation: 6s linear fill-slide-red;
  width: 100%;
}
.slider-member .footer .s-dots button {
  text-indent: -9999px;
}
.slider-member .footer .s-arrows {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.slider-member .footer .s-arrows button {
  background: none;
  color: #F23540;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.slider-member .footer .s-arrows button svg {
  width: 50px;
  height: 50px;
}
.slider-member .footer .s-arrows button svg circle {
  stroke-width: 1px;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.slider-member .footer .s-arrows button svg path {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.slider-member .footer .s-arrows button:hover {
  color: #fff;
}
.slider-member .footer .s-arrows button:hover svg circle {
  fill: #F23540;
}
.slider-member .footer .s-arrows button:hover svg path {
  fill: #fff;
}

@media (max-width: 767.98px) {
  .slider-member .title h2 {
    width: 100%;
  }
  .slider-member .inner {
    flex-direction: column;
    gap: 15px;
    border-top-color: #222222;
    border-bottom: 1px solid #222222;
  }
  .slider-member .inner .slider {
    width: 100vw;
    padding: 0;
    overflow: visible;
  }
  .slider-member .inner .slider .slide {
    padding: 0 15px;
  }
  .slider-member .inner .slider .slide img {
    max-width: none;
    width: 100%;
  }
  .slider-member .footer {
    display: none;
  }
}
@-webkit-keyframes fill-slide-red {
  from {
    width: 0;
    background-color: #F23540;
  }
  to {
    width: 100%;
    background-color: #F23540;
  }
}
@keyframes fill-slide-red {
  from {
    width: 0;
    background-color: #F23540;
  }
  to {
    width: 100%;
    background-color: #F23540;
  }
}
.slider-event {
  background-color: #131026;
  padding: 100px 0;
  color: #fff;
  overflow: hidden;
  position: relative;
  min-height: 500px;
}
@media (max-width: 991.98px) {
  .slider-event {
    padding: 80px 0;
  }
  .slider-event .evslider-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .slider-event .evslider-container {
    max-width: 540px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .slider-event .evslider-container {
    max-width: 720px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .slider-event .evslider-container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .slider-event .evslider-container {
    max-width: 1152px;
  }
}
@media (max-width: 991.98px) and (min-width: 1360px) {
  .slider-event .evslider-container {
    max-width: 1350px;
  }
}
@media (max-width: 991.98px) and (min-width: 2100px) {
  .slider-event .evslider-container {
    max-width: 1600px;
  }
}
@media (max-width: 767.98px) {
  .slider-event {
    padding: 30px 0 40px;
  }
  .slider-event .evslider-container {
    padding: 0;
    max-width: none;
  }
}
@media (max-width: 575.98px) {
  .slider-event .evslider-container {
    margin: auto;
    padding: 0;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .slider-event .evslider-box {
    position: relative;
    min-width: 0;
    min-height: 0;
    -webkit-clip-path: polygon(0 0, 200% 0, 200% 100%, 0 100%);
            clip-path: polygon(0 0, 200% 0, 200% 100%, 0 100%);
  }
}
.slider-event .inner {
  display: flex;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .slider-event .inner {
    width: 100%;
    flex-direction: column;
    gap: 60px;
  }
}
@media (max-width: 767.98px) {
  .slider-event .inner {
    gap: 30px;
  }
}
.slider-event .inner .se-title {
  max-width: 25%;
  flex: 0 0 25%;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .slider-event .inner .se-title {
    max-width: 100%;
    gap: 60px;
  }
}
.slider-event .inner .se-title h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .slider-event .inner .se-title h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.slider-event .inner .se-title .btn {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .slider-event .inner .slider-cnt {
    max-width: 186px;
  }
}
.slider-event .inner .evslider-box {
  flex: auto;
}
.slider-event .slick-list {
  overflow: visible;
}
@media (min-width: 576px) {
  .slider-event .slick-list {
    margin: 0 -20px 0 -20px;
  }
}
@media (max-width: 991.98px) {
  .slider-event .slick-list {
    display: flex;
  }
  .slider-event .slick-list .slick-track {
    display: flex;
  }
}
.slider-event .slick-list .slick-track .slick-slide {
  padding: 0 8px;
}
.slider-event .evslider {
  min-height: 0;
  min-width: 0;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.slider-event .evslider:not(.is-loaded) {
  opacity: 0;
}
.slider-event .evslider .card-event .content .c-left {
  width: 250px;
}
.slider-event .evslider .card-event .content .c-left .img-container {
  width: 250px;
  height: 250px;
}
@media (max-width: 991.98px) {
  .slider-event .evslider {
    width: 100%;
  }
  .slider-event .evslider .card-event .content {
    flex-direction: column;
    gap: 40px;
  }
  .slider-event .evslider .card-event .content .c-left {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .slider-event .evslider {
    width: 100%;
  }
  .slider-event .evslider .card-event {
    height: 100%;
  }
  .slider-event .evslider .card-event .content {
    flex-direction: column;
    gap: 40px;
  }
  .slider-event .evslider .card-event .content .c-left {
    width: 100%;
  }
  .slider-event .evslider .card-event .content .c-left .img-container {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
  }
}
.slider-event .inner:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #131026;
  left: 0;
  top: 0;
}
.slider-event .footer {
  display: block;
}
.slider-event .footer .f-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .slider-event .footer .f-inner {
    width: 100%;
  }
}
.slider-event .footer .pagination {
  display: grid;
  grid-template-columns: auto 139px;
  margin-top: 20px;
  width: 100%;
  padding: 20px 0px 0 0;
}
.slider-event .footer .ev-dots {
  margin-top: 20px;
}
.slider-event .footer .ev-dots .slick-dots {
  background-color: #CDC8BA;
  border: 1px solid rgba(255, 255, 255, 0.348148);
  border-left: none;
  border-right: none;
  height: 2px;
  width: 100%;
  position: relative;
  display: flex;
}
.slider-event .footer .ev-dots .slick-dots li {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  flex-grow: 1;
  flex-shrink: 1;
}
.slider-event .footer .ev-dots .slick-dots li:after {
  content: "";
  display: "inline";
  position: absolute;
  height: 5px;
  background-color: transparent;
  width: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
.slider-event .footer .ev-dots .slick-dots li.slick-active:after {
  -webkit-animation: 6s linear fill-slide-white;
          animation: 6s linear fill-slide-white;
  width: 100%;
}
.slider-event .footer .ev-dots button {
  text-indent: -9999px;
}
.slider-event .footer .ev-arrows {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.slider-event .footer .ev-arrows button {
  background: none;
  color: #fff;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.slider-event .footer .ev-arrows button svg {
  width: 50px;
  height: 50px;
}
.slider-event .footer .ev-arrows button svg circle {
  stroke-width: 1px;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  stroke: #fff;
}
.slider-event .footer .ev-arrows button svg path {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.slider-event .footer .ev-arrows button:hover {
  color: #131026;
}
.slider-event .footer .ev-arrows button:hover circle {
  fill: #fff;
  stroke: #fff;
}
@media (max-width: 767.98px) {
  .slider-event .footer {
    display: none;
  }
}
.slider-event .footer-row {
  display: flex;
  gap: 30px;
}
@media (min-width: 768px) {
  .slider-event .footer-row .footer-col {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
.slider-event .footer-row .footer-auto {
  flex: auto;
}

@-webkit-keyframes fill-slide-white {
  from {
    width: 0;
    background-color: #fff;
  }
  to {
    width: 100%;
    background-color: #fff;
  }
}

@keyframes fill-slide-white {
  from {
    width: 0;
    background-color: #fff;
  }
  to {
    width: 100%;
    background-color: #fff;
  }
}
.contactBlock .cB-header h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .contactBlock .cB-header h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.contactBlock .inner {
  background: #F23540;
  padding: 45px 30px 20px;
  color: #fff;
}
.contactBlock .inner .ctn-bdy {
  justify-content: center;
}
.contactBlock .inner .cnt-col {
  text-align: center;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .contactBlock .inner .cnt-col {
    font-size: 15px;
    line-height: 22px;
  }
}
.contactBlock .inner .ctn-title {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 10px;
}
.contactBlock .inner .ctn-info {
  margin-bottom: 40px;
}
.contactBlock .inner .ctn-info a {
  color: #fff;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .contactBlock .inner .ctn-info a:not(:disabled):not(.disabled):hover {
  color: #CDC8BA;
}
.contactBlock .inner .ctn-footer {
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-top: 20px;
}
.contactBlock .inner .ctn-footer a {
  color: #fff;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .contactBlock .inner .ctn-footer a:not(:disabled):not(.disabled):hover {
  color: #CDC8BA;
}
.contactBlock .inner .ctn-footer a svg {
  width: 24px;
  height: 24px;
}

.association-card {
  position: relative;
  height: 450px;
  padding-bottom: 20px;
  cursor: pointer;
  border: 1px solid #CDC8BA;
}
@media (max-width: 991.98px) {
  .association-card {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .association-card {
    height: auto;
  }
}
.association-card:after {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(242, 53, 64, 0.9);
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .association-card:not(:disabled):not(.disabled):hover .ac-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
html .association-card:not(:disabled):not(.disabled):hover:after {
  opacity: 1;
}
.association-card .ac-inner {
  height: 100%;
}
.association-card .ac-title {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  padding: 0 60px;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  z-index: 1;
}
.association-card .ac-title h2 {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}
.association-card .ac-title .sub-title {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 1.38px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.association-card .ac-title a {
  color: #fff;
}
.association-card .ac-title .ac-acronym {
  font-family: "Gotham", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.92px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.association-card .ac-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}
.association-card .ac-content .img-container img {
  display: block;
  margin: auto;
  width: 354px;
  height: 266px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.association-card .ac-content .logo img {
  display: block;
  margin: auto;
  height: 140px;
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.associations-row {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 114px;
}
@media (max-width: 1199.98px) {
  .associations-row {
    gap: 50px;
  }
}
@media (max-width: 991.98px) {
  .associations-row {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .associations-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .associations-row .association-col {
    max-width: 350px;
    margin: auto;
  }
}

.statistics-cta .sc-title h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .statistics-cta .sc-title h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.statistics-cta .carte-chiffre-cle-card {
  padding-right: 0;
}
@media (min-width: 992px) {
  .statistics-cta .carte-chiffre-cle-card {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
.statistics-cta .carte-chiffre-cle-card .card-row {
  width: 100%;
  flex: 0;
  margin: 0;
  display: block;
}
.statistics-cta .carte-chiffre-cle-card .card-row .card-item {
  width: 100%;
  margin-bottom: 0;
  flex: 0;
  padding: 0;
}
.statistics-cta .carte-chiffre-cle-card .card-row .card-item .card {
  border-right: 0;
  position: relative;
}
@media (min-width: 992px) {
  .statistics-cta .carte-chiffre-cle-card .card-row .card-item .card:after {
    content: "";
    display: block;
    position: absolute;
    height: calc(100% - 20px);
    width: 1px;
    background-color: #F23540;
    right: 0;
    top: 10px;
  }
}
@media (max-width: 991px) {
  .statistics-cta .carte-chiffre-cle-card .card-row .card-item .card {
    padding-bottom: 0px;
  }
}
.statistics-cta .statistics-cta-inner {
  border: 1px solid #F23540;
}
@media (max-width: 1349px) {
  .statistics-cta .statistics-cta-inner .card-title {
    font-size: 60px;
    line-height: 64px;
  }
}
@media (max-width: 1199px) {
  .statistics-cta .statistics-cta-inner .card-title {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (min-width: 992px) {
  .statistics-cta .statistics-cta-inner {
    display: flex;
  }
}
.statistics-cta .statistics-cta-inner .card {
  border: none;
}
.statistics-cta .s-cta {
  padding-left: 0;
}
@media (min-width: 992px) {
  .statistics-cta .s-cta {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
.statistics-cta .s-cta .scta-inner {
  padding: 30px 34px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.statistics-cta .s-cta .scta-inner .cta-title {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .statistics-cta .s-cta .scta-inner .cta-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.statistics-cta .s-cta .scta-inner .desc {
  margin-top: 15px;
}
.statistics-cta .s-cta .scta-inner .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
}

.my_event_slider .myes_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid #CDC8BA;
  padding-bottom: 35px;
}
.my_event_slider .myes_header h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .my_event_slider .myes_header h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.my_event_slider .message {
  margin-top: 30px;
}
.my_event_slider .my_ev_slider {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.my_event_slider .my_ev_slider.is-loaded {
  opacity: 1;
}
.my_event_slider .slick-slider .slick-slide {
  display: flex;
}
.my_event_slider .slick-slider .slick-list {
  overflow: visible;
  margin-left: -30px;
}
.my_event_slider .slick-slider .slick-track {
  display: flex;
  gap: 30px;
  padding: 30px 0;
}
.my_event_slider .ca-arrows {
  display: flex;
  gap: 25px;
  justify-content: flex-end;
}
.my_event_slider .ca-arrows:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #222222;
  margin: auto;
}
.my_event_slider .slick-arrow {
  cursor: pointer;
  color: #F23540;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.my_event_slider .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.my_event_slider .slick-arrow svg {
  width: 50px;
  height: 50px;
}
.my_event_slider .slick-arrow svg circle {
  stroke-width: 1px;
}

.info__block,
.block-user-content {
  background-color: #F8F5EE;
  padding: 30px;
  margin: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.info__block .ib-header,
.block-user-content .ib-header {
  margin-bottom: 15px;
}
.info__block .ib-header .title,
.block-user-content .ib-header .title {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.075px;
}
.info__block .ib-content .ib-sub-block,
.block-user-content .ib-content .ib-sub-block {
  padding-top: 25px;
  border-top: 1px solid #CDC8BA;
}
.info__block .ib-content .ib-sub-block .ib-sub-header,
.block-user-content .ib-content .ib-sub-block .ib-sub-header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.info__block .ib-content .ib-sub-block .ib-sub-header .title,
.block-user-content .ib-content .ib-sub-block .ib-sub-header .title {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.075px;
}
.info__block .ib-content .ib-sub-block .ib-sub-header .ib-sub-tools .btn,
.block-user-content .ib-content .ib-sub-block .ib-sub-header .ib-sub-tools .btn {
  color: #222222;
}
.info__block .ib-content .ib-sub-block .ib-sub-header .ib-sub-tools .btn:hover,
.block-user-content .ib-content .ib-sub-block .ib-sub-header .ib-sub-tools .btn:hover {
  color: #F23540;
}
.info__block .ib-content .ib-sub-block .ib-sub-header .ib-sub-tools .btn.active,
.block-user-content .ib-content .ib-sub-block .ib-sub-header .ib-sub-tools .btn.active {
  display: inline-block;
}
.info__block .ib-content .ib-sub-block .ib-sub-header .ib-sub-tools .btn.active::after, .info__block .ib-content .ib-sub-block .ib-sub-header .ib-sub-tools .btn.active::before,
.block-user-content .ib-content .ib-sub-block .ib-sub-header .ib-sub-tools .btn.active::after,
.block-user-content .ib-content .ib-sub-block .ib-sub-header .ib-sub-tools .btn.active::before {
  content: "";
  height: 2px;
  background-color: currentColor;
  width: 24px;
  margin: -2px 0;
  display: block;
}
.info__block .ib-content .ib-sub-block .ib-sub-header .ib-sub-tools .btn.active::after,
.block-user-content .ib-content .ib-sub-block .ib-sub-header .ib-sub-tools .btn.active::after {
  transform: rotate(-45deg);
}
.info__block .ib-content .ib-sub-block .ib-sub-header .ib-sub-tools .btn.active::before,
.block-user-content .ib-content .ib-sub-block .ib-sub-header .ib-sub-tools .btn.active::before {
  transform: rotate(45deg);
}
.info__block .ib-content .ib-sub-block .ib-sub-header .ib-sub-tools .btn.active svg,
.block-user-content .ib-content .ib-sub-block .ib-sub-header .ib-sub-tools .btn.active svg {
  display: none;
}
.info__block .ib-content .ligne:last-child .element .visible-value,
.block-user-content .ib-content .ligne:last-child .element .visible-value {
  margin-bottom: 0;
}
.info__block .element .hidden-value,
.block-user-content .element .hidden-value {
  padding: 10px 0;
}
.info__block .element .visible-value,
.block-user-content .element .visible-value {
  margin-bottom: 30px;
}
.info__block .element .visible-value .title,
.block-user-content .element .visible-value .title {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
.info__block .element .visible-value .logo,
.block-user-content .element .visible-value .logo {
  max-width: 125px;
  max-height: 40px;
}
.info__block .element .visible-value .content,
.block-user-content .element .visible-value .content {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .info__block .element .visible-value .content,
.block-user-content .element .visible-value .content {
    font-size: 15px;
    line-height: 22px;
  }
}
.info__block .element .visible-value .content .img-wrapper,
.block-user-content .element .visible-value .content .img-wrapper {
  width: 100px;
  height: 100px;
  background-color: #CDC8BA;
}
.info__block .element .visible-value .content .img-wrapper img,
.block-user-content .element .visible-value .content .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.account,
.organisation,
.offers {
  padding-bottom: 140px;
}

.menu-organisation {
  margin-top: -40px;
  margin-bottom: 35px;
}
.menu-organisation nav {
  display: flex;
  justify-content: center;
}
.menu-organisation nav ul {
  display: flex;
  justify-content: center;
  padding: 15px;
  gap: 40px;
}
.menu-organisation nav ul li a {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #222222;
  padding-bottom: 10px;
}
.menu-organisation nav ul li a.active {
  border-bottom: 1px solid;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
}

.listing-users {
  margin-top: 20px;
}

.block-user {
  border-bottom: 1px solid #CDC8BA;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.block-user.open .block-user-header .open-close-action a svg {
  transform: rotate(180deg);
}
.block-user .block-user-header {
  padding: 10px 0;
  align-items: center;
  margin: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  justify-content: space-between;
}
.block-user .block-user-header a {
  color: #F23540;
}
.block-user .block-user-header a:hover {
  color: #222222;
}
.block-user .block-user-header a svg {
  transition: 0.2s;
}
.block-user .block-user-header-title h2 {
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.block-user .block-user-header-action {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 35px;
}
.block-user .actions-list {
  display: flex;
  gap: 40px;
  align-items: center;
}
.block-user .actions-list .edit-action a,
.block-user .actions-list .delete-action a {
  color: #222222;
}
.block-user .actions-list .edit-action a:hover,
.block-user .actions-list .delete-action a:hover {
  color: #F23540;
}

.offers .page_title {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .offers .page_title {
    font-size: 24px;
    line-height: 32px;
  }
}
.offers .wysiwyg li {
  letter-spacing: 0;
  text-transform: none;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.offers .message .message-wrapper {
  padding: 0;
}

.header {
  transition: background 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  z-index: 1000;
  position: relative;
}
.header .header-top {
  display: flex;
  background: #352F2D;
  padding: 0 50px 0;
  justify-content: flex-end;
  position: relative;
  z-index: 9;
  height: 48px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header .header-top {
    padding: 9px 20px 15px;
  }
}
.header .header-wrapper {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  padding: 20px 40px 20px 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  background: #fff;
  z-index: 9;
}
.header .header-wrapper .header-logo {
  max-width: 121px;
}
@media (max-width: 991.98px) {
  .header .header-wrapper .header-logo {
    width: 76px;
  }
}
@media (max-width: 767.98px) {
  .header .header-wrapper {
    padding: 15px 20px;
  }
  .header .header-wrapper .header-logo {
    cursor: pointer;
    display: block;
    position: relative;
    width: 76px;
  }
  .header .header-wrapper .header-logo img {
    width: 76px;
  }
}
.header .header-wrapper .hw-right {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header .header-wrapper .hw-right {
    width: calc(100% - 140px);
    justify-content: flex-end;
  }
}
.header .header-wrapper .hw-right .main-menu {
  display: flex;
  gap: 30px;
  z-index: 9;
  align-items: center;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.header .header-wrapper .hw-right .main-menu .cta-menu {
  justify-content: center;
  border-radius: 33.5px;
  font-family: "Figtree", "Gotham", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 19px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .header .header-wrapper .hw-right .main-menu {
    gap: 15px 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .header .header-wrapper .hw-right .main-menu {
    display: none;
    left: 0;
    top: 132px;
    flex-direction: column;
    height: auto;
    background: white;
    width: 100%;
    align-items: flex-start;
    padding: 0 20px 30px;
    gap: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .header .header-wrapper .hw-right .main-menu:before {
    content: "";
    display: block;
    position: absolute;
    content: "";
    height: 7px;
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 2;
    top: -2px;
    left: 0;
  }
  .header .header-wrapper .hw-right .main-menu .cta-menu {
    width: 100%;
    margin-top: 40px;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .header .header-wrapper .hw-right .main-menu li {
    border-bottom: 1px solid rgba(205, 200, 186, 0.5);
    padding: 10px 14px;
    width: 100%;
  }
}
.header .header-wrapper .hw-right .main-menu li a {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Figtree", "Gotham", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #352F2D;
}
@media (max-width: 767.98px) {
  .header .header-wrapper .hw-right .main-menu li a {
    font-size: 15px;
    line-height: 22px;
  }
}
html .header .header-wrapper .hw-right .main-menu li a:not(:disabled):not(.disabled):hover {
  color: #F23540;
}
.header .header-wrapper .hw-right .main-menu li.has-children {
  position: relative;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  z-index: 99;
}
.header .header-wrapper .hw-right .main-menu li.has-children .has-children__item {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
@media (max-width: 991.98px) {
  .header .header-wrapper .hw-right .main-menu li.has-children .has-children__item {
    width: 100%;
    display: block;
  }
}
.header .header-wrapper .hw-right .main-menu li.has-children .has-children__item .icon {
  margin-left: 10px;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
@media (max-width: 991.98px) {
  .header .header-wrapper .hw-right .main-menu li.has-children .has-children__item .icon {
    position: absolute;
    right: 20px;
    transform: rotate(-90deg);
  }
}
.header .header-wrapper .hw-right .main-menu li.has-children .has-children__item .icon path {
  transition: fill cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .header .header-wrapper .hw-right .main-menu li.has-children .has-children__item:not(:disabled):not(.disabled):hover .icon path {
  fill: #F23540;
}
.header .header-wrapper .hw-right .main-menu li.has-children.is-active .nav-list__children {
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.header .header-wrapper .hw-right .main-menu .menu-mb {
  width: 100%;
}
.header .header-wrapper .hw-right .main-menu.is-active {
  display: flex;
}
.header .header-wrapper .hw-right .nav-list__children {
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.3));
  background: #fff;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: -30px;
  min-width: 250px;
  flex-direction: column;
  top: calc(100% + 17px);
  gap: 0;
  display: none;
  padding: 15px 30px;
}
@media (max-width: 991.98px) {
  .header .header-wrapper .hw-right .nav-list__children {
    opacity: 1;
    z-index: 9;
    width: 100%;
    box-shadow: none;
    filter: none;
    padding-top: 0;
    height: calc(100% - 132px);
    top: 132px;
    left: 0;
    overflow: scroll;
    position: fixed;
  }
  .header .header-wrapper .hw-right .nav-list__children .title_tab {
    display: block;
    padding: 20px 34px;
    border-bottom: 1px solid rgba(205, 200, 186, 0.5);
    font-weight: 500;
  }
  .header .header-wrapper .hw-right .nav-list__children .title_tab .icon {
    transform: rotate(180deg);
    display: inline-block;
    margin-left: -20px;
    margin-right: 10px;
  }
}
.header .header-wrapper .hw-right .nav-list__children li {
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  overflow: hidden;
}
.header .header-wrapper .hw-right .nav-list__children li:not(:last-of-type) {
  border-bottom: 1px solid #352F2D;
}
@media (max-width: 991.98px) {
  .header .header-wrapper .hw-right .nav-list__children li {
    padding: 10px 6px;
  }
}
.header .header-wrapper .hw-right .nav-list__children li.active, html .header .header-wrapper .hw-right .nav-list__children li:not(:disabled):not(.disabled):hover {
  background-color: #F6F1E7;
}
.header .header-wrapper .hw-right .nav-list__children li a {
  padding: 9px 0px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-family: Figtree;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #352F2D;
  letter-spacing: 0px;
}
html .header .header-wrapper .hw-right .nav-list__children li a:not(:disabled):not(.disabled):hover {
  color: #222222;
}
@media (max-width: 767.98px) {
  .header .header-wrapper .hw-right .nav-list__children li a {
    font-family: "Figtree", "Gotham", sans-serif;
    padding: 0 0px;
  }
}
.header .header-wrapper .hw-right .burger-nav {
  cursor: pointer;
  display: none;
  margin-left: 25px;
  position: relative;
}
@media (max-width: 991.98px) {
  .header .header-wrapper .hw-right .burger-nav {
    display: block;
  }
}
.header .header-wrapper .hw-right .burger-nav .burger-nav-cta {
  height: 18px;
  position: relative;
  width: 24px;
}
.header .header-wrapper .hw-right .burger-nav .burger-nav-cta span {
  background-color: #F23540;
  border-radius: 2px;
  height: 3px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  will-change: transform;
}
.header .header-wrapper .hw-right .burger-nav .burger-nav-cta span:first-child {
  top: 0;
  margin-top: 0;
  transform-origin: 2px 6px;
}
.header .header-wrapper .hw-right .burger-nav .burger-nav-cta span:last-child {
  top: auto;
  bottom: 0;
  margin-top: 0;
  transform-origin: 3px -3px;
}
.header .header-wrapper .hw-right .burger-nav .burger-nav-cta.is-open span:nth-child(1) {
  opacity: 0;
  transform: translateX(15px);
}
.header .header-wrapper .hw-right .burger-nav .burger-nav-cta.is-open span:nth-child(3) {
  opacity: 0;
  transform: translateX(-15px);
}
.header .nav-close {
  left: 0;
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}
.header .nav-close.is-open {
  display: block;
}
@media (max-width: 991.98px) {
  .header .nav-container {
    overscroll-behavior-y: auto;
    min-height: 200px;
    height: calc(100vh - 132px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    position: fixed;
    top: 132px;
    left: 0;
    display: none;
  }
  .header .nav-container.is-active {
    display: block;
  }
}
.header.sub-opened .nav-close {
  display: block;
}
@media (max-width: 991.98px) {
  .header.sub-opened .nav-close {
    display: none;
  }
}

.header-publications {
  transition: background 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  z-index: 1000;
  position: relative;
}
.header-publications .header-top {
  display: flex;
  background: #222222;
  padding: 0 30px 0 0;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
  min-height: 40px;
}
.header-publications .header-top .back-btn a {
  padding: 8px 17px;
  background-color: #F23540;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 40px;
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  transition: background 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.98px) {
  .header-publications .header-top .back-btn a {
    font-size: 12px;
    line-height: 18px;
  }
}
.header-publications .header-top .back-btn .icon {
  margin-right: 10px;
}
.header-publications .header-top .top-menu {
  height: 100%;
}
.header-publications .header-top .top-menu > ul {
  height: 100%;
  display: flex;
  gap: 23px;
}
@media (max-width: 767.98px) {
  .header-publications .header-top {
    gap: 30px;
    padding-right: 15px;
  }
  .header-publications .header-top .back-btn {
    max-width: 60%;
  }
  .header-publications .header-top .back-btn a {
    padding: 8px 8px;
    font-size: 7px;
    white-space: nowrap;
  }
  .header-publications .header-top .top-menu > ul {
    gap: 10px;
  }
  .header-publications .header-top .top-menu > ul > li > a {
    white-space: nowrap;
    font-size: 7px;
  }
  .header-publications .header-top .top-menu > ul > li > a svg {
    width: 15px;
  }
}

.footer .footer-top {
  padding: 60px 0 50px 0;
  background-color: #352F2D;
  color: #fff;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .footer .footer-top {
    text-align: center;
    padding: 40px 0 30px 0;
  }
}
.footer .footer-top .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .footer .footer-top .footer-nav {
    margin: 40px 0 0;
  }
}
.footer .footer-top .footer-nav li a {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .footer .footer-top .footer-nav li a:not(:disabled):not(.disabled):hover {
  color: #CDC8BA;
}
.footer .footer-top address {
  font-style: normal;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  line-height: 24px;
}
.footer .footer-top address strong {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
}
.footer .footer-top .footer-contact {
  line-height: 24px;
}
.footer .footer-top .footer-contact a {
  color: #fff;
  display: block;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .footer .footer-top .footer-contact a:not(:disabled):not(.disabled):hover {
  color: #CDC8BA;
}
.footer .footer-top .footer-contact a.ft-phone {
  font-weight: 600;
  margin-top: 10px;
}
.footer .footer-top .footer-contact a.ft-email {
  text-decoration: underline;
  font-style: normal;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  line-height: 24px;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .footer .footer-top .footer-contact a.ft-email:not(:disabled):not(.disabled):hover {
  text-decoration: none;
}
.footer .footer-top .f-news h5 {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-weight: 500;
}
.footer .footer-top .f-news .btn {
  margin-top: 20px;
  letter-spacing: 1.5px;
}
@media (max-width: 991.98px) {
  .footer .footer-top .f-news {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top .f-news {
    margin: 40px 35px 0;
  }
}
.footer .footer-top .f-rsociaux {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer .footer-top .f-rsociaux {
    justify-content: center;
  }
}
.footer .footer-top .f-rsociaux .fr-title {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
}
.footer .footer-top .f-rsociaux ul {
  display: flex;
  gap: 25px;
  padding-left: 25px;
  align-items: center;
}
.footer .footer-top .f-rsociaux ul a {
  color: #fff;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.footer .footer-top .f-rsociaux ul a svg path {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .footer .footer-top .f-rsociaux ul a:not(:disabled):not(.disabled):hover {
  color: #CDC8BA;
}
@media (max-width: 767.98px) {
  .footer .footer-top .footer-logo {
    margin-bottom: 13px;
  }
}
.footer .footer-bottom {
  background-color: #fff;
  padding: 20px 0;
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #222222;
}
.footer .footer-bottom ul {
  display: flex;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .footer .footer-bottom ul {
    gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.footer .footer-bottom ul li a {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  color: #222222;
}
html .footer .footer-bottom ul li a:not(:disabled):not(.disabled):hover {
  color: #F23540;
}
.footer .footer-bottom .bottom_nav {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .footer .footer-bottom .bottom_nav {
    flex-direction: column;
    text-align: center;
  }
}
.footer #newsletter-action {
  border-radius: 28px;
  background: #FFF;
  padding: 15px 40px;
  font-family: Figtree;
  font-weight: 900;
  font-style: italic;
  font-size: 18px;
  line-height: 17px;
  letter-spacing: 0%;
  text-transform: uppercase;
  font-family: "Figtree", "Gotham", sans-serif;
  color: #352F2D;
}

.sticky-cta {
  background: #F23540;
  padding: 40px 0;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateY(-110%);
  visibility: hidden;
  width: 100%;
  z-index: 9999;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sticky-cta.showing {
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 767.98px) {
  .sticky-cta.showing {
    visibility: hidden;
    display: none;
  }
}
.sticky-cta .sc__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sticky-cta .sc__content .title h3 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767.98px) {
  .sticky-cta .sc__content .title h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.sticky-cta .sc__content .scc-right {
  display: flex;
  gap: 17px;
}

@media (max-width: 991.98px) {
  .sticky-cta .sc__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .sticky-cta .sc__content .scc-right .btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 767.98px) {
  .sticky-cta {
    padding: 20px 0;
  }
  .sticky-cta .sc__content .scc-right {
    flex-direction: column;
  }
}
.menu-publication {
  position: relative;
}
@media (max-width: 767.98px) {
  .menu-publication {
    height: 60px;
  }
}
.menu-publication .mp-inner {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  display: flex;
  width: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .menu-publication .mp-inner {
    display: none;
  }
}
.menu-publication .mp-main {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
@media (max-width: 991.98px) {
  .menu-publication .mp-main {
    gap: 10px;
  }
}
.menu-publication .mp-main .title {
  height: 100%;
  display: flex;
  align-items: center;
}
.menu-publication .mp-main .title a, .menu-publication .mp-main .title > span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  padding-right: 35px;
}
@media (max-width: 991.98px) {
  .menu-publication .mp-main .title a, .menu-publication .mp-main .title > span {
    padding-right: 10px;
  }
}
.menu-publication .mp-main .title a.active, .menu-publication .mp-main .title > span.active {
  background-color: #F6F1E7;
  font-weight: 600;
  padding-left: 35px;
}
@media (max-width: 991.98px) {
  .menu-publication .mp-main .title a.active, .menu-publication .mp-main .title > span.active {
    padding-left: 10px;
  }
}
.menu-publication .mp-main .title:after {
  content: "";
  height: 28px;
  background: #CDC8BA;
  width: 1px;
  display: inline-block;
}
.menu-publication .mp-main .title a {
  cursor: pointer;
}
.menu-publication .mp-main .title.open,
.menu-publication .mp-main .title.open a {
  color: #F23540;
}
.menu-publication .mp-main ul {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  align-items: center;
  white-space: nowrap;
}
.menu-publication .mp-main ul li {
  flex: 1 1 auto;
}
.menu-publication .mp-main ul li.button-plus {
  max-width: 40px;
  flex: 0 0 40px;
}
.menu-publication .mp-main ul li.button-plus:not(.show) {
  display: none;
}
.menu-publication .mp-main ul li > a {
  display: block;
  text-align: center;
}
.menu-publication .mp-main ul li a {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  padding: 17px 0;
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
@media (max-width: 767.98px) {
  .menu-publication .mp-main ul li a {
    font-size: 15px;
    line-height: 22px;
  }
}
html .menu-publication .mp-main ul li a:not(:disabled):not(.disabled):hover {
  background-color: #F6F1E7;
}
.menu-publication .mp-main ul li a.active {
  font-weight: 600;
  background-color: #F6F1E7;
}
@media (max-width: 767.98px) {
  .menu-publication .mp-main ul li a {
    padding: 7px 0;
  }
}
.menu-publication .mp-main ul li > a {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 100px;
}
.menu-publication .mp-main ul li ul {
  display: none;
  flex-direction: column;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 60px;
  background: #fff;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.301109));
  min-width: 270px;
  right: 0;
  z-index: 9;
  padding: 15px 0;
}
.menu-publication .mp-main ul li ul.open {
  display: flex;
}
.menu-publication .mp-main ul li ul li {
  width: 100%;
  text-align: center;
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  overflow: hidden;
}
.menu-publication .mp-main ul li ul li.active, html .menu-publication .mp-main ul li ul li:not(:disabled):not(.disabled):hover {
  background-color: #F6F1E7;
}
.menu-publication .mp-main ul li ul li a {
  width: 100%;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  font-size: 15px;
  color: #222222;
  padding: 9px 30px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .menu-publication .mp-main ul li ul li a {
    font-size: 15px;
    line-height: 22px;
  }
}
html .menu-publication .mp-main ul li ul li a:not(:disabled):not(.disabled):hover {
  color: #222222;
}
.menu-publication .mp-main ul li .plus {
  flex-shrink: 0;
  height: 30px;
  position: relative;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-publication .mp-main ul li .plus > span:before, .menu-publication .mp-main ul li .plus > span:after {
  background: #000;
  content: "";
  display: block;
  height: 2px;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  width: 14px;
  margin: -2px 0;
}
.menu-publication .mp-main ul li .plus > span:after {
  transform: rotate(90deg);
}
.menu-publication .mp-main ul li .plus.open > span::before {
  transform: rotate(-45deg);
}
.menu-publication .mp-main ul li .plus.open > span:after {
  transform: rotate(45deg);
}
.menu-publication .mp-main ul li.list-name {
  color: #575454;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  flex: none;
  padding-left: 35px;
}
@media (max-width: 767.98px) {
  .menu-publication .mp-main ul li.list-name {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 991.98px) {
  .menu-publication .mp-main ul li.list-name {
    padding-left: 10px;
  }
}
.menu-publication .mp-gDossier {
  position: absolute;
  top: 62px;
  left: -16px;
  background: #fff;
  padding: 70px 70px 45px;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.301109));
  gap: 30px;
  flex-direction: column;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  display: none;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .menu-publication .mp-gDossier {
    padding: 40px 40px 45px;
    top: 0;
    left: 0;
    position: relative;
  }
}
.menu-publication .mp-gDossier.open {
  display: flex;
}
.menu-publication .mp-gDossier ul {
  display: flex;
  flex-grow: 1;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .menu-publication .mp-gDossier ul {
    flex-direction: column;
  }
}
.menu-publication .mp-gDossier ul li figure {
  width: 162px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
}
html .menu-publication .mp-gDossier ul li figure:not(:disabled):not(.disabled):hover figcaption,
html .menu-publication .mp-gDossier ul li figure:not(:disabled):not(.disabled):hover a {
  color: #F23540;
}
.menu-publication .mp-gDossier ul li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.menu-publication .mp-gDossier ul li figure a {
  display: block;
  width: 162px;
  height: 108px;
}
.menu-publication .mp-gDossier ul li figure figcaption,
.menu-publication .mp-gDossier ul li figure a {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 1.38px;
  line-height: 18px;
  text-transform: uppercase;
  color: #575454;
  cursor: pointer;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.menu-publication .mp-gDossier .cta {
  padding-top: 10px;
  border-top: 1px solid #CDC8BA;
  text-align: right;
}
html .menu-publication .mp-gDossier .cta .btn:not(:disabled):not(.disabled):hover {
  color: #222222;
}
.menu-publication .search-cta {
  float: right;
  width: 60px;
  height: 60px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 767.98px) {
  .menu-publication .search-cta {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}
.menu-publication .search-cta .icon {
  padding-left: 0;
  width: 18px;
}
.menu-publication .search-cta.s24 {
  justify-content: center;
  padding: 0;
}
.menu-publication .search-cta.s24 .icon {
  width: 24px;
}
@media (max-width: 991.98px) {
  .menu-publication > .container {
    display: none;
  }
}

.menu-publication-mobile {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 99;
  background: #fff;
  display: none;
}
.menu-publication-mobile .mp-main {
  display: flex;
  z-index: 9;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  left: 0;
  top: 132px;
  flex-direction: column;
  background: white;
  width: 100%;
  align-items: flex-start;
  padding: 0 20px 30px;
  gap: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.menu-publication-mobile .mp-main:before {
  content: "";
  display: block;
  position: absolute;
  content: "";
  height: 7px;
  width: 100%;
  position: absolute;
  background: #fff;
  z-index: 2;
  top: -2px;
  left: 0;
}
.menu-publication-mobile .mp-main ul {
  width: 100%;
}
.menu-publication-mobile .mp-main li,
.menu-publication-mobile .mp-main .has-children__item {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  color: #222222;
}
.menu-publication-mobile .mp-main li:not(.has_children),
.menu-publication-mobile .mp-main .has-children__item:not(.has_children) {
  border-bottom: 1px solid rgba(205, 200, 186, 0.5);
  padding: 10px 14px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.menu-publication-mobile .mp-main li a,
.menu-publication-mobile .mp-main .has-children__item a {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  color: #222222;
}
@media (max-width: 767.98px) {
  .menu-publication-mobile .mp-main li a,
.menu-publication-mobile .mp-main .has-children__item a {
    font-size: 15px;
    line-height: 22px;
  }
}
html .menu-publication-mobile .mp-main li a:not(:disabled):not(.disabled):hover,
html .menu-publication-mobile .mp-main .has-children__item a:not(:disabled):not(.disabled):hover {
  color: #F23540;
}
@media (max-width: 767.98px) {
  .menu-publication-mobile .mp-main li,
.menu-publication-mobile .mp-main .has-children__item {
    font-size: 15px;
    line-height: 22px;
  }
}
.menu-publication-mobile .mp-main li.has-children,
.menu-publication-mobile .mp-main .has-children__item.has-children {
  position: relative;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  z-index: 99;
}
.menu-publication-mobile .mp-main li.has-children .has-children__item,
.menu-publication-mobile .mp-main .has-children__item.has-children .has-children__item {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
@media (max-width: 767.98px) {
  .menu-publication-mobile .mp-main li.has-children .has-children__item,
.menu-publication-mobile .mp-main .has-children__item.has-children .has-children__item {
    width: 100%;
    display: block;
  }
}
.menu-publication-mobile .mp-main li.has-children .has-children__item .icon,
.menu-publication-mobile .mp-main .has-children__item.has-children .has-children__item .icon {
  margin-left: 10px;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
@media (max-width: 767.98px) {
  .menu-publication-mobile .mp-main li.has-children .has-children__item .icon,
.menu-publication-mobile .mp-main .has-children__item.has-children .has-children__item .icon {
    position: absolute;
    right: 20px;
    transform: rotate(-90deg);
  }
}
.menu-publication-mobile .mp-main li.has-children .has-children__item .icon path,
.menu-publication-mobile .mp-main .has-children__item.has-children .has-children__item .icon path {
  transition: fill cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .menu-publication-mobile .mp-main li.has-children .has-children__item:not(:disabled):not(.disabled):hover .icon path,
html .menu-publication-mobile .mp-main .has-children__item.has-children .has-children__item:not(:disabled):not(.disabled):hover .icon path {
  fill: #F23540;
}
.menu-publication-mobile .mp-main li.has-children.is-active .nav-list__children,
.menu-publication-mobile .mp-main .has-children__item.has-children.is-active .nav-list__children {
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.menu-publication-mobile .mp-main .has-children__item {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.menu-publication-mobile .mp-main .has-children__item .icon {
  margin-left: 10px;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.menu-publication-mobile .mp-main .has-children__item.is-active .icon {
  transform: rotate(-180deg);
}
.menu-publication-mobile .mp-main .children-wrapper {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  display: none;
}
.menu-publication-mobile .mp-main .children-wrapper.is-open {
  display: block;
}
.menu-publication-mobile .mp-main .menu-mb {
  width: 100%;
}
.menu-publication-mobile .mp-main.is-active {
  display: flex;
}
.menu-publication-mobile.is-open {
  display: block;
}
@media (max-width: 767.98px) {
  .menu-publication-mobile {
    display: block;
  }
}

.burger-publications {
  margin-bottom: -35px;
}
.burger-publications .burger-nav {
  cursor: pointer;
  display: none;
  position: relative;
}
@media (max-width: 767.98px) {
  .burger-publications .burger-nav {
    display: block;
  }
}
.burger-publications .burger-nav .burger-nav-cta {
  height: 18px;
  position: relative;
  width: 24px;
}
.burger-publications .burger-nav .burger-nav-cta span {
  background-color: #F23540;
  border-radius: 2px;
  height: 3px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  will-change: transform;
}
.burger-publications .burger-nav .burger-nav-cta span:first-child {
  top: 0;
  margin-top: 0;
  transform-origin: 2px 6px;
}
.burger-publications .burger-nav .burger-nav-cta span:last-child {
  top: auto;
  bottom: 0;
  margin-top: 0;
  transform-origin: 3px -3px;
}
.burger-publications .burger-nav .burger-nav-cta.is-open span:nth-child(1) {
  opacity: 0;
  transform: translateX(15px);
}
.burger-publications .burger-nav .burger-nav-cta.is-open span:nth-child(3) {
  opacity: 0;
  transform: translateX(-15px);
}

.menu-publication-flex {
  display: flex;
}
.menu-publication-flex .menu-publication-flex-content {
  flex: auto;
  padding-left: 60px;
}

.search-modal {
  background: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 100px 160px;
  z-index: 1000;
  color: #222222;
  display: none;
}
.search-modal.opened {
  display: block;
}
@media (max-width: 767.98px) {
  .search-modal {
    padding: 20px 15px;
  }
}
.search-modal .sm-title h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 48px;
}
@media (max-width: 767.98px) {
  .search-modal .sm-title h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.search-modal .sm-header {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .search-modal .sm-header {
    flex-direction: column;
  }
}
.search-modal .sm-header .custom-search {
  width: 450px;
  border-color: #CDC8BA;
}
@media (max-width: 767.98px) {
  .search-modal .sm-header .custom-search {
    width: 100%;
  }
}
.search-modal .sm-header .custom-search input[type=search] {
  color: #222222;
  height: 45px;
}
.search-modal .sm-header .custom-search input[type=search]::-webkit-input-placeholder, .search-modal .sm-header .custom-search input[type=search]::-moz-placeholder, .search-modal .sm-header .custom-search input[type=search]:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.6) !important;
}
.search-modal .sm-header .btn {
  text-transform: initial;
  font-size: 16px;
  border-radius: 4px;
}
.search-modal .search-inputs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 50px 100px;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .search-modal .search-inputs {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
}
@media (max-width: 575.98px) {
  .search-modal .search-inputs {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.search-modal .search-inputs > div {
  flex: 1 1 80px;
}
.search-modal .search-inputs .item-option .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.search-modal .search-inputs .item-option h3 {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .search-modal .search-inputs .item-option h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.search-modal .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
  color: #F23540;
}

.filter-member .fm-header {
  margin-bottom: 50px;
}
.filter-member .fm-header h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .filter-member .fm-header h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.filter-member .fm-header .fmh-input {
  justify-content: space-between;
}
.filter-member .fm-header .fmh-input form {
  display: flex;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .filter-member .fm-header .fmh-input form {
    gap: 8px;
  }
}
.filter-member .fm-header .fmh-input .custom-search {
  border-color: #CDC8BA;
  width: 451px;
}
@media (max-width: 767.98px) {
  .filter-member .fm-header .fmh-input .custom-search {
    width: calc(100% - 48px);
    padding-left: 13px;
  }
  .filter-member .fm-header .fmh-input .custom-search .search-cta svg {
    height: 20px;
    width: 20px;
  }
}
.filter-member .fm-header .fmh-input .custom-search svg path {
  fill: #F23540;
}
.filter-member .fm-header .fmh-input .custom-search input[type=search] {
  color: #222222;
  font-size: 16px;
  line-height: 24px;
}
.filter-member .fm-header .fmh-input .custom-search input[type=search]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
  font-size: 16px;
  line-height: 24px;
}
.filter-member .fm-header .fmh-input .custom-search input[type=search]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
  font-size: 16px;
  line-height: 24px;
}
.filter-member .fm-header .fmh-input .custom-search input[type=search]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .filter-member .fm-header .fmh-input .custom-search input[type=search] {
    height: 38px;
  }
  .filter-member .fm-header .fmh-input .custom-search input[type=search]::-webkit-input-placeholder {
    font-size: 14px;
  }
  .filter-member .fm-header .fmh-input .custom-search input[type=search]::-moz-placeholder {
    font-size: 14px;
  }
  .filter-member .fm-header .fmh-input .custom-search input[type=search]:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .filter-member .fm-header .fmh-input .btn {
    height: 40px;
    width: 40px;
    padding: 13px 19px 13px 19px;
    justify-content: center;
  }
}
.filter-member .fm-header .fmh-input .btn.with-icon .label {
  display: none;
}
.filter-member .fm-header .fmh-input .btn.with-icon .icon {
  padding-left: 0;
}
@media (min-width: 768px) {
  .filter-member .fm-header .fmh-input .btn.with-icon .icon {
    display: none;
  }
  .filter-member .fm-header .fmh-input .btn.with-icon .label {
    display: block;
  }
}
.filter-member .fm-header .reset-filter {
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .filter-member .fm-header .reset-filter {
    margin: 15px 20px 0;
  }
}
.filter-member .fm-header .reset-filter.show {
  display: flex;
}
.filter-member .fm-header .reset-filter a {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1.38px;
  color: #F23540;
  display: flex;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .filter-member .fm-header .reset-filter a {
    font-size: 12px;
    line-height: 18px;
  }
}

.filter-res-txt .frt-inner {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
  border-bottom: 1px solid #CDC8BA;
  margin: 0 15px;
  padding-bottom: 12px;
}
@media (max-width: 767.98px) {
  .filter-res-txt .frt-inner {
    gap: 20px;
  }
}
.filter-res-txt .frt-txt {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Gotham-Book", sans-serif;
}
.filter-res-txt .filter-res-txt {
  margin-top: -30px;
}
.filter-res-txt .list-tags ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
.filter-res-txt .list-tags ul li {
  display: flex;
  align-items: center;
  border: 1px solid rgba(205, 200, 186, 0.5);
  border-radius: 20px;
  color: #222222;
  padding: 8px 10px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  line-height: 20px;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.filter-res-txt .list-tags ul li .delete-filt {
  background: #F23540;
  border-radius: 50%;
  color: #fff;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.filter-res-txt .list-tags ul li .delete-filt svg {
  width: 9px;
  display: block;
  margin: auto;
}
html .filter-res-txt .list-tags ul li:not(:disabled):not(.disabled):hover .delete-filt {
  background: #222222;
}

.associate-members {
  margin-top: 30px;
}
.associate-members .grid-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 991.98px) {
  .associate-members .grid-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .associate-members .grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .associate-members .grid-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.associate-members h3 {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  font-weight: 500;
  letter-spacing: -0.1px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .associate-members h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

.member-item {
  padding: 20px 20px 0;
  border: 1px solid #CDC8BA;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  position: relative;
  min-height: 370px;
}
@media (max-width: 991.98px) {
  .member-item {
    min-height: auto;
  }
}
.member-item.js-block-link {
  cursor: pointer;
}
.member-item.js-block-link:hover {
  box-shadow: 0 0 0 2px #222222;
  border-color: transparent;
}
.member-item .logo {
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
}
.member-item .logo img {
  width: 100%;
  height: auto;
}
.member-item .bdy {
  text-align: center;
  width: 100%;
  word-break: break-word;
}
.member-item .bdy .name {
  font-size: 18px;
  line-height: 24px;
}
.member-item .bdy .name,
.member-item .bdy .name a {
  color: #222222;
}
.member-item .bdy .desc {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 15px;
}
.member-item .footer {
  position: relative;
  padding: 27px 0 27px;
  text-align: center;
  width: 100%;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 1.38px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #575454;
  margin-top: 45px;
}
.member-item .footer:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #CDC8BA;
  top: 0;
}
.member-item .over_link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  text-indent: -9999px;
}

.all-members {
  margin-top: 30px;
}
.all-members .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.all-members h3 {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  font-weight: 500;
  letter-spacing: -0.1px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .all-members h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

.member-item-list {
  padding: 40px 24px;
  box-shadow: 0 0 0 1px #CDC8BA;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  position: relative;
}
.member-item-list.js-block-link {
  cursor: pointer;
}
.member-item-list.js-block-link:hover {
  box-shadow: 0 0 0 2px #222222;
  border-color: transparent;
}
.member-item-list.is-gold {
  box-shadow: 0 0 0 2px #F23540;
}
.member-item-list .bdy {
  width: 100%;
  align-items: center;
}
.member-item-list .bdy .name,
.member-item-list .bdy .name a {
  color: #222222;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.member-item-list .bdy .desc {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.member-item-list .bdy .sector {
  position: relative;
  padding: 10px 0;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 1.38px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.27px;
  color: #575454;
}
.member-item-list .over_link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  text-indent: -9999px;
}

.search-tab {
  position: relative;
  color: #575454;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .search-tab {
    font-size: 15px;
    line-height: 22px;
  }
}
.search-tab .tab-inner {
  width: 100%;
}
@media (max-width: 767.98px) {
  .search-tab .tab-inner {
    width: auto;
  }
}
.search-tab ul {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #222222;
}
.search-tab ul li {
  position: relative;
  cursor: pointer;
  min-width: 170px;
  text-align: center;
  padding: 13px 20px;
  letter-spacing: 0.1px;
  color: #222222;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .search-tab ul li {
    font-size: 14px;
    line-height: 20px;
    min-width: auto;
    padding: 13px 10px;
  }
}
.search-tab ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 5px;
  left: 0;
  bottom: -1px;
  background-color: #F23540;
  will-change: width;
  transition: width cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.search-tab ul li.active, .search-tab ul li:hover {
  font-weight: 500;
  color: #222222;
}
.search-tab ul li.active:before, .search-tab ul li:hover:before {
  width: 100%;
}
.search-tab .tab {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-tab .tab:not(.is-open) {
  display: none;
}
.search-tab .tab .form_filter {
  flex-grow: 1;
}

.ad-filter {
  padding: 24px 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.ad-filter .af-header {
  position: absolute;
  text-align: center;
  top: 20px;
}
@media (max-width: 767.98px) {
  .ad-filter .af-header {
    position: relative;
    margin-bottom: 40px;
  }
}
.ad-filter .af-wrapper {
  display: none;
}
@media (max-width: 767.98px) {
  .ad-filter .af-wrapper.dk-only {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .ad-filter .af-wrapper {
    display: block;
  }
}
.ad-filter .arrow-filter {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
@media (max-width: 767.98px) {
  .ad-filter .arrow-filter {
    display: none;
  }
}
.ad-filter.is-open {
  border: solid #222222;
  border-width: 0 1px 1px;
}
.ad-filter.is-open .af-header .arrow-filter {
  transform: rotate(180deg);
}
.ad-filter.is-open .af-wrapper {
  display: block;
  margin-top: 30px;
}
.ad-filter .af-btn {
  background: none;
  border: none;
  color: #F23540;
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  height: 24px;
  margin: auto;
}
@media (max-width: 767.98px) {
  .ad-filter .af-btn {
    font-size: 12px;
    line-height: 18px;
  }
}
.ad-filter .af-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  padding-top: 25px;
  padding-bottom: 40px;
}
.ad-filter .af-content .item-option .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.ad-filter .af-content .item-option .list .entry-checkbox .checkbox-text {
  color: #222222;
}
.ad-filter .af-content .item-option h3 {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 24px;
  color: #222222;
}
.ad-filter .af-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.pagination-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.pagination-list ul li,
.pagination-list ul li a,
.pagination-list ul li span {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .pagination-list ul li,
.pagination-list ul li a,
.pagination-list ul li span {
    font-size: 15px;
    line-height: 22px;
  }
}
.pagination-list ul li:not(.arrow-nav),
.pagination-list ul li a:not(.arrow-nav),
.pagination-list ul li span:not(.arrow-nav) {
  color: #222222;
}
.pagination-list ul li.active,
.pagination-list ul li.active a,
.pagination-list ul li.active span {
  font-family: "Gotham", sans-serif;
  font-weight: 600;
}
.pagination-list ul li.disable .arrow-nav {
  opacity: 0.3;
  cursor: none;
}
.pagination-list ul li .arrow-nav span {
  color: #F23540;
}

.popup-info {
  border: 1px solid #F23540;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  background: #fff;
  padding: 30px 25px;
  position: absolute;
  max-width: 400px;
  z-index: 9;
  display: none;
}
@media (max-width: 767.98px) {
  .popup-info {
    padding: 15px 10px;
    width: auto;
  }
}
.popup-info .close-popup {
  margin-right: -18px;
  margin-top: -22px;
  float: right;
  cursor: pointer;
}
.popup-info .close-popup:hover {
  color: #F23540;
}
.popup-info .close-popup svg {
  width: 12px;
}
.popup-info.show {
  display: block;
}

.with-info {
  display: inline-block;
}
.with-info * {
  pointer-events: none;
}

.rest.loading {
  min-height: 400px;
  position: relative;
}
.rest.loading:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}

.member-page {
  font-family: "Figtree", "Gotham", sans-serif;
  color: #352F2D;
}
.member-page .testimonials-arrows {
  position: absolute;
  top: 50%;
  display: flex;
  width: calc(100% + 100px);
  margin-left: -50px;
  justify-content: space-between;
  left: 0;
  z-index: 0;
  transform: translateY(-50%);
}
.member-page .testimonials-arrows .slick-arrow {
  background-color: transparent;
}
.member-page .hero {
  margin-bottom: 90px;
}
.member-page .carte-chiffre-cle {
  margin-bottom: 45px;
}
.member-page .section-temoniage, .member-page .list-info {
  margin: 80px 0;
}
.member-page .nos-membre {
  margin: 70px 0 100px;
}
.member-page .box-cta {
  margin: 70px 0;
}
.member-page .button-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.member-page .button-row .button {
  border-radius: 34px;
  font-weight: 900;
  font-style: italic;
  font-size: 19px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background: #F23540;
  color: #FFF;
  padding: 15px 45px;
}
.member-page .privileges h2 {
  font-weight: 900;
  font-style: italic;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 95px;
  color: #F23540;
  width: 675px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .member-page .privileges h2 {
    font-size: 46px;
    line-height: 48px;
  }
}
.member-page .privileges .privileges-list {
  display: flex;
  flex-wrap: wrap;
}
.member-page .privileges .privileges-list .privilege-item {
  width: 33.3333333333%;
  aspect-ratio: 1.2/1;
}
@media (max-width: 991.98px) {
  .member-page .privileges .privileges-list .privilege-item {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .member-page .privileges .privileges-list .privilege-item {
    width: 100%;
  }
}
.member-page .privileges .privileges-list .privilege-item:nth-child(odd) {
  background-color: #A81E2E;
}
.member-page .privileges .privileges-list .privilege-item:nth-child(odd) .front, .member-page .privileges .privileges-list .privilege-item:nth-child(odd) .back {
  background-color: #A81E2E;
}
.member-page .privileges .privileges-list .privilege-item:nth-child(even) {
  background-color: #F23540;
}
.member-page .privileges .privileges-list .privilege-item:nth-child(even) .front, .member-page .privileges .privileges-list .privilege-item:nth-child(even) .back {
  background-color: #F23540;
}
.member-page .privileges .privileges-list .privilege-item .privilege-item-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.member-page .privileges .privileges-list .privilege-item .privilege-item-wrapper .front, .member-page .privileges .privileges-list .privilege-item .privilege-item-wrapper .back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.member-page .privileges .privileges-list .privilege-item .privilege-item-wrapper .back {
  transform: rotateY(180deg);
}
.member-page .privileges .privileges-list .privilege-item:hover .privilege-item-wrapper {
  transform: rotateY(180deg);
}
.member-page .privileges .privileges-list .privilege-item .image {
  margin-bottom: 40px;
  max-width: 160px;
  max-height: 160px;
}
.member-page .privileges .privileges-list .privilege-item .title {
  font-weight: 900;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 22px;
  color: #FFF;
}
.member-page .privileges .privileges-list .privilege-item .text {
  color: #FFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: center;
}
.member-page .why-us {
  padding-top: 140px;
  padding-bottom: 154px;
}
.member-page .why-us h2 {
  color: #F23540;
  font-weight: 900;
  font-style: italic;
  font-size: 78px;
  line-height: 74px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 85px;
}
@media (max-width: 991.98px) {
  .member-page .why-us h2 {
    font-size: 46px;
    line-height: 48px;
  }
}
.member-page .why-us .list {
  display: flex;
  flex-direction: column;
}
.member-page .why-us .list .item {
  padding: 95px 10px;
  border-bottom: 1px solid #352F2D;
}
.member-page .why-us .list .item:first-child {
  padding-top: 0;
}
.member-page .why-us .list .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.member-page .why-us .list .item .image {
  text-align: center;
  margin-bottom: 15px;
  max-width: 100%;
}
.member-page .why-us .list .item .image img {
  max-width: 100%;
}
.member-page .why-us .list .item .title {
  color: #352F2D;
  font-weight: 900;
  font-style: italic;
  font-size: 43px;
  line-height: 43px;
  letter-spacing: -0.33px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}
.member-page .why-us .list .item .content {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 991.98px) {
  .member-page .why-us .list .item .content {
    flex-wrap: wrap;
  }
}
.member-page .why-us .list .item .content .text {
  max-width: 575px;
}
.member-page .why-us .list .item .content .text .text_title {
  color: #352F2D;
  font-weight: 800;
  font-style: italic;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 22px;
}
.member-page .why-us .list .item .content .text .text_content {
  color: #352F2D;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: center;
}
.member-page .why-us .list .item .content .links .links_title {
  color: #352F2D;
  font-weight: 800;
  font-style: italic;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 22px;
}
.member-page .why-us .list .item .content .links .button-row {
  gap: 14px;
  flex-wrap: wrap;
}
.member-page .why-us .list .item .content .links .button-row .button {
  background-color: #A81E2E;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  padding: 11.5px 27px;
}
.member-page .statistics-blocks-2 {
  padding-top: 142px;
  padding-bottom: 130px;
}
.member-page .horizontal-background-bottom-black {
  background-color: #352F2D;
  width: 100%;
}
.member-page .horizontal-background-bottom-black img {
  width: 100%;
  margin-bottom: -20px;
}
.member-page .testimonials {
  margin-bottom: 105px;
}
.member-page .testimonials .container {
  position: relative;
}
@media (max-width: 991.98px) {
  .member-page .testimonials {
    margin-top: 105px;
  }
}
.member-page .testimonials .testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.member-page .testimonials .testimonial-wrapper .testimonial-content {
  display: flex;
  width: 546px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.member-page .testimonials .testimonial-wrapper .left-icon {
  margin-right: 9px;
  width: 57px;
}
.member-page .testimonials .testimonial-wrapper .left-icon.has-image svg {
  margin-top: 119px;
}
.member-page .testimonials .testimonial-wrapper .right-icon {
  margin-left: 30px;
  width: 57px;
  display: flex;
  align-items: end;
}
.member-page .testimonials .testimonial-wrapper .right-icon.has-image svg {
  margin-bottom: 25px;
}
.member-page .testimonials .testimonial-wrapper .content {
  width: 393px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.member-page .testimonials .testimonial-wrapper .content .image {
  width: 146px;
  aspect-ratio: 1/1;
  margin-bottom: 25px;
}
.member-page .testimonials .testimonial-wrapper .content .image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.member-page .testimonials .testimonial-wrapper .content .text {
  color: #F23540;
  font-family: "Figtree", "Gotham", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 28px;
  line-height: 29px;
  letter-spacing: -0.08px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .member-page .testimonials .testimonial-wrapper .content .text {
    font-size: 24px;
    line-height: 26px;
  }
}
.member-page .testimonials .testimonial-wrapper .content .author, .member-page .testimonials .testimonial-wrapper .content .tags {
  font-family: "Figtree", "Gotham", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  color: #352F2D;
}
.member-page .subscriptions {
  background: #352F2D;
  padding-top: 124px;
}
.member-page .subscriptions .container h2 {
  font-weight: 900;
  font-style: italic;
  font-size: 78px;
  line-height: 74px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 28px;
}
@media (max-width: 991.98px) {
  .member-page .subscriptions .container h2 {
    font-size: 46px;
    line-height: 48px;
  }
}
.member-page .subscriptions .container > .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  color: #FFF;
  margin-bottom: 90px;
}
.member-page .subscriptions .container .list {
  display: flex;
  gap: 62px 23px;
  flex-wrap: wrap;
  padding-bottom: 142px;
}
.member-page .subscriptions .container .list .item {
  width: calc(25% - 17.25px);
  border-radius: 40px;
  background-color: #FFF;
  color: #352F2D;
  height: 615px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .member-page .subscriptions .container .list .item {
    width: calc(50% - 11.5px);
  }
}
@media (max-width: 767.98px) {
  .member-page .subscriptions .container .list .item {
    width: 100%;
  }
}
.member-page .subscriptions .container .list .item .top {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 5px;
}
.member-page .subscriptions .container .list .item .top .type {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}
.member-page .subscriptions .container .list .item .top .title {
  font-weight: 900;
  font-style: italic;
  font-size: 28px;
  line-height: 29px;
  letter-spacing: -0.08px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.member-page .subscriptions .container .list .item .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  padding: 0 25px;
}
.member-page .subscriptions .container .list .item .bottom {
  margin-top: auto;
  padding: 0 25px 21px;
}
.member-page .subscriptions .container .list .item .bottom .price {
  margin-bottom: 31px;
}
.member-page .subscriptions .container .list .item .bottom .price .from {
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 5px;
}
.member-page .subscriptions .container .list .item .bottom .price .value {
  height: 53px;
  font-weight: 900;
  font-style: italic;
  font-size: 28px;
  line-height: 29px;
  letter-spacing: -0.08px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  width: 100%;
  border-top: 2px solid #352F2D;
  border-bottom: 2px solid #352F2D;
}
.member-page .subscriptions .container .list .item .bottom .button-row .button {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  text-transform: none;
}
.member-page .subscriptions .container .list .item .bottom .button-row .button:hover {
  background-color: #A81E2E;
}
.member-page .faq {
  background-color: #A81E2E;
}
.member-page .faq .faq_inner h2 {
  font-weight: 900;
  font-style: italic;
  font-size: 45px;
  line-height: 46px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #FFF;
  width: 275px;
  max-width: 100%;
}
.member-page .faq .faq_inner h2::before {
  display: none;
}
.member-page .faq .faq_inner .drawer-item {
  border-bottom: 1px solid #FFF;
}
.member-page .faq .faq_inner .drawer-item .title-wrapper h3 {
  font-family: "Figtree", "Gotham", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 63px;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .member-page .faq .faq_inner .drawer-item .title-wrapper h3 {
    line-height: 1.2;
  }
}
.member-page .faq .faq_inner .drawer-item .title-wrapper:hover h3 {
  color: #FFF;
}
.member-page .faq .faq_inner .drawer-item .wysiwyg p {
  font-family: "Figtree", "Gotham", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.member-page .faq .faq_inner .drawer-item .arrow-down {
  color: #FFF;
}
.member-page .criteres-section {
  color: #FFF;
}
.member-page .criteres-section .container {
  background: #A81E2E;
  border-radius: 30px;
  padding: 50px;
}
.member-page .criteres-section .container h2 {
  font-weight: 900;
  font-style: italic;
  font-size: 28px;
  line-height: 29px;
  letter-spacing: -0.08px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
}
.member-page .criteres-section .container .critere {
  display: flex;
  gap: 7px;
}
.member-page .criteres-section .container .critere .critere-title {
  font-family: "Figtree", "Gotham", sans-serif;
  color: #FFF;
  font-weight: 800;
  font-style: italic;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-align: left;
}
.member-page .criteres-section .container .owl-nav .owl-prev {
  color: #FFF;
}

.page-nous-joindre .hero {
  margin-bottom: 75px;
}
.page-nous-joindre .section-form {
  margin-bottom: 106px;
}
.page-nous-joindre .section-form .form-row {
  max-width: 588px;
}
.page-nous-joindre .box-cta {
  margin-bottom: 73px;
  padding: 0.1px;
}
.page-nous-joindre .section-association {
  margin-bottom: 88px;
}
.page-nous-joindre .section-association .intro .intro-description {
  margin-bottom: 30px;
}
@media (min-width: 1291px) {
  .page-nous-joindre .association-logos {
    margin: 0;
    gap: 60px;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1291px) {
  .page-nous-joindre .association-logos .association-logo {
    margin: 0;
    max-width: 165px;
    padding: 0;
  }
}
.page-nous-joindre .association-logos .association-logo img {
  height: 90px;
}
@media (max-width: 991.98px) {
  .page-nous-joindre .hero {
    margin-bottom: 40px;
  }
  .page-nous-joindre .section-form {
    margin-bottom: 74px;
  }
  .page-nous-joindre .box-cta {
    margin-bottom: 57px;
  }
  .page-nous-joindre .section-association {
    margin-bottom: 74px;
  }
}

.industry-page .intro-two, .industry-page .carte-chiffre-cle {
  margin-bottom: 50px;
}
.industry-page .carousel_artical, .industry-page .box-cta {
  margin: 100px 0;
}

.page-flexible > .box-cta, .page-flexible > .equipes, .page-flexible > .faq, .page-flexible > .carte-chiffre-cle, .page-flexible > .message, .page-flexible > .tiroirs-items, .page-flexible > .section-temoniage, .page-flexible > .linksList, .page-flexible > .section-media, .page-flexible > .new-section, .page-flexible > .intro-two, .page-flexible > .bloc-wysiwyg, .page-flexible > .hero {
  margin: 0;
  margin-bottom: 70px;
}
.page-flexible > .linksList {
  padding: 0;
}
.page-flexible .ns-title {
  color: #000;
}

.media-page {
  padding-bottom: 40px;
}
.media-page .equipes {
  margin-top: 80px;
}
.media-page .card-ressource-list {
  margin: 80px 0;
}
.media-page .card-ressource-list:last-of-type {
  margin-bottom: 100px;
}
.media-page .equipes .equipe-item > .row > .col-sm-4 {
  flex: 0 0 14%;
  max-width: 14%;
}
.media-page .equipes .equipe-item img.equipe-logo {
  width: 75px;
  height: 75px;
}

@media (max-width: 767.98px) {
  .media-page {
    padding-bottom: 40px;
  }
  .media-page .equipes {
    margin-top: 70px;
  }
  .media-page .card-ressource-list {
    margin: 60px 0;
  }
  .media-page .card-ressource-list:last-of-type {
    margin-bottom: 60px;
  }
}
.main-dashboard .section-bloc-card-resource .cr-title {
  border-bottom: solid 1px #CDC8BA;
}
.main-dashboard .section-bloc-card-resource .cr-title h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.main-dashboard .section-bloc-card-resource .card-ressource {
  border-top: none;
}
.main-dashboard .section-hero-member {
  margin-top: 70px;
  margin-bottom: 50px;
}
.main-dashboard .menu-publication {
  margin-bottom: 70px;
}
.main-dashboard .dashboard-title {
  font-family: "Gotham", sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .main-dashboard .dashboard-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .main-dashboard .dashboard-title {
    margin-bottom: 30px;
  }
}
.main-dashboard .section-ctas .box-devenir-membre {
  padding: 65px 56px 42px 66px;
  height: 100%;
}
.main-dashboard .section-ctas .box-devenir-membre .intro {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main-dashboard .section-ctas .box-devenir-membre .intro .intro-content {
  flex: 1 0 0;
}
@media (max-width: 767.98px) {
  .main-dashboard .section-ctas .box_wrapper {
    margin-bottom: 40px;
  }
}
.main-dashboard > .message {
  margin-bottom: 70px;
}
.main-dashboard > .events {
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .main-dashboard > .events {
    padding-bottom: 60px;
  }
}
.main-dashboard > .events .message .message-wrapper {
  padding: 0;
}
.main-dashboard > .section-bloc-card-resource {
  margin-bottom: 80px;
}
.main-dashboard > .section-ctas {
  margin-bottom: 88px;
}
@media (max-width: 767.98px) {
  .main-dashboard > .section-ctas {
    margin-bottom: 40px;
  }
}
.main-dashboard .organisation-members {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .main-dashboard .organisation-members {
    padding-bottom: 60px;
  }
}
.main-dashboard .organisation-members .btn-add-area {
  margin-bottom: 30px;
}

.reading_list {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .reading_list {
    padding-bottom: 60px;
  }
}
.reading_list .cr-list {
  margin-top: -30px;
}
.reading_list .cr-list .card-ressource {
  border-top: none;
}
@media (max-width: 767.98px) {
  .reading_list .cr-list .card-ressource {
    border-bottom: 1px solid #CDC8BA;
  }
}
.reading_list .list_footer {
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .reading_list .list_footer {
    margin-top: 60px;
  }
}

.information-visible-membre {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #F23540;
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .information-visible-membre {
    font-size: 15px;
    line-height: 22px;
  }
}
.information-visible-membre svg {
  vertical-align: middle;
}

.publications-page .pagination-list {
  margin-bottom: 50px;
}
.publications-page .recent-pub {
  margin: 60px 0 100px;
}
@media (max-width: 767.98px) {
  .publications-page .recent-pub {
    margin: 20px 0 40px;
  }
}
.publications-page .recent-pub .rp-title {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .publications-page .recent-pub .rp-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .publications-page .recent-pub .rp-title {
    margin-bottom: 25px;
  }
}
.publications-page .recent-pub .rp-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 767.98px) {
  .publications-page .recent-pub .rp-list {
    gap: 40px;
  }
}
.publications-page .recent-pub .card-ressource-list h2 {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  letter-spacing: -0.1px;
  line-height: 28px;
  margin-bottom: 0;
  color: #222222;
  font-weight: 500;
}
.publications-page .recent-pub .card-ressource-list .cr-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #CDC8BA;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .publications-page .recent-pub .card-ressource-list .cr-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.publications-page .recent-pub .card-ressource-list .cr-title .btn {
  font-size: 13px;
}
.publications-page .menu-publication {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .publications-page .menu-publication {
    margin-bottom: 20px;
    height: 40px;
    margin-top: -20px;
  }
}
.publications-page .hashtag {
  margin: 100px 0;
}
@media (max-width: 767.98px) {
  .publications-page .hashtag {
    margin: 40px 0;
  }
}
.publications-page .box-cta {
  margin: 100px 0;
}
@media (max-width: 767.98px) {
  .publications-page .box-cta {
    margin: 40px 0 60px;
  }
}
.publications-page .featured .card-featured .cf-body .cfb-right .title a {
  font-size: 28px;
  line-height: 32px;
}
.publications-page .featured .card-featured .cf-body .cfb-right .content .info {
  font-size: 14px;
}
.publications-page .featured .card-featured .cf-body .wrapper:not(.full-width) .wrapper-right {
  text-align: right;
}
.publications-page .hero .hero-box .hero-general .title {
  align-items: flex-start;
}
@media (max-width: 1199.98px) {
  .publications-page .hero .hero-box .hero-general .title {
    font-family: "Gotham", sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .publications-page .hero .hero-box .hero-general .title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .publications-page .hero .hero-box .hero-general .title {
    margin-bottom: 20px;
  }
}
.publications-page .hero .hero-box .hero-general .title .hero-icon {
  margin-top: -6px;
}
@media (max-width: 767.98px) {
  .publications-page .hero .hero-box .hero-general .title .hero-icon {
    margin-top: -15px;
    margin-right: 10px;
  }
  .publications-page .hero .hero-box .hero-general .title .hero-icon svg {
    width: 94px;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .publications-page .hero .hero-box .hero-general .title .hero-icon {
    margin-top: 0;
  }
  .publications-page .hero .hero-box .hero-general .title .hero-icon svg {
    width: 74px;
  }
}
@media (max-width: 767.98px) {
  .publications-page .recent-pub .card-ressource-list .cr-list {
    gap: 0;
  }
  .publications-page .recent-pub .card-ressource-list .cr-list .card-ressource:first-child {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .publications-page .card-ressource {
    border-top: none;
  }
  .publications-page .card-ressource:first-child, .publications-page .card-ressource:nth-child(2) {
    padding-top: 0;
  }
  .publications-page .card-ressource:last-child, .publications-page .card-ressource:nth-last-child(2) {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.section-membre-area {
  padding: 100px 0;
}

.membre-area-container {
  max-width: 772px;
}

button.btn {
  font-size: 13px;
  letter-spacing: 1.5px;
}

.single-publication {
  padding-bottom: 20px;
}
.single-publication .single-tool-intervenants {
  background-color: transparent;
}
.single-publication .sp-container .stc-header {
  margin: 70px 0;
}
@media (max-width: 767.98px) {
  .single-publication .sp-container .stc-header {
    margin: 10px 0 20px;
  }
}
.single-publication .sp-container .stc-header .share {
  display: flex;
  justify-content: flex-end;
}
.single-publication .sp-container .stc-header .sh-inner {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.single-publication .sp-container .stc-header .sh-titleContent {
  border-bottom: 1px solid #CDC8BA;
}
.single-publication .sp-container .stc-header .sh-titleContent .title {
  font-family: "Gotham", sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  margin: 15px 0 20px;
}
@media (max-width: 767.98px) {
  .single-publication .sp-container .stc-header .sh-titleContent .title {
    font-size: 26px;
    line-height: 32px;
  }
}
.single-publication .sp-container .stc-header .sh-titleContent .tags {
  margin-bottom: 15px;
}
.single-publication .sp-container .stc-header .sh-titleContent .tags ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .single-publication .sp-container .stc-header .sh-titleContent .tags ul {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.single-publication .sp-container .stc-header .sh-titleContent .tags ul li .cat {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #F23540;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
@media (max-width: 767.98px) {
  .single-publication .sp-container .stc-header .sh-titleContent .tags ul li .cat {
    font-size: 12px;
    line-height: 18px;
  }
}
html .single-publication .sp-container .stc-header .sh-titleContent .tags ul li .cat:not(:disabled):not(.disabled):hover {
  text-decoration: underline;
}
.single-publication .sp-container .stc-header .sh-titleContent .tags ul li .thm {
  display: flex;
  align-items: center;
  border: 1px solid rgba(242, 53, 64, 0.5);
  border-radius: 15px;
  color: #F23540;
  padding: 5px 14px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .single-publication .sp-container .stc-header .sh-titleContent .tags ul li .thm:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #F23540;
}
.single-publication .sp-container .stc-header .sh-titleContent .b-info .date {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .single-publication .sp-container .stc-header .sh-titleContent .b-info .date {
    margin-bottom: 10px;
  }
}
.single-publication .sp-container .stc-header .sh-titleContent .info {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 20px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .single-publication .sp-container .stc-header .sh-titleContent .info {
    margin: 10px 0 15px;
  }
}
.single-publication .sp-container .stc-header .sh-titleContent .author {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.1px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .single-publication .sp-container .stc-header .sh-titleContent .author {
    font-size: 15px;
    line-height: 22px;
  }
}
.single-publication .sp-container .stc-header .sh-titleContent .author a {
  color: #F23540;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.single-publication .sp-container .stc-header .sh-titleContent .author a:hover {
  text-decoration: none;
}
.single-publication .sp-container .stc-header .sh-titleContent .author a .logo {
  margin-left: 10px;
  display: block;
}
.single-publication .sp-container .stc-header .sh-titleContent .organisation-logo {
  margin-left: auto;
}
.single-publication .sp-container .stc-header .sh-titleContent .organisation-logo a {
  display: block;
  line-height: 0;
}
.single-publication .sp-container .stc-header .sh-titleContent .organisation-logo a img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 175px;
  height: 60px;
}
.single-publication .sp-container .stc-Content .stc-img {
  margin-bottom: 45px;
}
.single-publication .sp-container .stc-Content .stc-img img {
  width: 100%;
}
.single-publication .sp-container .stc-Content .stc-desc {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 50px 0 40px;
}
@media (max-width: 767.98px) {
  .single-publication .sp-container .stc-Content .stc-desc {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .single-publication .sp-container .stc-Content .stc-desc {
    margin: 10px 0 30px;
  }
}
.single-publication .sp-container .tagsList {
  margin: 40px 0 80px;
}
@media (max-width: 767.98px) {
  .single-publication .sp-container .tagsList {
    margin: 10px 0 30px;
  }
}
.single-publication .sp-container .section-bloc-card-resource,
.single-publication .sp-container .list-cards-events {
  margin: 80px 0;
}
.single-publication .sp-container .section-bloc-card-resource .card-ressource-list .cr-title {
  border-bottom: solid 1px #CDC8BA;
}
.single-publication .sp-container .section-bloc-card-resource .card-ressource-list .cr-list .card-ressource {
  border-top: none;
}
.single-publication .sp-container .linksList h2 {
  padding-bottom: 30px;
  border-bottom: 1px solid #CDC8BA;
  margin-bottom: 30px;
}

.balado_frame {
  width: 100%;
  height: 259px;
  border: none;
}

.grands-dossiers .gd-header {
  margin: 65px 0 60px;
  border-bottom: 1px solid #CDC8BA;
  padding-bottom: 10px;
}
.grands-dossiers .gd-header h1 {
  font-family: "Gotham", sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  color: #222222;
}
@media (max-width: 767.98px) {
  .grands-dossiers .gd-header h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.grands-dossiers .box-cta {
  margin: 100px 0;
}
.grands-dossiers .gDossierList {
  margin: 30px 0 100px;
}

#grand-dossier-result {
  margin-top: 50px;
}
#grand-dossier-result.folder-result-tool {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  #grand-dossier-result {
    margin-top: 0;
  }
}
#grand-dossier-result .filter-res-txt {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  #grand-dossier-result .filter-res-txt {
    margin-bottom: 20px;
  }
}

.thematic .th-header {
  margin: 65px 0 80px;
  padding-bottom: 10px;
}
@media (max-width: 991.98px) {
  .thematic .th-header {
    margin: 10px 0 0;
    padding-bottom: 40px;
  }
}
.thematic .th-header h1 {
  font-family: "Gotham", sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  color: #222222;
}
@media (max-width: 767.98px) {
  .thematic .th-header h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.thematic .list-pub {
  margin-top: 70px;
}
@media (max-width: 767.98px) {
  .thematic .list-pub {
    margin-top: 30px;
  }
}
.thematic .list-pub .lp-title {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .thematic .list-pub .lp-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .thematic .list-pub .lp-title {
    margin-bottom: 20px;
  }
}
.thematic .list-pub .lp-grid {
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991.98px) {
  .thematic .list-pub .lp-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.thematic .list-pub .lp-grid .card-ressource {
  border-bottom: 1px solid #CDC8BA;
  padding: 30px 0;
}
.thematic .box-cta {
  margin: 100px 0;
}
@media (max-width: 767.98px) {
  .thematic .box-cta {
    margin: 50px 0 40px;
  }
}

.single_gDossier {
  padding-bottom: 70px;
}
.single_gDossier .sd-header {
  margin: 65px 0 53px;
  padding-bottom: 10px;
}
.single_gDossier .sd-header h1 {
  font-family: "Gotham", sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  color: #222222;
  padding-top: 15px;
  border-bottom: 1px solid #CDC8BA;
  padding-bottom: 15px;
}
@media (max-width: 767.98px) {
  .single_gDossier .sd-header h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.single_gDossier .sd-header .tag, .single_gDossier .sd-header .tag a {
  margin-bottom: 10px;
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #F23540;
}
.single_gDossier .list-pub {
  margin-top: 70px;
}
@media (max-width: 767.98px) {
  .single_gDossier .list-pub {
    margin-top: 50px;
  }
}
.single_gDossier .list-pub .lp-title {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .single_gDossier .list-pub .lp-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .single_gDossier .list-pub .lp-title {
    margin-bottom: 30px;
  }
}
.single_gDossier .list-pub .lp-grid {
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991.98px) {
  .single_gDossier .list-pub .lp-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single_gDossier .list-pub .lp-grid .card-ressource {
  border-bottom: 1px solid #CDC8BA;
  padding: 30px 0;
}
.single_gDossier .box-cta {
  margin: 100px 0;
}
.single_gDossier .list-cards-events, .single_gDossier .experts {
  margin: 80px 0 95px;
}
@media (max-width: 767.98px) {
  .single_gDossier .list-cards-events, .single_gDossier .experts {
    margin: 40px 0 55px;
  }
}
.single_gDossier .carte-chiffre-cle, .single_gDossier .featured-event {
  margin: 80px 0;
}
@media (max-width: 767.98px) {
  .single_gDossier .carte-chiffre-cle, .single_gDossier .featured-event {
    margin: 40px 0;
  }
  .single_gDossier .carte-chiffre-cle h2, .single_gDossier .featured-event h2 {
    margin-bottom: 20px;
  }
}
.single_gDossier .content .section-media .col-media {
  padding-right: 0;
}
.single_gDossier .content .section-media .media-link .btn {
  flex-direction: row-reverse;
}
.single_gDossier .content .section-media .media-link .btn .icon {
  padding-right: 13px;
  padding-left: 0;
}
.single_gDossier .content .section-media .col-content {
  padding-left: 0;
}

.section-detail .presents {
  margin-bottom: 36px;
}
.section-detail .intro {
  margin-bottom: 36px;
}

.page-single-events .programs-module .message.simple .message-inner {
  padding: 0;
}
.page-single-events .intro-description p {
  margin: inherit;
}
.page-single-events .intro-description a {
  color: #F23540;
}
.page-single-events .menu-publication {
  margin-bottom: 80px;
}
.page-single-events .section-detail .contact-box {
  margin-bottom: 30px;
}
.page-single-events .section-detail a.btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.page-single-events .section-detail .introduction .description img.note-float-left {
  margin-right: 25px;
  margin-left: 25px;
}
.page-single-events .section-detail .introduction .description img.note-float-right {
  margin-left: 25px;
  margin-bottom: 25px;
}
.page-single-events .section-forfait .collapse {
  transition: 0.3s;
}
.page-single-events .section-forfait .collapse:not(.show):hover {
  background-color: #F23540;
  color: #fff;
}
.page-single-events .section-forfait .collapse:not(.show):hover .gold-dark,
.page-single-events .section-forfait .collapse:not(.show):hover .red {
  color: #fff;
}
.page-single-events .programs-module .collapse {
  transition: 0.3s;
}
.page-single-events .programs-module .collapse.with-border.show {
  box-shadow: 0px 0px 0px 2px #F23540;
  border-color: transparent;
}
.page-single-events .programs-module,
.page-single-events .section-forfait {
  margin-bottom: 110px;
}
.page-single-events .programs-module .list-forfait > .collapse,
.page-single-events .section-forfait .list-forfait > .collapse {
  margin-top: -1px;
}
.page-single-events .equipes-event {
  padding: 0;
  margin-bottom: 80px;
}
.page-single-events .equipes-event .collapse .collapse-tab .collapse-tab-content .collapse-tab-sub-content {
  padding: 42px 0;
}
.page-single-events .section-detail {
  margin-bottom: 80px;
}
.page-single-events .section-association {
  margin-bottom: 80px;
}
.page-single-events .section-bloc-card-resource {
  margin-bottom: 60px;
}
.page-single-events .section-bloc-card-resource .card-ressource-list {
  border-bottom: solid 1px #CDC8BA;
}
.page-single-events .section-bloc-card-resource .card-ressource-list .cr-title {
  border-bottom: solid 1px #CDC8BA;
}
.page-single-events .section-bloc-card-resource .card-ressource-list .cr-list > .card-ressource {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .page-single-events .section-bloc-card-resource .card-ressource-list .cr-list > .card-ressource:not(:last-child) {
    border-bottom: solid 1px #CDC8BA;
  }
}
@media (min-width: 992px) {
  .page-single-events .section-bloc-card-resource .card-ressource-list .cr-list > .card-ressource:not(:last-child):not(:nth-last-child(2)) {
    border-bottom: solid 1px #CDC8BA;
  }
}
.page-single-events .programs-content {
  padding: 30px;
}
.page-single-events .programs-content .message-wrapper.container {
  padding: 0;
}
.page-single-events .association-logos .association-logo img {
  height: 70px;
}

.content-detail-desc {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .content-detail-desc {
    font-size: 15px;
    line-height: 22px;
  }
}

.content-detail-list {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  -moz-column-count: 2;
       column-count: 2;
  margin-bottom: 30px;
}

.single-event .link-single-venet {
  margin-top: 20px;
  margin-bottom: 80px;
}

.filter-single-cat .tag-inner {
  padding: 0 10px;
  display: inline-block;
}

.home-page {
  font-family: "Figtree", "Gotham", sans-serif;
  color: #352F2D;
  padding-bottom: 165px;
  overflow-x: hidden;
}
.home-page .priv-arrows, .home-page .ev-arrows, .home-page .initiatives-arrows, .home-page .publications-arrows {
  position: absolute;
  top: 50%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  left: 0;
  z-index: 0;
  transform: translateY(-50%);
}
.home-page .priv-arrows .slick-arrow, .home-page .ev-arrows .slick-arrow, .home-page .initiatives-arrows .slick-arrow, .home-page .publications-arrows .slick-arrow {
  background-color: transparent;
}
.home-page .priv-arrows {
  padding: 0 30px;
}
.home-page .initiatives-arrows, .home-page .publications-arrows {
  width: calc(100% + 100px);
  margin-left: -50px;
}
@media (max-width: 767.98px) {
  .home-page .initiatives-arrows, .home-page .publications-arrows {
    width: 100%;
    margin-left: 0;
  }
}
.home-page .button-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home-page .button-row .button {
  border-radius: 34px;
  font-weight: 900;
  font-style: italic;
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background: #F23540;
  color: #FFF;
  padding: 14px 22px;
}
.home-page .grands-dossiers {
  margin-top: 100px;
}
.home-page .grands-dossiers h2 {
  font-weight: 900;
  font-style: italic;
  font-size: 78px;
  line-height: 74px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 27px;
  color: #F23540;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .home-page .grands-dossiers h2 {
    font-size: 46px;
    line-height: 1.2;
  }
}
.home-page .grands-dossiers .container > .description {
  font-family: Figtree;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  color: #352F2D;
  margin-bottom: 81px;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.home-page .grands-dossiers .list-wrapper {
  border-radius: 25px;
  background-color: #352F2D;
  color: #FFF;
  padding: 65px;
  margin-bottom: 118px;
}
@media (max-width: 991.98px) {
  .home-page .grands-dossiers .list-wrapper {
    padding: 50px 35px;
  }
}
.home-page .grands-dossiers .list-wrapper .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 991.98px) {
  .home-page .grands-dossiers .list-wrapper .list {
    flex-wrap: wrap;
    gap: 50px;
  }
}
.home-page .grands-dossiers .list-wrapper .list .item {
  width: 519px;
  max-width: 100%;
}
.home-page .grands-dossiers .list-wrapper .list .item .image {
  width: 100%;
  aspect-ratio: 536/287;
  margin-bottom: 30px;
}
.home-page .grands-dossiers .list-wrapper .list .item .image img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .grands-dossiers .list-wrapper .list .item .title {
  font-weight: 900;
  font-style: italic;
  font-size: 35px;
  line-height: 32px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.home-page .grands-dossiers .list-wrapper .list .item .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}
.home-page .grands-dossiers .list-wrapper .list .item .link a {
  color: #FFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.home-page .grands-dossiers .list-wrapper .button {
  background-color: #352F2D;
  color: #FFF;
  padding: 23px 40px;
  font-weight: 900;
  font-style: italic;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #FFF;
}
.home-page .introduction {
  max-width: 721px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 181px;
  margin-top: 141px;
}
.home-page .introduction .title {
  color: #F23540;
  font-weight: 900;
  font-style: italic;
  font-size: 28px;
  line-height: 29px;
  letter-spacing: -0.08px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.home-page .introduction .title-bottom {
  color: #F23540;
  font-weight: 900;
  font-style: italic;
  font-size: 78px;
  line-height: 74px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 59px;
}
@media (max-width: 991.98px) {
  .home-page .introduction .title-bottom {
    font-size: 46px;
    line-height: 48px;
  }
}
.home-page .introduction .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 80px;
}
.home-page .introduction .description p {
  margin-bottom: 25px;
}
.home-page .home-statistics .statistics-blocks {
  background: #F23540;
  display: flex;
  gap: 26px;
  justify-content: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .home-page .home-statistics .statistics-blocks {
    flex-wrap: wrap;
  }
}
.home-page .home-statistics .statistics-blocks .diagonal-top-background {
  position: absolute;
  width: 100%;
}
.home-page .home-statistics .statistics-blocks .statistics-blocks_item {
  width: 640px;
}
@media (max-width: 991.98px) {
  .home-page .home-statistics .statistics-blocks .statistics-blocks_item {
    max-width: calc(100% - 20px);
  }
}
.home-page .home-statistics .statistics-blocks .statistics-blocks_item .top {
  position: relative;
}
.home-page .home-statistics .statistics-blocks .statistics-blocks_item .top .background-image {
  height: 221px;
}
.home-page .home-statistics .statistics-blocks .statistics-blocks_item .top .background-image img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 221px;
}
.home-page .home-statistics .statistics-blocks .statistics-blocks_item .top .title {
  font-weight: 900;
  font-style: italic;
  font-size: 43px;
  line-height: 43px;
  letter-spacing: -0.33px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-page .home-statistics .statistics-blocks .statistics-blocks_item .content {
  padding: 52px 59px 70px 59px;
  color: #F23540;
  background: #FFF;
  text-align: center;
  min-height: 504px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .home-page .home-statistics .statistics-blocks .statistics-blocks_item .content {
    min-height: 415px;
  }
}
.home-page .home-statistics .statistics-blocks .statistics-blocks_item .content .title {
  font-weight: 900;
  font-style: italic;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media (max-width: 991.98px) {
  .home-page .home-statistics .statistics-blocks .statistics-blocks_item .content .title {
    font-size: 56px;
  }
}
.home-page .home-statistics .statistics-blocks .statistics-blocks_item .content .text {
  font-weight: 900;
  font-style: italic;
  font-size: 28px;
  line-height: 29px;
  letter-spacing: -0.08px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .home-page .home-statistics .statistics-blocks .statistics-blocks_item .content .text {
    font-size: 21px;
    line-height: 22px;
  }
}
.home-page .home-statistics .content > .title {
  background: #F23540;
  position: relative;
  padding: 71px 0px 114px;
}
.home-page .home-statistics .content > .title .title-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -57%);
  z-index: 1;
}
.home-page .home-statistics .content > .title h2 {
  color: #FFF;
  font-weight: 900;
  font-style: italic;
  font-size: 78px;
  line-height: 74px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  max-width: 921px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 62px 0 48px 0;
}
@media (max-width: 991.98px) {
  .home-page .home-statistics .content > .title h2 {
    font-size: 48px;
    line-height: 1.2;
  }
}
.home-page .home-statistics .content .text-items {
  background: #F23540;
}
.home-page .home-statistics .content .text-items .text-item {
  color: #FFF;
  font-weight: 900;
  font-style: italic;
  font-size: 43px;
  line-height: 43px;
  letter-spacing: -0.33px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 50px 15px;
}
.home-page .home-statistics .content .text-items .text-item:nth-child(odd) {
  background: #A81E2E;
}
@media (max-width: 991.98px) {
  .home-page .home-statistics .content .text-items .text-item {
    font-size: 28px;
    line-height: 1.2;
  }
}
.home-page .home-privileges {
  margin-bottom: 109px;
}
.home-page .home-privileges .slick-arrow {
  color: #FFF;
}
.home-page .home-privileges .content {
  background: #352F2D;
  border-radius: 30px;
  padding: 65px 75px;
  margin-bottom: 74px;
  position: relative;
}
.home-page .home-privileges .content h2 {
  font-weight: 900;
  font-style: italic;
  font-size: 28px;
  line-height: 29px;
  letter-spacing: -0.08px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 47px;
}
.home-page .home-privileges .content .privileges-slider {
  z-index: 1;
}
.home-page .home-privileges .content .privileges-slider:not(.slick-initialized) {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.home-page .home-privileges .content .privileges-slider:not(.slick-initialized) .privslide {
  width: 235px;
}
.home-page .home-privileges .content .privileges-slider .item {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.home-page .home-privileges .content .privileges-slider .item .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 91px;
  width: 91px;
  max-width: 100%;
}
.home-page .home-privileges .content .privileges-slider .item .text {
  color: #FFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}
.home-page .home-slider-event {
  padding-bottom: 131px;
}
.home-page .home-slider-event .container {
  position: relative;
}
.home-page .home-slider-event h2 {
  color: #F23540;
  font-weight: 900;
  font-style: italic;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 81px;
}
@media (max-width: 991.98px) {
  .home-page .home-slider-event h2 {
    font-size: 46px;
    line-height: 1.2;
  }
}
.home-page .home-slider-event .evslider-home {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  z-index: 1;
}
.home-page .home-slider-event .evslider-home > .evslide {
  width: 30%;
}
.home-page .home-slider-event .event-item {
  padding-left: 30px;
  padding-right: 30px;
}
.home-page .home-slider-event .event-item .top {
  margin-bottom: 10px;
}
.home-page .home-slider-event .event-item .top .img-container {
  aspect-ratio: 1/1;
  width: 100%;
}
.home-page .home-slider-event .event-item .top .img-container img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .home-slider-event .event-item .middle .category {
  color: #352F2D;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.home-page .home-slider-event .event-item .middle .title {
  margin-bottom: 24px;
}
.home-page .home-slider-event .event-item .middle .title a {
  color: #352F2D;
  font-weight: 900;
  font-style: italic;
  font-size: 26px;
  line-height: 119%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .home-page .home-slider-event .event-item .middle .title a {
    font-size: 23px;
    line-height: 1.2;
  }
}
.home-page .home-slider-event .event-item .middle .date-type {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.home-page .home-slider-event .event-item .middle .date-type .date {
  color: #352F2D;
  font-weight: 900;
  font-size: 25px;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.home-page .home-slider-event .event-item .middle .date-type .type {
  color: #352F2D;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-page .home-slider-event .button-row {
  margin-top: 67px;
}
.home-page .banner {
  margin-left: auto;
  margin-right: auto;
}
.home-page .banner.billboard {
  width: 970px;
  height: 250px;
  aspect-ratio: 97/25;
  max-width: 100%;
}
.home-page .banner.big-box {
  width: 300px;
  height: 250px;
  aspect-ratio: 6/5;
  max-width: 100%;
}
.home-page .banner.leaderboard {
  width: 728px;
  height: 90px;
  aspect-ratio: 728/90;
  max-width: 100%;
}
.home-page .banner img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .horizontal-background-bottom-darkred {
  background-color: #A81E2E;
  width: 100%;
}
.home-page .horizontal-background-bottom-darkred img {
  width: 100%;
  margin-bottom: -20px;
}
.home-page .banner-1 {
  margin-top: 109px;
  margin-bottom: 81px;
}
.home-page .banner-2-wrapper.billboard {
  margin-top: -260px;
}
.home-page .banner-2-wrapper.big-box {
  margin-top: -260px;
}
.home-page .banner-2-wrapper.leaderboard {
  margin-top: -180px;
}
@media (max-width: 991.98px) {
  .home-page .banner-2-wrapper.billboard, .home-page .banner-2-wrapper.big-box, .home-page .banner-2-wrapper.leaderboard {
    margin-top: 100px;
  }
}
.home-page .home-initiatives {
  padding-top: 120px;
  padding-bottom: 35px;
  background: #F23540;
}
.home-page .home-initiatives .container {
  position: relative;
}
.home-page .home-initiatives h2 {
  font-weight: 900;
  font-style: italic;
  font-size: 78px;
  line-height: 74px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 96px;
}
@media (max-width: 991.98px) {
  .home-page .home-initiatives h2 {
    font-size: 46px;
    line-height: 1.2;
  }
}
.home-page .home-initiatives .initiatives-slider {
  margin-bottom: 104px;
  z-index: 1;
}
.home-page .home-initiatives .initiatives-slider:not(.slick-initialized) {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.home-page .home-initiatives .initiatives-slider:not(.slick-initialized) .initiative-slide {
  width: 330px;
}
.home-page .home-initiatives .initiatives-slider .title {
  font-weight: 900;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 47px;
  height: 66px;
}
.home-page .home-initiatives .initiatives-slider .link-wrapper {
  text-align: center;
}
.home-page .home-initiatives .initiatives-slider .link-wrapper a {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #FFF;
}
.home-page .home-initiatives .button-row .button {
  color: #F23540;
  background: #FFF;
}
.home-page .horizontal-background-top {
  background: #A81E2E;
  width: 100%;
  margin-top: -5px;
}
.home-page .horizontal-background-top img {
  width: 100%;
}
.home-page .publications-home {
  background: #A81E2E;
  padding: 70px 0 142px;
}
.home-page .publications-home .container {
  position: relative;
}
@media (max-width: 991.98px) {
  .home-page .publications-home .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.home-page .publications-home h2 {
  color: #FFF;
  font-weight: 900;
  font-style: italic;
  font-size: 70px;
  line-height: 66px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 104px;
}
@media (max-width: 991.98px) {
  .home-page .publications-home h2 {
    font-size: 46px;
    line-height: 1.2;
  }
}
.home-page .publications-home .publications-list {
  margin-bottom: 100px;
  z-index: 1;
}
.home-page .publications-home .publications-list .slick-list {
  margin: 0 -80px;
}
.home-page .publications-home .publications-list .slick-slide {
  margin: 0 80px;
}
.home-page .publications-home .publications-list .publication-item .image {
  aspect-ratio: 1/1;
  margin-bottom: 26px;
}
.home-page .publications-home .publications-list .publication-item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 100%;
  margin-bottom: 25px;
}
.home-page .publications-home .publications-list .publication-item .title-top {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #FFF;
}
.home-page .publications-home .publications-list .publication-item .title {
  font-weight: 900;
  font-style: italic;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #FFF;
}
.home-page .publications-home .publications-list .publication-item .date-author {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 25px;
  color: #FFF;
}
.home-page .publications-home .publications-list .publication-item .summary {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 15px;
  color: #FFF;
}
.home-page .publications-home .publications-list .publication-item .read-more {
  margin-bottom: 17px;
}
.home-page .publications-home .publications-list .publication-item .read-more a {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  text-decoration: underline;
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 6px;
}
.home-page .publications-home .publications-list .publication-item .add-to-reading-list .links a {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FFF;
}
.home-page .publications-home .button-row .button {
  color: #F23540;
  background: #FFF;
}

.statistics-blocks-2 {
  display: flex;
  justify-content: space-between;
  padding-top: 117px;
  padding-bottom: 94px;
}
@media (max-width: 991.98px) {
  .statistics-blocks-2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
}
.statistics-blocks-2 .statistics-blocks-2_item .title {
  font-weight: 900;
  font-style: italic;
  font-size: 78px;
  line-height: 74px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .statistics-blocks-2 .statistics-blocks-2_item .title {
    font-size: 46px;
    line-height: 48px;
  }
}
.statistics-blocks-2 .statistics-blocks-2_item .text {
  font-weight: 900;
  font-style: italic;
  font-size: 43px;
  line-height: 43px;
  letter-spacing: -0.33px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 34px;
}
@media (max-width: 991.98px) {
  .statistics-blocks-2 .statistics-blocks-2_item .text {
    font-size: 36px;
    line-height: 38px;
  }
}
.statistics-blocks-2 .statistics-blocks-2_item .learn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.statistics-blocks-2 .statistics-blocks-2_item .learn-more a {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #352F2D;
}

.detail-collapses .collapse {
  border-top: none;
}
.detail-collapses .collapse-tab-sub-content .detail-content {
  margin-bottom: 30px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .detail-collapses .collapse-tab-sub-content .detail-content {
    font-size: 15px;
    line-height: 22px;
  }
}
.detail-collapses .collapse-tab-sub-content .detail-content ul:not(.detail-list) {
  list-style: disc;
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
}
.detail-collapses .collapse-tab-sub-content .detail-content-list {
  margin-bottom: 30px;
  overflow: hidden;
}
.detail-collapses .collapse-tab-sub-content .detail-content-list:not(.open) {
  max-height: 220px;
}
.detail-collapses .collapse-tab-sub-content .detail-content-list .detail-list {
  -moz-columns: 2;
       columns: 2;
}
.detail-collapses .collapse-tab-sub-content .detail-content-list .detail-list > li {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}

.page-events {
  margin-bottom: 80px;
}
.page-events .featured-event,
.page-events .section-filter {
  margin-bottom: 60px;
}
.page-events .featured-event .entry-checkbox,
.page-events .section-filter .entry-checkbox {
  margin-top: 20px;
}
.page-events .featured-event .filter .f-inner .btn,
.page-events .section-filter .filter .f-inner .btn {
  margin-top: 20px;
  margin-left: 0;
}
.page-events .featured-event .reset-cta,
.page-events .section-filter .reset-cta {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.38px;
  line-height: 24px;
}
.page-events .featured-event .reset-cta span,
.page-events .section-filter .reset-cta span {
  display: inline-block;
  vertical-align: middle;
}
.page-events .featured-event .reset-cta svg,
.page-events .section-filter .reset-cta svg {
  vertical-align: middle;
}
.page-events .featured-event .reset-cta:hover,
.page-events .section-filter .reset-cta:hover {
  color: #222222;
}
.page-events .card-event {
  height: 100%;
}
.page-events .card-event .content .c-right .desc {
  margin-top: 30px;
}
.page-events .programs-module {
  margin-bottom: 111px;
}
.page-events .section-detail {
  margin-bottom: 80px;
}
.page-events .section-forfait {
  margin-bottom: 80px;
}
.page-events .section-association {
  margin-bottom: 80px;
}
.page-events .section-bloc-card-resource {
  margin-bottom: 60px;
}

.our-team-page .hero {
  margin-bottom: 50px;
}
.our-team-page .section-teams {
  margin-bottom: 120px;
}
.our-team-page .section-teams .equipes {
  margin-bottom: 70px;
}
.our-team-page .section-teams .equipes .equipe-title-h3 {
  font-weight: 600;
}
.our-team-page .section-teams .equipes .equipe-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.our-team-page .section-teams .equipes .equipe-item .equipe-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.our-team-page .section-teams .equipes .equipe-item .equipe-section {
  flex: 1 0 0;
}
.our-team-page .section-teams .equipes .equipe-item .equipe-section h4 {
  margin-bottom: 10px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .our-team-page .section-teams .equipes .equipe-item .equipe-section h4 {
    font-size: 15px;
    line-height: 22px;
  }
}
.our-team-page .section-teams .equipes .equipe-item .equipe-content-social {
  min-height: 23px;
}
.our-team-page .section-teams .equipes .equipe-item .equipe-content-logo {
  flex: 124px 0 0;
}
.our-team-page .box-cta {
  margin-bottom: 90px;
}

.repertoire-membre-page {
  padding-bottom: 85px;
}
.repertoire-membre-page .hero .intro {
  color: #000;
}
.repertoire-membre-page .associate-members {
  margin: 40px 0 60px;
}
.repertoire-membre-page .associate-members:last-of-type {
  margin-bottom: 0;
}
.repertoire-membre-page .filter-member {
  margin: 40px 0 90px;
}
.repertoire-membre-page .all-members {
  margin: 90px 0 50px;
}
.repertoire-membre-page .pagination {
  margin: 50px 0 0;
}
.repertoire-membre-page .no-res-txt {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .repertoire-membre-page .no-res-txt {
    font-size: 15px;
    line-height: 22px;
  }
}

.comites-page .hero {
  margin-bottom: 50px;
}
.comites-page .section-comite-box {
  margin-bottom: 75px;
}
.comites-page .box-cta {
  margin-bottom: 68px;
}

.related-get-page {
  margin-top: 30px;
  height: 46px;
}

.single-association.single-comite .related-pubs .card-ressource-list,
.single-association.single-comite .related-pubs .featured-event {
  height: auto;
  flex: 1 0 0;
  justify-content: flex-start;
}
.single-association.single-comite .related-pubs .card-ressource-list .featured-card,
.single-association.single-comite .related-pubs .featured-event .featured-card {
  height: 100%;
}
.single-association.single-comite .related-pubs .related-col {
  display: flex;
  flex-direction: column;
}
.single-association.single-comite .media-row {
  flex-direction: row-reverse;
}
.single-association.single-comite .media-row .wysiwyg ol li,
.single-association.single-comite .media-row .wysiwyg ul li {
  font-family: Gotham-Book, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.single-membre .hero .introduction {
  padding-bottom: 50px;
  padding-top: 50px;
}
.single-membre .hero .introduction .description {
  margin-bottom: 0;
}
.single-membre .card-ressource-list .cr-list {
  border-bottom: solid 1px #CDC8BA;
  padding-bottom: 50px;
}
.single-membre .member-info {
  margin: 50px 0 100px;
}
.single-membre .contactBlock {
  margin: 100px 0 80px;
}
.single-membre .message,
.single-membre .carte-chiffre-cle,
.single-membre .related-pubs {
  margin: 80px 0;
}
.single-membre .gDossierList {
  margin: 50px 0 80px;
}
.single-membre .gDossierList .btn {
  display: block;
  margin-top: 30px;
}
.single-membre .cr-title {
  border-bottom: 1px solid #CDC8BA;
  margin-bottom: 45px;
  padding-bottom: 30px;
}
.single-membre .cr-title h2 {
  margin-bottom: 0;
}
.single-membre .related-association {
  margin: 80px 0;
}
.single-membre .related-association .inner {
  padding: 38px 0 29px;
  border-bottom: 1px solid #222222;
}
@media (min-width: 576px) {
  .single-membre .related-association .inner .title {
    padding-left: 0;
  }
}
.single-membre .related-association .inner .slider-container .slider .slide a {
  margin-left: auto;
}
.single-membre .related-association .inner .slider-container .slider .slick-track {
  margin-left: auto;
  margin-right: 0;
}
.single-membre .related-association h2 {
  width: auto;
  color: #222222;
  font-family: "Gotham", sans-serif;
  letter-spacing: 0;
  line-height: 36px;
}
@media (max-width: 767.98px) {
  .single-membre .activities-list {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .single-membre .member-info, .single-membre .contactBlock {
    margin: 50px 0 40px;
  }
  .single-membre .message,
.single-membre .carte-chiffre-cle,
.single-membre .related-pubs, .single-membre .related-association, .single-membre .gDossierList {
    margin: 40px 0;
  }
}

.associations-page {
  margin-bottom: 80px;
}
.associations-page .a-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}

.search-publications .menu-publication {
  margin-bottom: 42px;
}
.search-publications .search-box-filter {
  margin-top: 26px;
}
.search-publications .result-publication {
  margin-bottom: 80px;
}

.result-publication .result-of-search {
  margin-bottom: 48px;
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.result-content {
  padding: 23px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #222222;
  margin-bottom: 50px;
}
.result-content .result-content-total {
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .result-content .result-content-total {
    font-size: 16px;
    line-height: 24px;
  }
}
.result-content .result-content-tags {
  display: flex;
  gap: 17px;
}
.result-content .result-content-tags .tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid #F23540;
  border-radius: 15px;
  color: #F23540;
  padding: 5px 14px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px;
  line-height: 13px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 30px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 13px;
}
.result-content .result-content-tags .tag .tag-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  width: 10px;
  height: 10px;
}
.result-content .result-content-tags .tag .tag-close > span {
  display: block;
  width: 100%;
}
.result-content .result-content-tags .tag .tag-close > span::after, .result-content .result-content-tags .tag .tag-close > span::before {
  content: "";
  display: block;
  height: 1.2px;
  background-color: #F23540;
  margin: -1.2px 0;
  width: calc(100% + 2px);
}
.result-content .result-content-tags .tag .tag-close > span::before {
  transform: rotate(45deg);
}
.result-content .result-content-tags .tag .tag-close > span::after {
  transform: rotate(-45deg);
}

.result-row {
  gap: 60px 0;
}
.result-row .card-ressource {
  border-top: none;
  padding-bottom: 50px;
}

.single-association .box-devenir-membre.with-image::before {
  height: 90px;
}
.single-association .intro-two {
  margin: 70px 0 100px;
}
@media (max-width: 767.98px) {
  .single-association .intro-two {
    margin: 40px 0 60px;
  }
}
.single-association .intro-two .intro-two-title {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .single-association .intro-two .intro-two-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .single-association .intro-two .intro-two-title {
    padding-right: 65px;
  }
}
.single-association .section-media {
  margin: 100px 0 80px;
}
@media (max-width: 767.98px) {
  .single-association .section-media {
    margin: 40px 0 60px;
  }
}
.single-association .section-media .media-row .col-content {
  order: 1;
}
.single-association .section-media .media-row img {
  -o-object-position: left;
     object-position: left;
}
.single-association .statistics-cta .carte-chiffre-cle {
  margin: 85px 0 100px;
}
@media (max-width: 767.98px) {
  .single-association .statistics-cta .carte-chiffre-cle {
    margin: 40px 0 60px;
  }
}
.single-association > .carte-chiffre-cle {
  margin-bottom: 85px;
}
.single-association .related-pubs .featured-event {
  padding: 0;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.single-association .related-pubs .featured-event .c-left {
  width: 162px;
}
.single-association .related-pubs .featured-event .c-left .img-container {
  width: 162px;
  height: 162px;
}
.single-association .related-pubs .card-ressource-list {
  height: 100%;
  justify-content: stretch;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .single-association .related-pubs .card-ressource-list {
    padding-top: 40px;
  }
}
.single-association .related-pubs .card-ressource-list .cr-list {
  height: 100%;
}
.single-association .related-pubs,
.single-association .equipes {
  margin: 100px 0 70px;
}
@media (max-width: 767.98px) {
  .single-association .related-pubs,
.single-association .equipes {
    margin: 60px 0 30px;
  }
}
.single-association .contactBlock {
  margin: 100px 0;
}
@media (max-width: 767.98px) {
  .single-association .contactBlock {
    margin: 60px 0;
  }
}
.single-association .box-cta {
  margin: 100px 0 80px;
}
@media (max-width: 767.98px) {
  .single-association .box-cta {
    margin: 60px 0 40px;
  }
}
.single-association .card-ressource-list .card-event {
  height: 100%;
}
@media (max-width: 991px) {
  .single-association .related-pubs .container > .row {
    gap: 80px 0;
  }
}

.cart-page {
  padding: 70px 0 80px;
}
.cart-page .cart-header h1 {
  font-family: "Gotham", sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .cart-page .cart-header h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.cart-page .cart-header .cart-desc {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.1px;
}
@media (max-width: 767.98px) {
  .cart-page .cart-header .cart-desc {
    font-size: 15px;
    line-height: 22px;
  }
}
.cart-page .message {
  margin: 15px 0 0;
}
.cart-page .message:first-of-type {
  margin-top: 50px;
}
.cart-page .message .message-wrapper {
  padding: 0;
}

.cart {
  margin-top: 50px;
}
.cart-form {
  border: 2px solid #CDC8BA;
  padding: 30px 20px 0;
}
.cart-header {
  margin-bottom: 25px;
}
.cart-items {
  margin-bottom: 40px;
}
.cart-item {
  padding-top: 14px;
  padding-bottom: 25px;
}
.cart-item:not(:last-child) {
  border-bottom: 1px solid #575454;
}
.cart-item-product {
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .cart-item-product {
    order: 1;
    flex-direction: column;
    gap: 15px;
  }
}
.cart-item-product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .cart-item-product-info {
    display: block;
    margin-bottom: 15px;
  }
}
.cart-item-product-info .cart-item-attributes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
  gap: 5px;
}
.cart-item-product-info .cart-item-attributes .cart-item-attribute {
  font-size: 14px;
  line-height: 16px;
}
.cart-item-product-remove a {
  color: #222222;
}
.cart-item-product-remove a:hover {
  color: #F23540;
}
.cart-item-product-remove span {
  cursor: pointer;
}
.cart-item-title,
.cart-item-title a {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #222222;
}
@media (max-width: 767.98px) {
  .cart-item-title,
.cart-item-title a {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .cart-item-title:before {
    content: attr(data-name);
  }
}
.cart-item-price {
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: 26px;
}
@media (max-width: 767.98px) {
  .cart-item-price {
    order: 2;
  }
}
.cart-item-variant {
  font-size: 16px;
  line-height: 19px;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .cart-item-quantity {
    order: 3;
  }
}
.cart-item-total {
  color: rgb(24, 28, 28);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2.4px;
  line-height: 26px;
}
@media (max-width: 767.98px) {
  .cart-item-total {
    order: 4;
  }
}
@media (max-width: 767.98px) {
  .cart-item-checkout {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 25px;
  }
}
.cart-notes {
  width: 50%;
}
@media (max-width: 767.98px) {
  .cart-notes {
    width: 100%;
  }
}
.cart-notes textarea {
  padding: 15px 10px;
  min-height: 200px;
  margin-bottom: 0;
}
.cart-checkout {
  width: 100%;
  border-top: 1px solid #575454;
  text-align: right;
  margin-top: 25px;
  padding-top: 15px;
}
@media (max-width: 767.98px) {
  .cart-checkout {
    width: 100%;
    text-align: center;
  }
}
.cart-checkout .cc-info {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  margin-top: 10px;
  color: #b23128;
}
.cart-checkout .cc-totals {
  margin-left: auto;
  max-width: 365px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-checkout .subtotal {
  display: flex;
  justify-content: space-between;
  gap: 7px;
}
.cart-checkout .subtotal .label {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  line-height: 25px;
  font-family: "Gotham", sans-serif;
  letter-spacing: -0.075px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .cart-checkout .subtotal .label {
    display: block;
  }
}
.cart-checkout .subtotal .price {
  margin-left: 35px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  letter-spacing: 0.1px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .cart-checkout .subtotal .price {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .cart-checkout .subtotal .price {
    display: block;
    margin-left: 0;
  }
}
.cart-checkout .subtotal .price sup {
  color: #b23128;
}
.cart-checkout .subtotal.final {
  padding-top: 10px;
  border-top: 1px solid #575454;
}
.cart-checkout .subtotal.final .label {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  letter-spacing: -0.1px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .cart-checkout .subtotal.final .label {
    font-size: 15px;
    line-height: 22px;
  }
}
.cart-checkout .subtotal.final .price {
  margin-left: 35px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  letter-spacing: 0.1px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .cart-checkout .subtotal.final .price {
    font-size: 15px;
    line-height: 22px;
  }
}
.cart .cart-cond {
  text-align: right;
  display: flex;
  flex-direction: column;
  margin: 85px 0 40px;
  align-items: flex-end;
}
.cart .cart-cond .entry-checkbox {
  flex-direction: row-reverse;
  align-items: flex-start;
}
.cart .cart-cond .entry-checkbox .checkbox {
  margin-right: 0;
  margin-left: 12px;
  border: 2px solid #000;
  border-radius: 3px;
}
.cart .cart-cond .item-wrapper {
  max-width: 570px;
  margin-left: auto;
}
.cart .cart-cond .item-wrapper:not(:last-child) {
  margin-bottom: 34px;
}
.cart .cart-cond .item-wrapper button[type=submit] {
  margin-top: 6px;
}
.cart .grid {
  margin: 0;
  padding: 0;
  direction: ltr;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .cart .grid {
    flex-direction: column;
    gap: 25px;
  }
}
.cart .grid > * {
  display: inline-block;
}
.cart .grid.cart-footer {
  align-items: flex-start;
  padding-top: 20px;
  justify-content: space-between;
}
.cart .grid.cart-footer .cart-voucher {
  display: flex;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .cart .grid.cart-footer .cart-voucher {
    flex-wrap: wrap;
  }
}
.cart .grid.cart-footer .cart-voucher input {
  padding: 7px 14px 7px;
  width: 265px;
  height: 40px;
  margin-bottom: 0;
  color: #575454;
  font-size: 15px;
  line-height: 18px;
  font-family: "Gotham-Book", sans-serif;
  background: transparent;
  border: 1px solid rgba(205, 200, 186, 0.4);
  border-radius: 4px;
}
.cart .grid.cart-footer .cart-voucher .btn {
  text-transform: none;
  padding: 10px 24px 10px 20px;
}
.cart .grid.cart-footer .remove-all .btn {
  text-transform: none;
  padding: 10px 24px 10px 20px;
}
.cart .td {
  box-sizing: border-box;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.1px;
  font-weight: 400;
  min-height: 1px;
  vertical-align: top;
  text-align: center;
  width: 16.2%;
}
@media (max-width: 767.98px) {
  .cart .td {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .cart .td {
    width: 100%;
  }
}
.cart .td.cart-item-product {
  box-sizing: border-box;
  font-size: 16px;
  min-height: 1px;
  vertical-align: top;
  width: 35%;
  text-align: left;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .cart .td.cart-item-product {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.cart .td.cart-item-total {
  text-align: right;
}
@media (max-width: 767.98px) {
  .cart .td.cart-item-total {
    text-align: center;
  }
}
.cart .label-row {
  border-bottom: 1px solid #575454;
  padding-bottom: 20px;
}
.cart .label-row .td {
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.075px;
}
@media (max-width: 767.98px) {
  .cart .label-row .td {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .cart .label-row .grid {
    margin-bottom: 0;
    display: none;
  }
}
.cart .input-group {
  max-width: 100px;
  margin: auto;
}
@media (max-width: 767.98px) {
  .cart .input-group {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: none;
  }
}
.cart .input-group-prepend {
  width: 20px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.cart .input-group button {
  font-size: 24px;
  line-height: 26px;
  color: #007bff;
  font-weight: 500;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.cart .input-group button:hover {
  background-color: #007bff;
  border: none;
}

.cart-events .cart-events-header {
  padding-top: 30px;
  margin-bottom: 15px;
}
.cart-events .cart-events-header .categ {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.3846154213px;
  text-transform: uppercase;
  color: #F23540;
  margin-bottom: 5px;
}
.cart-events .cart-events-header .name {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #F23540;
  font-weight: 600;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .cart-events .cart-events-header .name {
    font-size: 20px;
    line-height: 24px;
  }
}
.cart-events .cart-events-fees .cart-item {
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cart-item-title-member {
  font-weight: 500;
  font-size: 14px;
}

.thanks-page {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.thanks-page h1 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .thanks-page h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.thanks-page .tp-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 25%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991.98px) {
  .thanks-page .tp-content {
    margin-left: 16.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (max-width: 767.98px) {
  .thanks-page .tp-content {
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.thanks-page .tp-block-msg {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .thanks-page .tp-block-msg {
    font-size: 15px;
    line-height: 22px;
  }
}
.thanks-page .tp-block-msg:not(:last-child) {
  margin-bottom: 45px;
}
.thanks-page .tp-block-msg .btn {
  margin-top: 10px;
}

.error-404 {
  text-align: center;
}
.error-404 .error-404-logo {
  margin-bottom: 50px;
}
.error-404 .error-404-title {
  color: #B21E28;
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.38px;
  line-height: 24px;
  margin-bottom: -23px;
  text-transform: uppercase;
}
.error-404 .error-404-oups {
  color: #222222;
  font-family: "Gotham", sans-serif;
  font-size: 146px;
  font-weight: bold;
  letter-spacing: -2.35px;
  margin-bottom: 8px;
}
.error-404 .error-404-oups.erreur-503 {
  font-size: 50px;
}
.error-404 .error-404-desc {
  color: #222222;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 50px;
}

.section-404 {
  display: flex;
  min-height: calc(100vh - 139px);
  align-items: center;
  background-image: url(../images/404.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.subscription-checkout-page {
  padding: 70px 0 100px;
}
@media (max-width: 767.98px) {
  .subscription-checkout-page {
    padding: 60px 0;
  }
}
.subscription-checkout-page .sub-header {
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .subscription-checkout-page .sub-header {
    margin-bottom: 30px;
  }
}
.subscription-checkout-page .sub-header .subh-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 25%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767.98px) {
  .subscription-checkout-page .sub-header .subh-content {
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.subscription-checkout-page .sub-header .subh-content h1 {
  font-family: "Gotham", sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .subscription-checkout-page .sub-header .subh-content h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.subscription-checkout-page .sub-header .subh-content .subh-desc {
  margin-top: 30px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767.98px) {
  .subscription-checkout-page .sub-header .subh-content .subh-desc {
    font-size: 15px;
    line-height: 22px;
  }
}
.subscription-checkout-page .subscription-checkout-content {
  display: flex;
  justify-content: space-between;
}

.steps-nav-bar {
  margin: 50px auto 0;
  max-width: 100%;
}
.steps-nav-bar .progressbar {
  display: flex;
  justify-content: center;
  width: 100%;
  counter-reset: step;
}
.steps-nav-bar .progressbar li {
  float: left;
  width: 33.33%;
  position: relative;
  text-align: center;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 1.38px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #575454;
}
.steps-nav-bar .progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 36px;
  height: 36px;
  border: 2px solid #CDC8BA;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background: white;
  color: #CDC8BA;
  text-align: center;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  line-height: 32px;
  font-weight: bold;
}
.steps-nav-bar .progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #CDC8BA;
  top: 15px;
  left: -50%;
  z-index: -1;
  transform: translateY(50%);
}
.steps-nav-bar .progressbar li:first-child:after {
  content: none;
}
.steps-nav-bar .progressbar li.active {
  color: #F23540;
}
.steps-nav-bar .progressbar li.active:after {
  background-color: #F23540;
}
.steps-nav-bar .progressbar li.active:before {
  border-color: #F23540;
  color: #F23540;
}
@media (max-width: 575.98px) {
  .steps-nav-bar .progressbar li span {
    display: none;
  }
}

.step-form-container .step-form-header {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .step-form-container .step-form-header {
    margin-bottom: 30px;
  }
}
.step-form-container .step-form-header h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .step-form-container .step-form-header h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.step-form-container .step-form-header .step-form-header-description {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .step-form-container .step-form-header .step-form-header-description {
    font-size: 15px;
    line-height: 22px;
  }
}
.step-form-container .step-form-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .step-form-container .step-form-content {
    gap: 20px;
  }
}
.step-form-container .step-form-content .entry {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.step-form-container .step-form-footer {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .step-form-container .step-form-footer {
    margin-top: 30px;
  }
}
.step-form-container .step-form-footer .steps-direction {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #575454;
  padding-bottom: 20px;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .step-form-container .step-form-footer .steps-direction {
    flex-direction: column;
  }
}
.step-form-container .step-form-footer .steps-direction .next {
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .step-form-container .step-form-footer .steps-direction .next {
    margin-left: 0;
  }
}
.step-form-container .step-form-footer .steps-direction .prev a {
  flex-direction: row-reverse;
}
.step-form-container .step-form-footer .steps-direction .prev a .icon {
  padding-right: 13px;
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .cart-summary-container {
    margin-top: 40px;
  }
}
.cart-summary-container .cart-summary {
  border: 2px solid #CDC8BA;
  padding: 30px 45px 30px;
}
@media (max-width: 767.98px) {
  .cart-summary-container .cart-summary {
    padding: 15px;
  }
}
.cart-summary-container .cart-summary .cart-summary-header {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  line-height: 26px;
  padding-bottom: 32px;
  border-bottom: 1px solid #CDC8BA;
}
.cart-summary-container .cart-summary .cart-summary-items {
  margin: 25px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid #CDC8BA;
  padding-bottom: 30px;
}
.cart-summary-container .cart-summary .cart-summary-items .cart-summary-item {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.cart-summary-container .cart-summary .cart-summary-items .cart-summary-item .item-name {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.cart-summary-container .cart-summary .cart-summary-items .cart-summary-item .item-price {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .cart-summary-container .cart-summary .cart-summary-items .cart-summary-item .item-price {
    font-size: 15px;
    line-height: 22px;
  }
}
.cart-summary-container .cart-summary .cart-summary-item {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.cart-summary-container .cart-summary .cart-summary-item .item-name {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .cart-summary-container .cart-summary .cart-summary-item .item-name {
    font-size: 15px;
    line-height: 22px;
  }
}
.cart-summary-container .cart-summary .cart-summary-item .item-price {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .cart-summary-container .cart-summary .cart-summary-item .item-price {
    font-size: 15px;
    line-height: 22px;
  }
}
.cart-summary-container .cart-summary .cart-summary-conditions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cart-summary-container .cart-summary .cart-summary-totals {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #CDC8BA;
}

.validate-order-area {
  margin-top: 30px;
  display: flex;
  align-items: stretch;
  align-content: stretch;
}
.validate-order-area .btn {
  width: 100%;
  justify-content: center;
}

.checkout-payement-area {
  margin-top: 95px;
}
@media (max-width: 767.98px) {
  .checkout-payement-area {
    margin-top: 40px;
  }
}
.checkout-payement-area .header h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .checkout-payement-area .header h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.checkout-payement-area .header .header-description {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .checkout-payement-area .header .header-description {
    font-size: 15px;
    line-height: 22px;
  }
}
.checkout-payement-area .payement-choices {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #CDC8BA;
}
.checkout-payement-area .payement-cart-summary {
  margin-top: 30px;
  flex-direction: column;
  display: flex;
  gap: 7px;
}
.checkout-payement-area .payement-cart-summary .cart-summary-item {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.checkout-payement-area .payement-cart-summary .cart-summary-item .item-price {
  font-size: 16px;
}
.checkout-payement-area .payement-cart-summary .cart-summary-item.total-summary,
.checkout-payement-area .payement-cart-summary .cart-summary-item.total-summary .item-price {
  font-size: 24px;
  line-height: 32px;
}
.checkout-payement-area .note {
  margin-top: 30px;
}
.checkout-payement-area .error {
  margin-top: 10px;
}
.checkout-payement-area .error .message-wrapper {
  padding: 0;
}
.checkout-payement-area .error .message-wrapper .message-inner {
  padding: 10px;
}

.verification-order-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.verification-order-container .box {
  padding: 22px 30px;
  background: #F8F5EE;
}
.verification-order-container .box .title {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.verification-order-container .box .title h2 {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.1px;
}
@media (max-width: 767.98px) {
  .verification-order-container .box .title h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.verification-order-container .box .title .tools .btn {
  color: #222222;
}
.verification-order-container .box .title .tools .btn:hover {
  color: #F23540;
}
.verification-order-container .box .title .tools .btn.active {
  display: inline-block;
}
.verification-order-container .box .title .tools .btn.active::after, .verification-order-container .box .title .tools .btn.active::before {
  content: "";
  height: 2px;
  background-color: currentColor;
  width: 24px;
  margin: -2px 0;
  display: block;
}
.verification-order-container .box .title .tools .btn.active::after {
  transform: rotate(-45deg);
}
.verification-order-container .box .title .tools .btn.active::before {
  transform: rotate(45deg);
}
.verification-order-container .box .title .tools .btn.active svg {
  display: none;
}
.verification-order-container .box .visible-value .keys-info {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .verification-order-container .box .visible-value .keys-info {
    font-size: 20px;
    line-height: 24px;
  }
}
.verification-order-container .box .visible-value .normal-info {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .verification-order-container .box .visible-value .normal-info {
    font-size: 15px;
    line-height: 22px;
  }
}
.verification-order-container .box.payement {
  padding: 10px 0;
}
.verification-order-container .box.payement .box-header {
  padding: 0 30px;
}
.verification-order-container .box.payement .visible-value {
  padding: 0 30px;
}
.verification-order-container .box.payement .payement-choice-header,
.verification-order-container .box.payement .payement-choice-description {
  padding: 15px 30px;
}
.verification-order-container .box.payement .payement-choice-description {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
}
.verification-order-container .box.payement .ligne {
  padding: 0 15px;
}
.verification-order-container .hidden-value {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.payement-choice:not(:first-child) {
  border-top: 1px solid #CDC8BA;
}
.payement-choice.opened {
  background: #F6F1E7;
}
.payement-choice .payement-choice-header {
  padding: 15px 45px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.98px) {
  .payement-choice .payement-choice-header {
    padding: 15px 10px;
  }
}
.payement-choice .payement-choice-header .entry-radio {
  display: flex;
  align-items: center;
}
.payement-choice .payement-choice-header .entry-radio:before {
  margin-bottom: 0;
}
.payement-choice .payement-choice-header .entry-radio .radio {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 2px solid #F23540;
  border-radius: 50%;
  display: inline-flex;
  margin-right: 12px;
  position: relative;
  justify-content: center;
  align-items: center;
}
.payement-choice .payement-choice-header .entry-radio .input-radio:checked + .radio {
  background-color: transparent;
}
.payement-choice .payement-choice-header .entry-radio .input-radio:checked + .radio::before {
  display: block;
  width: 100%;
  height: 100%;
  transform: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #F23540;
  border-radius: 50%;
  margin: auto;
  bottom: 0;
  right: 0;
  border: 3px solid #f6f1e7;
}
.payement-choice .payement-choice-header .entry-radio .input-radio:checked {
  background-color: #F23540;
  /*  @at-root .payement-choice-header {
        background-color: $gold;
    }

   */
}
.payement-choice .payement-choice-description {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  padding: 15px 45px;
}
@media (max-width: 767.98px) {
  .payement-choice .payement-choice-description {
    padding: 15px 10px;
  }
}
.payement-choice .payement-choice-description .moneris-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.payement-choice .payement-choice-description .moneris-form .entry-checkbox {
  align-items: flex-start;
}
.payement-choice .payement-choice-description .moneris-form .entry-checkbox .checkbox-text {
  font-size: 14px;
}
.payement-choice .payement-choice-description .moneris-form .entry-content {
  background: #fff;
}

.btn-tool:hover {
  color: #F23540;
}

.button-add-product svg {
  margin-right: 15px;
}

.section-webinaire_category {
  margin-bottom: 70px;
}

.webinaire_category {
  align-items: center;
}
.webinaire_category .webinaire_category_title {
  color: #F23540;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}
.webinaire_category .cr-header {
  margin: 0;
}

.participation-detail {
  margin-bottom: 50px;
}

.join-ppage .list-info .membre-single-title {
  margin-bottom: 64px;
}
.join-ppage .list-info .membre-single-subs {
  margin-bottom: 64px;
}
.join-ppage .list-info .membre-single-subs .sub-title {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .join-ppage .list-info .membre-single-subs .sub-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.join-ppage .list-info .li-inner {
  width: 100%;
}
.join-ppage .list-info .li-inner .li-list .entry-radio .radio {
  margin: 0;
}
.join-ppage .list-info .li-inner .li-list .li-item {
  padding: 45px 45px 45px 30px;
  grid-template-columns: 2fr 4fr 2fr 1fr;
}
.join-ppage .list-info .li-inner .li-list .li-item label:not(.entry-radio) {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
  display: block;
  font-family: "Gotham", sans-serif;
}
.join-ppage .list-info .li-inner .li-list .li-item .custom-dropdown {
  max-width: 246px;
}
.join-ppage .list-info .li-inner .li-list .li-item .li-item-col.col-info {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.join-ppage .list-info .li-inner .li-list .li-item .li-item-col.col-info,
.join-ppage .list-info .li-inner .li-list .li-item .li-item-col.col-info a {
  color: #222222;
  font-family: "Gotham-Book", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.join-ppage .list-info .li-inner .li-list .li-item .li-item-col.col-info a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.join-ppage .list-info .li-inner .li-list .li-item .li-item-col.col-info .sub-info {
  max-width: 156px;
}
@media (max-width: 767.98px) {
  .join-ppage .list-info .li-inner .li-list .li-item .li-item-col.col-info .sub-info {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .join-ppage .list-info .li-inner .li-list .li-item .li-item-col.col-info {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.join-ppage .list-info .li-inner .li-list .li-item .li-item-col.col-link-calc .btn-link {
  text-transform: none;
  text-decoration: underline;
  font-size: 14px;
  font-family: "Gotham-Book", sans-serif;
  line-height: 20px;
}
.join-ppage .list-info .li-inner .li-list .li-item .col-price {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .join-ppage .list-info .li-inner .li-list .li-item .col-price {
    display: block;
  }
}
.join-ppage .btn-container {
  text-align: right;
  margin-top: 40px;
}
.join-ppage .message {
  margin-top: 10px;
}
.join-ppage .message .mw-inner {
  padding: 0;
}
.join-ppage .message .message-title {
  display: none;
}

.search-general .reset-filter a {
  display: flex;
  color: #F23540;
  text-transform: uppercase;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.3799999952px;
  font-weight: 500;
}
.search-general .reset-filter a span {
  margin-right: 12px;
}
.search-general .result-content {
  border-bottom-color: #CDC8BA;
  margin-bottom: 20px;
}
.search-general .result-general .search-item {
  border-bottom: solid 1px #CDC8BA;
  padding: 30px 0;
}
.search-general .result-general .search-item .search-item-title {
  margin-bottom: 12px;
}
.search-general .result-general .search-item .search-item-title a {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #F23540;
  font-weight: 600;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .search-general .result-general .search-item .search-item-title a {
    font-size: 20px;
    line-height: 24px;
  }
}
.search-general .result-general .search-item .search-item-title a:hover {
  color: #222222;
}
.search-general .result-general .search-item .search-type {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.3846154213px;
  text-transform: uppercase;
  color: #F23540;
  margin-bottom: 5px;
}
.search-general .search-item-text {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (max-width: 767.98px) {
  .search-general .search-item-text {
    font-size: 15px;
    line-height: 22px;
  }
}
.search-general .result-of-pagination {
  padding: 15px 0;
  margin-top: 50px;
}

.complete-account-page {
  padding: 45px 0 80px;
}
.complete-account-page .complete-account-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin-bottom: 50px;
}
.complete-account-page .complete-account-header .complete-account-title h1 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .complete-account-page .complete-account-header .complete-account-title h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.complete-account-page .complete-account-header .complete-account-intro {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #F23540;
  color: #222222;
}
@media (max-width: 767.98px) {
  .complete-account-page .complete-account-header .complete-account-intro {
    font-size: 18px;
    line-height: 24px;
  }
}
.complete-account-page .steps-nav-bar-container {
  margin: 50px auto 0;
  max-width: 100%;
}
.complete-account-page .steps-nav-bar-container .progressbar {
  display: flex;
  justify-content: center;
  width: 100%;
  counter-reset: step;
}
.complete-account-page .steps-nav-bar-container .progressbar li {
  float: left;
  width: 33.33%;
  position: relative;
  text-align: center;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 1.38px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #CDC8BA;
}
.complete-account-page .steps-nav-bar-container .progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 36px;
  height: 36px;
  border: 2px solid #CDC8BA;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background: white;
  color: #CDC8BA;
  text-align: center;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  line-height: 32px;
  font-weight: bold;
}
.complete-account-page .steps-nav-bar-container .progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #CDC8BA;
  top: 16px;
  left: -50%;
  z-index: -1;
}
.complete-account-page .steps-nav-bar-container .progressbar li:first-child:after {
  content: none;
}
.complete-account-page .steps-nav-bar-container .progressbar li.active {
  color: #F23540;
}
.complete-account-page .steps-nav-bar-container .progressbar li.active:after {
  background-color: #F23540;
}
.complete-account-page .steps-nav-bar-container .progressbar li.active:before {
  border-color: #F23540;
  color: #F23540;
}
@media (max-width: 575.98px) {
  .complete-account-page .steps-nav-bar-container .progressbar li span {
    display: none;
  }
}
.complete-account-page .complete-account-step {
  margin-top: 60px;
}
.complete-account-page .complete-account-step .step-header .step-header-title {
  margin-bottom: 30px;
  text-align: center;
}
.complete-account-page .complete-account-step .step-header .step-header-title h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .complete-account-page .complete-account-step .step-header .step-header-title h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.complete-account-page .complete-account-step .step-content .section {
  margin-top: 35px;
}
.complete-account-page .complete-account-step .step-content .section .section-title {
  margin-bottom: 20px;
}
.complete-account-page .complete-account-step .step-content .section .section-title h3 {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.complete-account-page .complete-account-step .step-content .section .section-content .ligne {
  margin-bottom: 30px;
}
.complete-account-page .complete-account-step .step-content .section .section-content .ligne .label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
.complete-account-page .complete-account-step .step-content .section.bordered {
  position: relative;
  margin-bottom: 80px;
}
.complete-account-page .complete-account-step .step-content .section.bordered .section-header {
  background: #fff;
  z-index: 99;
  position: relative;
  padding: 0 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  transform: translateY(-50%);
}
.complete-account-page .complete-account-step .step-content .section.bordered .section-header .section-title {
  margin-bottom: 0;
}
.complete-account-page .complete-account-step .step-content .section.bordered:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% + 30px);
  border: 1px solid #CDC8BA;
}
.complete-account-page .step-form-container .step-form-header {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .complete-account-page .step-form-container .step-form-header {
    margin-bottom: 30px;
  }
}
.complete-account-page .step-form-container .step-form-header h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .complete-account-page .step-form-container .step-form-header h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.complete-account-page .step-form-container .step-form-header .step-form-header-description {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .complete-account-page .step-form-container .step-form-header .step-form-header-description {
    font-size: 15px;
    line-height: 22px;
  }
}
.complete-account-page .step-form-container .step-form-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .complete-account-page .step-form-container .step-form-content {
    gap: 20px;
  }
}
.complete-account-page .step-form-container .step-form-content .entry {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.complete-account-page .step-form-container .step-form-footer {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .complete-account-page .step-form-container .step-form-footer {
    margin-top: 30px;
  }
}
.complete-account-page .step-form-container .step-form-footer .steps-direction {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #575454;
  padding-bottom: 20px;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .complete-account-page .step-form-container .step-form-footer .steps-direction {
    flex-direction: column;
  }
}
.complete-account-page .step-form-container .step-form-footer .steps-direction .next {
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .complete-account-page .step-form-container .step-form-footer .steps-direction .next {
    margin-left: 0;
  }
}
.complete-account-page .step-form-container .step-form-footer .steps-direction .prev a {
  flex-direction: row-reverse;
}
.complete-account-page .step-form-container .step-form-footer .steps-direction .prev a .icon {
  padding-right: 13px;
  padding-left: 0;
}
.complete-account-page .step-header-description {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.complete-account-page .organisation-members {
  margin: 24px 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
}
.complete-account-page .organisation-members .members_list {
  align-self: stretch;
  width: 100%;
}
.complete-account-page .organisation-billing-addresses {
  margin: 24px 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
}
.complete-account-page .organisation-billing-addresses .listing-users {
  align-self: stretch;
  width: 100%;
}

.verify-account-page {
  padding: 45px 0 90px;
}
.verify-account-page .verify-account-header {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}
.verify-account-page .verify-account-header .verify-account-intro {
  line-height: 32px;
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .verify-account-page .verify-account-header .verify-account-intro {
    font-size: 20px;
    line-height: 24px;
  }
}
.verify-account-page .verify-account-header h1 {
  font-family: "Gotham", sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .verify-account-page .verify-account-header h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.verify-account-page .verify-account-content .organisation {
  padding-bottom: 60px;
}

.toggle-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.toggle-switch .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 18px;
}
.toggle-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  transition: 0.4s;
}
.toggle-switch input:checked + .slider {
  background-color: #F23540;
}
.toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #F23540;
}
.toggle-switch input:checked + .slider:before {
  transform: translateX(26px);
}
.toggle-switch .slider.round {
  border-radius: 34px;
}
.toggle-switch .slider.round:before {
  border-radius: 50%;
}

.order_history {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .order_history {
    padding-bottom: 40px;
  }
}
.order_history .dashboard-title {
  margin: auto auto 50px auto;
}
@media (max-width: 767.98px) {
  .order_history .dashboard-title {
    margin: auto auto 30px auto;
  }
}
.order_history .grid {
  margin: 0;
  direction: ltr;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 24px;
}
@media (max-width: 767.98px) {
  .order_history .grid {
    flex-direction: column;
    gap: 10px;
  }
}
.order_history .grid > * {
  display: inline-block;
}
.order_history .td {
  box-sizing: border-box;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.1px;
  font-weight: 400;
  min-height: 1px;
  vertical-align: top;
  width: 25%;
}
@media (max-width: 767.98px) {
  .order_history .td {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .order_history .td {
    width: 100%;
  }
}
.order_history .td.td-actions {
  width: 10%;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
}
.order_history .td.td-actions a {
  color: #F23540;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
html .order_history .td.td-actions a:not(:disabled):not(.disabled):hover {
  color: #222222;
}
.order_history .td.td-actions a.link-to {
  background: transparent;
  color: #F23540;
  border: 1px solid #F23540;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .order_history .td.td-actions a.link-to:not(:disabled):not(.disabled):hover {
  color: #fff;
  background: #F23540;
  border-color: #F23540;
}
.order_history .label-row {
  background: #F23540;
  padding: 17px 0 18px;
}
.order_history .label-row .td {
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: -0.075px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .order_history .label-row .td {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .order_history .label-row .grid {
    margin-bottom: 0;
    display: none;
  }
}
@media (max-width: 767.98px) {
  .order_history .orders-list-header {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .order_history .order-list-content {
    border-top: 1px solid #222222;
  }
}
.order_history .orders-list-item {
  padding: 23px 24px 18px;
  border-bottom: 1px solid #222222;
}
@media (max-width: 767.98px) {
  .order_history .orders-list-item {
    padding: 23px 0;
  }
  .order_history .orders-list-item .td {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.order_history .orders-list-item .td:before {
  content: "";
}
.order_history .orders-list-item .td span.gt {
  display: block;
}
@media (max-width: 767.98px) {
  .order_history .orders-list-item .td {
    text-align: left;
  }
  .order_history .orders-list-item .td.desktop-only {
    display: none;
  }
  .order_history .orders-list-item .td:before {
    content: attr(data-name);
    width: 40%;
    flex: 0 0 40%;
  }
  .order_history .orders-list-item .td.td-actions {
    justify-content: center;
    padding: 25px 10px;
  }
  .order_history .orders-list-item .td.td-actions:before {
    content: none;
  }
}
.order_history .orders-list-pagination {
  margin-top: 45px;
}

.order_history_details {
  padding: 0 0 100px;
}
@media (max-width: 767.98px) {
  .order_history_details {
    padding-bottom: 40px;
  }
}
.order_history_details .dashboard-title {
  margin: auto auto 50px auto;
}
@media (max-width: 767.98px) {
  .order_history_details .dashboard-title {
    margin: auto auto 30px auto;
  }
}
.order_history_details .cart {
  margin-top: 0;
  margin-bottom: 40px;
}
.order_history_details .cart .cart-checkout {
  border-top: none;
}
.order_history_details .cart .cart-checkout .total {
  border-top: 1px solid #222222;
  padding-top: 15px;
}
.order_history_details .info__block {
  height: 100%;
}

.checkout_event .add-participant-step .aps-header {
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.checkout_event .add-participant-step .aps-header .aps-header-title {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .checkout_event .add-participant-step .aps-header .aps-header-title {
    flex-direction: column;
  }
}
.checkout_event .add-participant-step .aps-header .aps-header-title h2 {
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .checkout_event .add-participant-step .aps-header .aps-header-title h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.checkout_event .add-participant-step .aps-header .aps-header-description {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .checkout_event .add-participant-step .aps-header .aps-header-description {
    font-size: 15px;
    line-height: 22px;
  }
}
.checkout_event .add-participant-step .aps-content .events-order-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767.98px) {
  .checkout_event .add-participant-step .aps-content .events-order-list {
    gap: 30px;
  }
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-block {
  border: 1px solid #CDC8BA;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-block.active .event-tools svg {
  transform: rotate(180deg);
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-block .order-event-header {
  padding: 25px 30px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .checkout_event .add-participant-step .aps-content .events-order-list .order-event-block .order-event-header {
    padding: 20px 15px;
    gap: 20px;
  }
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-block .order-event-header .oeh-content {
  flex: auto;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-block .order-event-header .oeh-dec {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  width: calc(100% - 60px);
  align-self: stretch;
}
@media (max-width: 767.98px) {
  .checkout_event .add-participant-step .aps-content .events-order-list .order-event-block .order-event-header .oeh-dec {
    flex-direction: column;
    gap: 20px;
  }
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-block .order-event-header .oeh-dec .event-info {
  display: flex;
  flex-direction: column;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-block .order-event-header .oeh-dec .event-info .categ {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #F23540;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .checkout_event .add-participant-step .aps-content .events-order-list .order-event-block .order-event-header .oeh-dec .event-info .categ {
    font-size: 12px;
    line-height: 18px;
  }
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-block .order-event-header .oeh-dec .event-info h3 {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #F23540;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .checkout_event .add-participant-step .aps-content .events-order-list .order-event-block .order-event-header .oeh-dec .event-info h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-block .order-event-header .oeh-dec .event-info .assignation {
  margin-top: 10px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  text-transform: none;
  color: #F23540;
  letter-spacing: 0;
  font-style: italic;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-block .order-event-header .oeh-dec .event-date {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .checkout_event .add-participant-step .aps-content .events-order-list .order-event-block .order-event-header .oeh-dec .event-date {
    font-size: 15px;
    line-height: 22px;
  }
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-block .order-event-header .oeh-toggle .event-tools a {
  display: block;
  color: #F23540;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-block .order-event-header .oeh-toggle .event-tools a:hover {
  color: #222222;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-block .order-event-header .oeh-toggle .event-tools a svg {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-block .event-descrption {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .checkout_event .add-participant-step .aps-content .events-order-list .order-event-block .event-descrption {
    font-size: 15px;
    line-height: 22px;
  }
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content {
  padding: 35px 15px;
  display: none;
  border-top: 1px solid #CDC8BA;
}
@media (max-width: 767.98px) {
  .checkout_event .add-participant-step .aps-content .events-order-list .order-event-content {
    padding: 25px 0;
  }
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content.opened {
  display: block;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants {
  padding: 0 15px;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .block-tickets {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .block-tickets .block-tickets-head {
  padding-bottom: 25px;
  border-bottom: 1px solid #CDC8BA;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .block-tickets .block-tickets-head h4 {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .block-tickets .ticket {
  padding: 20px 0 25px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #CDC8BA;
  cursor: pointer;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .block-tickets .ticket .ticket-title {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .block-tickets .ticket .ticket-title {
    font-size: 15px;
    line-height: 22px;
  }
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .block-tickets .ticket .ticket-content {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .block-tickets .ticket.active .ticket-title {
  color: #F23540;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .block-tickets .ticket.active .ticket-title span {
  color: #222222;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .block-tickets .ticket.active .ticket-title .ticket-attr {
  background-color: #B21E28;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .block-tickets .ticket.active .ticket-title .ticket-attr span {
  color: #fff;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .tickets-content {
  padding: 0;
}
@media (max-width: 767.98px) {
  .checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .tickets-content {
    padding: 20px 20px 0;
  }
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .tickets-content .title {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 25px;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .tickets-content .add-part-form-container .intro .message {
  margin-bottom: 45px;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .tickets-content .add-part-form-container .intro .intro_options {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .tickets-content .add-part-form-container .add_member h4 {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 40px;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .tickets-content .add-part-form-container .footer {
  margin-top: 40px;
}
.checkout_event .add-participant-step .aps-content .events-order-list .order-event-content .single-event-participants .tickets-content .add-part-form-container .field_guest {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.checkout_event .add-participant-step .aps-footer {
  margin-top: 45px;
}
