@charset "UTF-8";
/*
 * Import files
 */
/*
 * Variables
 */
@import '../fonts/stylesheet.css';
@import '../fonts/icones.css';
@-ms-viewport {
  width: device-width;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 0;
}
@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}
@media (min-width: 568px) {
  .container {
    max-width: 568px;
  }
}
@media (min-width: 667px) {
  .container {
    max-width: 667px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row, #main .gform_wrapper .ginput_complex {
  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-xs,
.col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xxs,
.col-xxs-auto, .col-xxs-12, .col-xxs-11, .col-xxs-10, .col-xxs-9, .col-xxs-8, .col-xxs-7, .col-xxs-6, .col-xxs-5, .col-xxs-4, .col-xxs-3, .col-xxs-2, .col-xxs-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, #main .gform_wrapper .ginput_complex > div,
#main .gform_wrapper .ginput_complex > span, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

.col-6, #main .gform_wrapper .ginput_complex > div,
#main .gform_wrapper .ginput_complex > span {
  flex: 0 0 50%;
  max-width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .col-xxs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxs-first {
    order: -1;
  }

  .order-xxs-last {
    order: 13;
  }

  .order-xxs-0 {
    order: 0;
  }

  .order-xxs-1 {
    order: 1;
  }

  .order-xxs-2 {
    order: 2;
  }

  .order-xxs-3 {
    order: 3;
  }

  .order-xxs-4 {
    order: 4;
  }

  .order-xxs-5 {
    order: 5;
  }

  .order-xxs-6 {
    order: 6;
  }

  .order-xxs-7 {
    order: 7;
  }

  .order-xxs-8 {
    order: 8;
  }

  .order-xxs-9 {
    order: 9;
  }

  .order-xxs-10 {
    order: 10;
  }

  .order-xxs-11 {
    order: 11;
  }

  .order-xxs-12 {
    order: 12;
  }

  .offset-xxs-0 {
    margin-left: 0;
  }

  .offset-xxs-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxs-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxs-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxs-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxs-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxs-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxs-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 568px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 13;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 667px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: 320px) {
  .d-xxs-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 568px) {
  .d-xs-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 667px) {
  .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: 1440px) {
  .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: 1600px) {
  .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;
}

.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: 320px) {
  .flex-xxs-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 568px) {
  .flex-xs-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 667px) {
  .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;
  }

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

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

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

  .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: 1440px) {
  .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;
  }

  .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: 1600px) {
  .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;
  }

  .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;
  }
}
/*
 * Variables
 */
ul li {
  list-style-type: none;
}

.green-big-list {
  color: #cfdf68;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
}

.bottom-separator {
  border-bottom: 2px solid #dddfd0;
  display: block;
  padding: 15px 0;
}

/*
 * Styles
 */
* {
  outline-style: none;
}

.wow {
  visibility: hidden;
}

html, body {
  font-family: "Menco", sans-serif;
  color: #6a6a6a;
  font-size: 18px;
  line-height: 1.4em;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.bgPrimary {
  background-color: #c4112f;
}

.bgSecondary {
  background-color: #f1f3e3;
}

p {
  letter-spacing: 0.05em;
  padding-bottom: 1em;
  line-height: 1.3em;
}

h1 {
  color: #c4112f;
  font-weight: bold;
  font-size: 3.2rem;
  margin-bottom: 0.45em;
  line-height: 1.15em;
  letter-spacing: 0.6pt;
}
h1 + hr {
  border: 1px solid #f4f4f4;
}

.title-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.title-price h1:not(.price) {
  padding-right: 30px;
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0.6em;
  line-height: 1.1em;
  color: #c4112f;
}

h3 {
  color: #6a6a6a;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.3rem;
  line-height: 1.2em;
}
h3.desc_title {
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 1em;
  margin-bottom: 0.8em;
}

a, a.btn-link {
  color: #888b6f;
}
a:hover, a.btn-link:hover {
  text-decoration: none;
  color: #6a6a6a;
}

.tel a, .tel a.btn-link, .email a, .email a.btn-link, .term-tax a, .term-tax a.btn-link {
  color: #6a6a6a;
}
.tel a:hover, .tel a.btn-link:hover, .email a:hover, .email a.btn-link:hover, .term-tax a:hover, .term-tax a.btn-link:hover {
  text-decoration: none;
  color: #b1b0b0;
}

.btn, a.btn {
  padding: 0.7em 1.8em;
  display: inline-block;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  font-size: 1em;
  font-weight: 600;
  background-color: #c4112f;
  color: white;
}
.btn:hover, a.btn:hover {
  background-color: #cfdf68;
  color: #6a6a6a;
}
.btn.btn-grey, a.btn.btn-grey {
  background-color: #e1e3d7;
  color: #6a6a6a;
}
.btn.btn-grey:hover, a.btn.btn-grey:hover {
  background-color: #6a6a6a;
  color: #e1e3d7;
}
.btn.btn-secondary, a.btn.btn-secondary {
  background-color: #cfdf68;
  color: #6a6a6a;
}
.btn.btn-secondary:hover, a.btn.btn-secondary:hover {
  background-color: #c4112f;
  color: white;
}
.btn.btn-share, a.btn.btn-share {
  margin-top: 30px;
}
.btn.btn-share i, a.btn.btn-share i {
  padding-right: 15px;
}
.btn.btn-link, a.btn.btn-link {
  background-color: transparent;
  color: #888b6f;
}
.btn.btn-link:hover, a.btn.btn-link:hover {
  background-color: transparent;
  color: #6a6a6a;
}

.gutter-80 {
  margin-left: -25px;
  margin-right: -25px;
}
.gutter-80 > div[class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}

.align-center h2, .align-center h1, .align-center p {
  text-align: center;
}

.woocommerce #respond input.button, .woocommerce #respond input.button.alt, .woocommerce #respond input.alt, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce #respond input.edit,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce a.alt,
.woocommerce a#submit,
.woocommerce a#submit.alt,
.woocommerce a.edit, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.alt, .woocommerce button#submit, .woocommerce button#submit.alt, .woocommerce button.edit, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.alt, .woocommerce input#submit, .woocommerce input#submit.alt, .woocommerce input.edit, .woocommerce-page #respond input.button, .woocommerce-page #respond input.button.alt, .woocommerce-page #respond input.alt, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page #respond input.edit,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page a.alt,
.woocommerce-page a#submit,
.woocommerce-page a#submit.alt,
.woocommerce-page a.edit, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page button.alt, .woocommerce-page button#submit, .woocommerce-page button#submit.alt, .woocommerce-page button.edit, .woocommerce-page input.button, .woocommerce-page input.button.alt, .woocommerce-page input.alt, .woocommerce-page input#submit, .woocommerce-page input#submit.alt, .woocommerce-page input.edit {
  padding: 1.25em 1.8em;
  display: inline-block;
  border-radius: 35px;
  font-size: 0.9em;
  border: none;
  margin-top: 0;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 600;
  background-color: #cfdf68;
  color: #6a6a6a;
  transition: 0.4s ease-in-out;
  outline-style: none;
}
.woocommerce #respond input.button:hover, .woocommerce #respond input.button.alt:hover, .woocommerce #respond input.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input.edit:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.alt:hover,
.woocommerce a#submit:hover,
.woocommerce a#submit.alt:hover,
.woocommerce a.edit:hover, .woocommerce button.button:hover, .woocommerce button.button.alt:hover, .woocommerce button.alt:hover, .woocommerce button#submit:hover, .woocommerce button#submit.alt:hover, .woocommerce button.edit:hover, .woocommerce input.button:hover, .woocommerce input.button.alt:hover, .woocommerce input.alt:hover, .woocommerce input#submit:hover, .woocommerce input#submit.alt:hover, .woocommerce input.edit:hover, .woocommerce-page #respond input.button:hover, .woocommerce-page #respond input.button.alt:hover, .woocommerce-page #respond input.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input.edit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.alt:hover,
.woocommerce-page a#submit:hover,
.woocommerce-page a#submit.alt:hover,
.woocommerce-page a.edit:hover, .woocommerce-page button.button:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.alt:hover, .woocommerce-page button#submit:hover, .woocommerce-page button#submit.alt:hover, .woocommerce-page button.edit:hover, .woocommerce-page input.button:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page input.alt:hover, .woocommerce-page input#submit:hover, .woocommerce-page input#submit.alt:hover, .woocommerce-page input.edit:hover {
  background-color: #c4112f;
  color: white;
}
.woocommerce #respond input.button.disabled, .woocommerce #respond input.button:disabled, .woocommerce #respond input.button.alt.disabled, .woocommerce #respond input.button.alt:disabled, .woocommerce #respond input.alt.disabled, .woocommerce #respond input.alt:disabled, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input.edit.disabled, .woocommerce #respond input.edit:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.alt.disabled,
.woocommerce a.alt:disabled,
.woocommerce a#submit.disabled,
.woocommerce a#submit:disabled,
.woocommerce a#submit.alt.disabled,
.woocommerce a#submit.alt:disabled,
.woocommerce a.edit.disabled,
.woocommerce a.edit:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt:disabled, .woocommerce button.alt.disabled, .woocommerce button.alt:disabled, .woocommerce button#submit.disabled, .woocommerce button#submit:disabled, .woocommerce button#submit.alt.disabled, .woocommerce button#submit.alt:disabled, .woocommerce button.edit.disabled, .woocommerce button.edit:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt:disabled, .woocommerce input.alt.disabled, .woocommerce input.alt:disabled, .woocommerce input#submit.disabled, .woocommerce input#submit:disabled, .woocommerce input#submit.alt.disabled, .woocommerce input#submit.alt:disabled, .woocommerce input.edit.disabled, .woocommerce input.edit:disabled, .woocommerce-page #respond input.button.disabled, .woocommerce-page #respond input.button:disabled, .woocommerce-page #respond input.button.alt.disabled, .woocommerce-page #respond input.button.alt:disabled, .woocommerce-page #respond input.alt.disabled, .woocommerce-page #respond input.alt:disabled, .woocommerce-page #respond input#submit.disabled, .woocommerce-page #respond input#submit:disabled, .woocommerce-page #respond input#submit.alt.disabled, .woocommerce-page #respond input#submit.alt:disabled, .woocommerce-page #respond input.edit.disabled, .woocommerce-page #respond input.edit:disabled,
.woocommerce-page a.button.disabled,
.woocommerce-page a.button:disabled,
.woocommerce-page a.button.alt.disabled,
.woocommerce-page a.button.alt:disabled,
.woocommerce-page a.alt.disabled,
.woocommerce-page a.alt:disabled,
.woocommerce-page a#submit.disabled,
.woocommerce-page a#submit:disabled,
.woocommerce-page a#submit.alt.disabled,
.woocommerce-page a#submit.alt:disabled,
.woocommerce-page a.edit.disabled,
.woocommerce-page a.edit:disabled, .woocommerce-page button.button.disabled, .woocommerce-page button.button:disabled, .woocommerce-page button.button.alt.disabled, .woocommerce-page button.button.alt:disabled, .woocommerce-page button.alt.disabled, .woocommerce-page button.alt:disabled, .woocommerce-page button#submit.disabled, .woocommerce-page button#submit:disabled, .woocommerce-page button#submit.alt.disabled, .woocommerce-page button#submit.alt:disabled, .woocommerce-page button.edit.disabled, .woocommerce-page button.edit:disabled, .woocommerce-page input.button.disabled, .woocommerce-page input.button:disabled, .woocommerce-page input.button.alt.disabled, .woocommerce-page input.button.alt:disabled, .woocommerce-page input.alt.disabled, .woocommerce-page input.alt:disabled, .woocommerce-page input#submit.disabled, .woocommerce-page input#submit:disabled, .woocommerce-page input#submit.alt.disabled, .woocommerce-page input#submit.alt:disabled, .woocommerce-page input.edit.disabled, .woocommerce-page input.edit:disabled {
  background-color: #cfdf68;
  color: #6a6a6a;
  padding: 1.25em 1.8em !important;
}

.gaussien img {
  filter: blur(1px);
}
.gaussien .post-content {
  margin-top: -1px;
}

.wrapper {
  position: relative;
  width: 90%;
  max-width: 1660px;
  margin: 0 auto;
}
.wrapper.big {
  width: 100%;
  max-width: 100%;
  padding: 45px 30px;
}

#main {
  position: relative;
  z-index: 9;
}

#mobile-nav {
  display: none;
  position: fixed;
  z-index: 49;
  top: 100px;
  right: 0;
  bottom: 0;
  max-width: 350px;
  width: 100%;
  background: white;
  padding: 30px;
  overflow-y: scroll;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
  transform: translateX(100%);
}
#mobile-nav.active {
  transform: translateX(0);
}
#mobile-nav li.menu-item-has-children.active > a:after {
  transform: rotate(180deg);
}
#mobile-nav li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #c4112f transparent transparent transparent;
  transition: all 0.4s ease-in-out;
}
#mobile-nav > ul {
  padding-left: 0;
}
#mobile-nav > ul > li {
  margin-bottom: 10px;
  cursor: pointer;
}
#mobile-nav > ul > li.active > ul, #mobile-nav > ul > li:hover > ul {
  display: block;
}
#mobile-nav > ul > li > ul {
  display: none;
  padding-left: 15px;
}
#mobile-nav > ul > li > ul > li a {
  font-size: 16px;
}
#mobile-nav > ul a {
  font: bold 20px/1em "Menco", sans-serif;
  color: #c4112f;
}
#mobile-nav > ul a:hover {
  color: #6a6a6a;
  background: transparent;
}

#header {
  position: relative;
  z-index: 99;
  height: 170px;
  transition: 0.4s ease-in-out;
}
#header .navbar-toggler {
  display: block;
}
#header .navbar-toggler-icon {
  font-size: 1.5em;
  height: 35px;
  width: 50px;
}
#header ul {
  padding: 0;
  margin: 0;
}
#header * {
  transition: 0.4s ease-in-out;
}
#header > .wrapper {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  height: 170px;
  background: white;
  position: fixed;
  z-index: 10;
}
#header > .wrapper #logo img {
  width: 247px;
  height: 80px;
}
#header > .wrapper .navbar li a {
  display: inline-block;
  padding: 15px;
  font-weight: bold;
  color: #c4112f;
}
#header > .wrapper .navbar li a:hover {
  color: #6a6a6a;
  background: transparent;
}
#header > .wrapper .navbar li.last-menu {
  margin-right: 0;
}
#header > .wrapper .navbar li.ico-cart a {
  color: white;
  width: 55px;
  height: 48px;
  overflow: hidden;
}
#header > .wrapper .navbar li.ico-cart a:hover:before {
  color: #6a6a6a;
}
#header > .wrapper .navbar li.ico-cart a:before {
  font-size: 1.1em;
  color: #c4112f;
  content: "";
  transition: 0.4s ease-in-out;
  font-family: "icomoon" !important;
}
#header > .wrapper .navbar li.current-menu-ancestor > a {
  color: #6a6a6a;
}
#header > .wrapper .navbar li.current-menu-ancestor ul li.current-menu-item {
  color: #6a6a6a;
}
#header > .wrapper .navbar li.current-menu-ancestor ul li.current-menu-item a {
  color: #6a6a6a;
}
#header > .wrapper .navbar li.menu-item-has-children:hover .dropdown-menu {
  display: block;
}
#header > .wrapper .navbar li .dropdown-menu {
  min-width: 160px;
  overflow: auto;
  padding: 15px;
  margin-top: -1px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  border: none;
}
#header > .wrapper .navbar li .dropdown-menu li, #header > .wrapper .navbar li .dropdown-menu a {
  padding: 3px 15px;
}
#header > .wrapper .navbar li.is-button {
  display: inline-block;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  font-size: 1em;
  font-weight: 600;
  overflow: hidden;
}
#header > .wrapper .navbar li.is-button.red a {
  background-color: #c4112f;
  color: white;
}
#header > .wrapper .navbar li.is-button.red:hover a {
  background-color: #cfdf68;
  color: #6a6a6a;
}
#header > .wrapper .navbar li.is-button.green a {
  background-color: #cfdf68;
  color: #6a6a6a;
}
#header > .wrapper .navbar li.is-button.green:hover a {
  background-color: #c4112f;
  color: white;
}
#header.sticky {
  height: 100px;
  transition: 0.4s ease-in-out;
}
#header.sticky > .wrapper {
  height: 100px;
  transition: 0.4s ease-in-out;
}

.wrapper {
  max-width: 1440px;
}

#banner {
  min-height: 500px;
  color: white;
}
#banner div[class^=col], #banner div[class*=" col"] {
  margin: 0;
}
#banner h1, #banner h2, #banner h3 {
  color: white;
}

#slider-banner {
  min-height: 500px;
  color: white;
  background: transparent url(../images/bgActivites.png) repeat center center;
  background-size: contain;
}
#slider-banner h1, #slider-banner h2, #slider-banner h3 {
  color: white;
}
#slider-banner .splide__arrows {
  position: absolute;
  top: 48%;
  width: 95%;
  display: flex;
  justify-content: space-between;
  left: 2.5%;
  z-index: 3;
  pointer-events: none;
}
#slider-banner .splide__arrows .splide__arrow {
  cursor: pointer;
  width: 42px;
  height: 70px;
  border: 0px;
  outline: none;
  background: transparent;
  pointer-events: all;
}
#slider-banner .splide__arrows .splide__arrow svg {
  width: 42px;
}
#slider-banner .splide__arrows .splide__arrow svg path {
  fill: #fff;
  transition: all 0.3s ease-in-out;
}
#slider-banner .splide__arrows .splide__arrow.splide__arrow--prev {
  transform: rotateZ(180deg);
}
#slider-banner .splide__arrows .splide__arrow:disabled, #slider-banner .splide__arrows .splide__arrow[disabled] {
  opacity: 0;
  pointer-events: none;
}
#slider-banner .splide__arrows .splide__arrow:hover svg path {
  fill: #cfdf68;
}

.home #banner,
.home #slider-banner,
.home #slider-banner .splide__slide {
  min-height: 900px;
}
.home .FW-half-image-half-content .btn.btn-secondary, .home .FW-half-image-half-content a.btn.btn-secondary, .home .half-content-half-image .btn.btn-secondary, .home .half-content-half-image a.btn.btn-secondary, .home .FW-half-content-half-image .btn.btn-secondary, .home .FW-half-content-half-image a.btn.btn-secondary, .home .FW-content .btn.btn-secondary, .home .FW-content a.btn.btn-secondary {
  background-color: #c4112f;
  color: white;
}
.home .FW-half-image-half-content .btn.btn-secondary:hover, .home .FW-half-image-half-content a.btn.btn-secondary:hover, .home .half-content-half-image .btn.btn-secondary:hover, .home .half-content-half-image a.btn.btn-secondary:hover, .home .FW-half-content-half-image .btn.btn-secondary:hover, .home .FW-half-content-half-image a.btn.btn-secondary:hover, .home .FW-content .btn.btn-secondary:hover, .home .FW-content a.btn.btn-secondary:hover {
  background-color: #cfdf68;
  color: #6a6a6a;
}

.call-to-action {
  margin-top: 30px;
}
.call-to-action .call-link, .call-to-action .call-btn {
  margin: 0 15px 0 0;
}
.call-to-action .call-link a.btn-link {
  padding-left: 0;
  padding-right: 0;
}

#breadcrumbs {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0 0 22.5px 0;
  color: #b1b0b0;
  word-spacing: 5px;
}
#breadcrumbs a {
  color: #b1b0b0;
}

.info-bloc {
  display: flex;
  background-color: #dddfd0;
  align-items: center;
}
.info-bloc .icon-info {
  color: white;
  align-self: stretch;
  background-color: #c4112f;
  display: inline-block;
  font-size: 2.5rem;
  padding: 22.5px;
}
.info-bloc p {
  padding: 15px 45px;
  flex-grow: 1;
}

.hover-card {
  height: 460px;
}
.hover-card * {
  transition: 0.4s ease-in-out;
}
.hover-card .hover-card-front {
  position: relative;
  width: 100%;
  height: 100%;
}
.hover-card .hover-card-front .hover-card-front-bg {
  position: absolute;
  border-radius: 25px;
  height: 100%;
  opacity: 1;
  width: 100%;
}
.hover-card .hover-card-front .content-card {
  position: relative;
  z-index: 3;
  height: 100%;
  box-shadow: inset 2000px 0 0 0 rgba(212, 217, 223, 0.35);
  border-radius: 25px;
}
.hover-card .hover-card-front .content-card .post-cat {
  border: 1px solid white;
  margin: 7.5px;
  border-radius: 35px;
  width: fit-content;
  padding: 6px 7px;
  align-items: center;
  display: inline-flex;
  overflow: hidden;
  max-width: 94%;
  background-color: rgba(255, 255, 255, 0);
}
.hover-card .hover-card-front .content-card .post-cat .icon-categorie {
  color: #cfdf68;
}
.hover-card .hover-card-front .content-card .post-cat .cat-name {
  display: inline-block;
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.9rem;
  padding: 0;
  text-overflow: ellipsis;
  line-height: 1em;
}
.hover-card .hover-card-front .content-card .post-cat .cat-name a {
  color: #6a6a6a;
}
.hover-card .hover-card-front .content-card .post-cat .cat-name a:hover {
  color: #888b6f;
}
.hover-card .hover-card-front .content-card .post-details {
  display: flex;
  flex-grow: 0;
  align-items: center;
  overflow: hidden;
}
.hover-card .hover-card-front .content-card .post-details h3 {
  color: white;
  margin-bottom: 0.5em;
}
.hover-card .hover-card-front .content-card .post-details h3 a {
  color: white;
}
.hover-card .hover-card-front .content-card .post-details .meta-date {
  color: #cfdf68;
}
.hover-card .hover-card-front .content-card .post-details .content-post {
  max-height: 0;
}
.hover-card .hover-card-front:hover .hover-card-front-bg {
  opacity: 0;
}
.hover-card .hover-card-front:hover .content-card {
  box-shadow: inset 2000px 0 0 0 rgba(212, 217, 223, 0);
  background-color: #f1f3e3;
}
.hover-card .hover-card-front:hover .content-card .post-cat {
  border-radius: 35px;
  background-color: white;
}
.hover-card .hover-card-front:hover .content-card .post-cat .icon-categorie {
  color: #6a6a6a;
}
.hover-card .hover-card-front:hover .content-card .post-cat .cat-name {
  max-width: 450px;
  padding: 0 10px;
}
.hover-card .hover-card-front:hover .content-card .post-details {
  flex-grow: 1;
}
.hover-card .hover-card-front:hover .content-card .post-details h3 {
  color: #6a6a6a;
}
.hover-card .hover-card-front:hover .content-card .post-details h3 a {
  color: #6a6a6a;
}
.hover-card .hover-card-front:hover .content-card .post-details h3 a:hover {
  color: #888b6f;
}
.hover-card .hover-card-front:hover .content-card .post-details .meta-date {
  color: #6a6a6a;
}
.hover-card .hover-card-front:hover .content-card .post-details .content-post {
  max-height: 300px;
}

#main {
  flex-grow: 1;
}
#main .first-content {
  padding-top: 75px;
}
#main .last-content {
  padding-bottom: 75px;
}
#main .last-content + .activite-list {
  margin-top: -45px;
}
#main .half-content-half-image.last-content {
  padding-bottom: 0;
}
#main ul {
  margin-bottom: 22.5px;
}
#main ul li p {
  padding-bottom: 0;
}
#main ul.wc-item-meta {
  padding-left: 0;
  margin-bottom: 0;
}
#main ul.wc-item-meta li {
  display: flex;
  align-items: center;
}

.FW-content.bgSecondary, .FW-half-content.bgSecondary {
  padding: 45px 0;
}
.FW-content.bgSecondary h2, .FW-half-content.bgSecondary h2 {
  margin: 45px 0;
}
.FW-content.bgPrimary, .FW-half-content.bgPrimary {
  color: white;
  padding: 45px 0;
  text-align: center;
}
.FW-content.bgPrimary h2, .FW-half-content.bgPrimary h2 {
  color: white;
}
.FW-content.bgPrimary .btn.btn-secondary:hover, .FW-content.bgPrimary a.btn.btn-secondary:hover, .FW-half-content.bgPrimary .btn.btn-secondary:hover, .FW-half-content.bgPrimary a.btn.btn-secondary:hover {
  background-color: white;
  color: #c4112f;
}
.FW-content.bgPrimary .bloc-icon .icon .icon-img.svg, .FW-half-content.bgPrimary .bloc-icon .icon .icon-img.svg {
  background-color: #6d0819;
}
.FW-content .bloc-icon, .FW-half-content .bloc-icon {
  text-align: center;
  margin-top: 45px;
}
.FW-content .bloc-icon .icon, .FW-half-content .bloc-icon .icon {
  display: inline-block;
  margin-bottom: 15px;
}

.FW-half-image-half-content, .FW-half-content-half-image {
  position: relative;
}
.FW-half-image-half-content .bgSplitBox, .FW-half-content-half-image .bgSplitBox {
  width: 50%;
  height: 100%;
  position: absolute;
}
.FW-half-image-half-content .box-right, .FW-half-image-half-content .box-left, .FW-half-content-half-image .box-right, .FW-half-content-half-image .box-left {
  background: white;
}

.FW-half-content-half-image .bgSplitBox {
  left: 50%;
}

.home .activite-list {
  background: transparent url(../images/bgActivites.png) repeat center center;
  background-size: contain;
  padding-top: 150px;
  padding-bottom: 90px;
}

.service-list {
  background-color: #f1f3e3;
  padding-top: 105px;
  padding-bottom: 75px;
}
.service-list .bloc-service {
  padding-top: 30px;
}

.icon-img {
  width: 58px;
  position: relative;
  z-index: 2;
  height: 58px;
  background-size: cover;
}
.icon-img.svg {
  background-color: #6a6a6a;
}

.shadow-icon {
  width: 58px;
  background-color: #cfdf68;
  height: 58px;
  position: absolute;
  margin-left: 6px;
  margin-top: 6px;
  z-index: 1;
  background-size: cover;
}
.shadow-icon.svg {
  background-color: #cfdf68;
}

.home .post-list, .single .post-list {
  background-color: #c4112f;
}
.home .post-list h2, .single .post-list h2 {
  color: white;
}
.home .bloc-post, .single .bloc-post {
  margin-top: 5em;
}
.home .bloc-post .post-content, .single .bloc-post .post-content {
  background: white;
}

.home .post-list {
  padding-top: 105px;
  padding-bottom: 75px;
}

.single .post-list, .single .activite-list, .single .found-list {
  padding-top: 105px;
}
.single .activite-list {
  background-color: #c4112f;
}
.single .activite-list h2 {
  color: white;
}
.single .activite-list .btn.btn-secondary, .single .activite-list a.btn.btn-secondary {
  color: #c4112f;
  background-color: white;
}
.single .activite-list .btn.btn-secondary:hover, .single .activite-list a.btn.btn-secondary:hover {
  background-color: #cfdf68;
  color: #6a6a6a;
}

.post-list .btn.btn-secondary, .post-list a.btn.btn-secondary {
  color: #c4112f;
  background-color: white;
}
.post-list .btn.btn-secondary:hover, .post-list a.btn.btn-secondary:hover {
  background-color: #cfdf68;
  color: #6a6a6a;
}
.post-list .bloc-post {
  font-size: 0.9rem;
}
.post-list .bloc-post .post-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
.post-list .bloc-post .post-content {
  background: #f1f3e3;
}
.post-list .bloc-post .post-content .post-cat a {
  color: #c4112f;
  display: inline-block;
  margin-bottom: 7.5px;
}
.post-list .bloc-post .post-content .date {
  font-size: 14px;
  color: #c4112f;
  margin-bottom: 7.5px;
  margin-top: 7.5px;
}
.post-list .bloc-post .post-content h3 {
  font-size: 1.1rem;
  margin-bottom: 7.5px;
}
.post-list .bloc-post .post-content h3 a {
  color: #6a6a6a;
}
.post-list .bloc-post .post-content h3 a:hover {
  color: #888b6f;
}

.home .post-list .post-content {
  background: white;
}

form ul {
  padding-left: 0;
}
form input[type=text], form input[type=number], form input[type=tel], form input[type=email], form input[type=password] {
  height: 56px;
  width: 100%;
  outline-style: none;
  box-shadow: none;
  border: none;
  border-radius: 35px;
  margin-top: 15px;
  background-color: #f1f3e3;
  padding: 0 30px;
  color: #6a6a6a;
  font-weight: bold;
}
form input[type=text].qty, form input[type=number].qty, form input[type=tel].qty, form input[type=email].qty, form input[type=password].qty {
  margin-top: 0;
}
form input[type=text]::placeholder, form input[type=number]::placeholder, form input[type=tel]::placeholder, form input[type=email]::placeholder, form input[type=password]::placeholder {
  color: #6a6a6a;
  font-weight: bold;
}
form select {
  color: #6a6a6a;
  font-weight: bold;
  height: 56px;
  border: none;
  outline-style: none;
  box-shadow: none;
  background: transparent;
  width: 100%;
}
form textarea {
  width: 100%;
  border-radius: 35px;
  margin-top: 15px;
  background-color: #f1f3e3;
  outline-style: none;
  border: none;
  box-shadow: none;
  padding: 15px 30px;
  font-weight: bold;
  color: #6a6a6a;
}

#main .gform_wrapper {
  background-color: #c4112f;
  padding: 60px 45px 30px;
  border-radius: 35px;
  margin-bottom: 75px;
  display: block !important;
}
#main .gform_wrapper ul, #main .gform_wrapper li {
  list-style: none !important;
}
#main .gform_wrapper ul:before, #main .gform_wrapper li:before {
  display: none !important;
}
#main .gform_wrapper h3 {
  color: white;
  font-size: 2.2rem;
  margin-bottom: 15px;
}
#main .gform_wrapper label {
  display: none;
}
#main .gform_wrapper .gsection {
  display: block;
  width: 100%;
  height: 1px;
}
#main .gform_wrapper .ui-datepicker-trigger {
  position: absolute;
}
#main .gform_wrapper .ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  height: 56px;
  margin: 15px 0 0 11px;
  z-index: 99;
  opacity: 0;
}
#main .gform_wrapper .ginput_container_date::after {
  content: "";
  font-family: "icomoon";
  height: 56px;
  width: 56px;
  background-color: #cfdf68;
  color: #6a6a6a;
  margin-top: 15px;
  cursor: pointer;
  margin-left: 15px;
  position: absolute;
  font-size: 1.3em;
  border-radius: 50%;
  padding-top: 15px;
  text-align: center;
}
#main .gform_wrapper li:not(.radio-don) .gfield_checkbox, #main .gform_wrapper li:not(.radio-don) .gfield_radio {
  margin-top: 15px;
  margin-bottom: 0;
}
#main .gform_wrapper li:not(.radio-don) .gfield_checkbox [type=radio]:checked,
#main .gform_wrapper li:not(.radio-don) .gfield_checkbox [type=radio]:not(:checked), #main .gform_wrapper li:not(.radio-don) .gfield_radio [type=radio]:checked,
#main .gform_wrapper li:not(.radio-don) .gfield_radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper li:not(.radio-don) .gfield_checkbox [type=radio]:checked + label,
#main .gform_wrapper li:not(.radio-don) .gfield_checkbox [type=radio]:not(:checked) + label, #main .gform_wrapper li:not(.radio-don) .gfield_radio [type=radio]:checked + label,
#main .gform_wrapper li:not(.radio-don) .gfield_radio [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 48px;
  cursor: pointer;
  line-height: 40px;
  display: inline-block;
  color: white;
  font-weight: bold;
}
#main .gform_wrapper li:not(.radio-don) .gfield_checkbox [type=radio]:checked + label:before,
#main .gform_wrapper li:not(.radio-don) .gfield_checkbox [type=radio]:not(:checked) + label:before, #main .gform_wrapper li:not(.radio-don) .gfield_radio [type=radio]:checked + label:before,
#main .gform_wrapper li:not(.radio-don) .gfield_radio [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 100%;
  background: #c4112f;
}
#main .gform_wrapper li:not(.radio-don) .gfield_checkbox [type=radio]:checked + label:after,
#main .gform_wrapper li:not(.radio-don) .gfield_checkbox [type=radio]:not(:checked) + label:after, #main .gform_wrapper li:not(.radio-don) .gfield_radio [type=radio]:checked + label:after,
#main .gform_wrapper li:not(.radio-don) .gfield_radio [type=radio]:not(:checked) + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: white;
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#main .gform_wrapper li:not(.radio-don) .gfield_checkbox [type=radio]:not(:checked) + label:after, #main .gform_wrapper li:not(.radio-don) .gfield_radio [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#main .gform_wrapper li:not(.radio-don) .gfield_checkbox [type=radio]:checked + label:after, #main .gform_wrapper li:not(.radio-don) .gfield_radio [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#main .gform_wrapper .gfield_list_container th {
  color: white;
  padding-top: 22.5px;
}
#main .gform_wrapper .gfield_list_container tbody {
  display: flex;
  flex-wrap: wrap;
}
#main .gform_wrapper .gfield_list_container tbody img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(49deg) brightness(103%) contrast(103%);
}
#main .gform_wrapper .radio-don .gfield_description {
  color: white;
  margin-top: 22.5px;
}
#main .gform_wrapper .radio-don .gfield_radio {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .gform_wrapper .radio-don .gfield_radio li {
  width: 90px;
  height: 52px;
  margin-top: 15px;
}
#main .gform_wrapper .radio-don .gfield_radio li.gchoice_3_26_4 {
  width: 165px;
}
#main .gform_wrapper .radio-don .gfield_radio li input[type=number] {
  margin-top: 0;
  height: 52px;
  width: 165px;
}
#main .gform_wrapper .radio-don .gfield_radio #input_3_26_other.active {
  color: #cfdf68;
  background-color: transparent;
  border: 1px solid #cfdf68;
}
#main .gform_wrapper .radio-don .gfield_radio #input_3_26_other:focus {
  color: #cfdf68;
  background-color: transparent;
  border: 1px solid #cfdf68;
}
#main .gform_wrapper .radio-don .gfield_radio #input_3_26_other:focus::placeholder {
  color: #cfdf68;
}
#main .gform_wrapper .radio-don .gfield_radio [type=radio]:checked,
#main .gform_wrapper .radio-don .gfield_radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  display: none;
}
#main .gform_wrapper .radio-don .gfield_radio [type=radio] + label {
  position: relative;
  cursor: pointer;
  line-height: 35px;
  height: 100%;
  width: 100%;
  align-items: center;
  border-radius: 35px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  letter-spacing: -1.8px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-size: 1em;
  padding: 7.5px 22.5px;
}
#main .gform_wrapper .radio-don .gfield_radio [type=radio]:not(:checked) + label {
  color: #6a6a6a;
  border: 1px solid white;
  background-color: white;
}
#main .gform_wrapper .radio-don .gfield_radio [type=radio]:checked + label, #main .gform_wrapper .radio-don .gfield_radio [type=radio]:not(:checked) + label:hover {
  color: #cfdf68;
  background-color: transparent;
  border: 1px solid #cfdf68;
}
#main .gform_wrapper .validation_error, #main .gform_wrapper .validation_message {
  color: #cfdf68;
  font-size: 0.9em;
  line-height: 1.2em;
  padding-left: 7.5px;
}
#main .gform_wrapper .gform_fields {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
#main .gform_wrapper .gform_fields li {
  padding: 0 5px;
}
#main .gform_wrapper .gform_fields select,
#main .gform_wrapper .gform_fields .ginput_container_select {
  border-radius: 35px;
  height: 56px;
  margin-top: 15px;
  overflow: hidden;
  padding: 0 0 0 30px;
  background-color: white;
}
#main .gform_wrapper .gform_footer {
  text-align: right;
}
#main .gform_wrapper .gform_footer .gform_button {
  padding: 1em 1.8em;
  display: inline-block;
  outline-style: none;
  box-shadow: none;
  margin-top: 15px;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.9em;
  font-weight: 600;
  background-color: #cfdf68;
  color: #6a6a6a;
  transition: 0.4s;
}
#main .gform_wrapper .gform_footer .gform_button:hover {
  background-color: #6a6a6a;
  color: white;
}

.post-single {
  margin-bottom: 45px;
}

#nav-below {
  display: flex;
  justify-content: space-between;
}

.page-template-don-php .gform_wrapper {
  margin-top: -200px;
}

.single-found #banner h1 {
  margin-bottom: 0;
}
.single-found #banner .goal {
  height: 56px;
  width: 100%;
  background-color: white;
  position: relative;
  font-size: 0.9em;
  color: #6a6a6a;
  text-align: right;
  padding: 0 15px;
  border-radius: 35px;
  line-height: 1em;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
}
.single-found #banner .goal span {
  font-size: 0.8em;
}
.single-found #banner .goal .max {
  position: absolute;
  top: 60px;
  color: white;
}
.single-found #banner .goal .total {
  position: absolute;
  height: 100%;
  left: 0;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  border-radius: 35px;
  background-color: #cfdf68;
}
.single-found #banner .goal .total .textTotal {
  padding-right: 15px;
}
.single-found #banner .goal .total .textTotal.min {
  position: absolute;
  padding-right: 0;
  left: 15px;
}
.single-found .form-found {
  margin-top: -200px;
}

.single-post .price-activite, .single-activite .price-activite, .single-found .price-activite {
  display: none;
}
.single-post .info-activite, .single-activite .info-activite, .single-found .info-activite {
  margin-bottom: 15px;
}
.single-post .info-activite p:last-child, .single-activite .info-activite p:last-child, .single-found .info-activite p:last-child {
  padding-bottom: 0;
}
.single-post .date, .single-activite .date, .single-found .date {
  font-weight: bold;
  color: #b1b0b0;
  margin-bottom: 15px;
}
.single-post .img-single img, .single-activite .img-single img, .single-found .img-single img {
  object-fit: cover;
  width: 100%;
  min-height: 500px;
}

.activite-list .widget-title {
  display: none;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

.gallery-wrapper {
  overflow: hidden;
}

.grid-item {
  padding-bottom: 3rem;
}

.bloc-testimonial {
  display: block;
}
.bloc-testimonial .photo {
  border-radius: 50%;
  height: 90px;
  width: 90px;
  overflow: hidden;
}
.bloc-testimonial .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.bloc-testimonial .sign h3 {
  color: #c4112f;
  margin: 0 0 15px 0;
}
.bloc-testimonial .sign img {
  max-height: 45px;
}

.widget-content {
  width: 100%;
  margin-bottom: 45px;
}
.widget-content ul {
  padding-left: 0;
}
.widget-content a.btn {
  width: 100%;
}
.widget-content .calendar_wrap table.wp-calendar {
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  color: black;
}
.widget-content .calendar_wrap table.wp-calendar caption {
  display: none;
}
.widget-content .calendar_wrap table.wp-calendar .caption {
  caption-side: top;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.3em;
  color: black;
}
.widget-content .calendar_wrap table.wp-calendar th {
  text-transform: uppercase;
  font-weight: 900;
}
.widget-content .calendar_wrap table.wp-calendar td {
  height: 50px;
  width: 50px;
  padding: 0;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
.widget-content .calendar_wrap table.wp-calendar td.today {
  color: #888b6f;
}
.widget-content .calendar_wrap table.wp-calendar td a {
  border: 1px solid #c4112f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: center;
  color: black;
  width: 40px;
  margin: auto;
  transition: 0.4s ease-in-out;
}
.widget-content .calendar_wrap table.wp-calendar td a:hover {
  background-color: #cfdf68;
  border-color: #cfdf68;
}
.widget-content .calendar_wrap table.wp-calendar td.current_view a {
  background-color: #cfdf68;
  border-color: #cfdf68;
}
.widget-content .calendar_wrap table.wp-calendar td.prev a, .widget-content .calendar_wrap table.wp-calendar td.next a {
  border: none;
  display: block;
  color: #cfdf68;
  width: 100%;
  margin: 0;
  text-align: right;
  font-size: 1.5em;
}
.widget-content .calendar_wrap table.wp-calendar td.prev a:hover, .widget-content .calendar_wrap table.wp-calendar td.next a:hover {
  background-color: transparent;
  color: #c4112f;
}
.widget-content .calendar_wrap table.wp-calendar td.prev a i, .widget-content .calendar_wrap table.wp-calendar td.next a i {
  transform: rotate(90deg);
  display: inline-block;
  margin-top: 10px;
  margin-right: 7.5px;
}
.widget-content .calendar_wrap table.wp-calendar td.next {
  text-align: left;
}
.widget-content .calendar_wrap table.wp-calendar td.next a {
  margin-top: 4px;
  margin-right: 10px;
  transform: rotate(-180deg);
}
.widget-content .price_slider_wrapper {
  margin-top: 30px;
}
.widget-content .price_slider_wrapper .price_slider {
  margin: 0 10px;
}
.widget-content .price_slider_wrapper .ui-widget.ui-widget-content {
  border: none;
}
.widget-content .price_slider_wrapper .ui-widget-header {
  background-color: #f1f3e3;
}
.widget-content .price_slider_wrapper .ui-slider-horizontal {
  background-color: #f1f3e3;
  height: 5px;
}
.widget-content .price_slider_wrapper .ui-slider .ui-slider-handle {
  width: 25px;
  cursor: pointer;
  height: 25px;
}
.widget-content .price_slider_wrapper .ui-state-default, .widget-content .price_slider_wrapper .ui-widget-content .ui-state-default {
  background-color: #cfdf68;
  margin-top: -5px;
  border: none;
  border-radius: 50%;
}
.widget-content .price_slider_wrapper .price_slider_amount button {
  float: right;
}
.widget-content .price_slider_wrapper .price_label {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 0.8rem;
  color: black;
  font-weight: bold;
}

.sidebar-product .widget_text.widget-content {
  background-color: #cfdf68;
  color: white;
  border-radius: 17.5px;
  display: flex;
  flex-direction: column;
  padding: 45px 30px;
  justify-content: center;
  text-transform: uppercase;
  overflow: hidden;
  align-items: center;
  min-height: 340px;
  font-size: 1.8em;
  font-weight: bold;
  position: relative;
  line-height: 1.1em;
  text-align: center;
}
.sidebar-product .widget_text.widget-content:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  font-size: 9em;
  bottom: 52.5px;
  align-self: flex-end;
  z-index: 1;
  height: auto;
  font-weight: normal;
  left: -30px;
  color: #bbca5c;
}
.sidebar-product .widget_text.widget-content div {
  z-index: 4;
}
.sidebar-product .widget_text.widget-content h3 {
  border: none;
  font-weight: 900;
  font-size: 1.2em;
  color: white;
  z-index: 4;
  margin-bottom: 7.5px;
  padding-bottom: 0;
}
.sidebar-product .widget-content {
  font-size: 0.9rem;
}
.sidebar-product .widget-content .cat-item {
  padding-bottom: 3.75px;
  font-weight: bold;
}
.sidebar-product .widget-content h3 {
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 1em;
  margin-bottom: 0.8em;
}

.btn-box {
  margin-bottom: 30px;
}

.sidebar-post > div, .sidebar-activite > div {
  width: 100%;
}
.sidebar-post .widget-content li, .sidebar-activite .widget-content li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}
.sidebar-post .widget-content li a, .sidebar-activite .widget-content li a {
  color: #6a6a6a;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 35px;
  transition: 0.4s ease-in-out;
  border: 1px solid #cfdf68;
  width: 100%;
  display: inline-block;
}
.sidebar-post .widget-content li a::before, .sidebar-activite .widget-content li a::before {
  color: #cfdf68;
  margin-right: 15px;
  content: "";
  font-family: "icomoon" !important;
}
.sidebar-post .widget-content li a:hover, .sidebar-activite .widget-content li a:hover {
  background-color: #e1e3d7;
  border: 1px solid #e1e3d7;
}
.sidebar-post .widget-content li a:hover::before, .sidebar-activite .widget-content li a:hover::before {
  color: #6a6a6a;
}
.sidebar-post .widget-content li.current-cat a, .sidebar-activite .widget-content li.current-cat a {
  background-color: #e1e3d7;
  color: #6a6a6a;
  border: 1px solid #e1e3d7;
}
.sidebar-post .widget-content li.current-cat a::before, .sidebar-activite .widget-content li.current-cat a::before {
  color: #6a6a6a;
}

.woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field {
  width: 100%;
}

.woocommerce form .form-row label {
  width: 100%;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none;
  padding: 0;
}

.woocommerce-form-login span.password-input {
  width: 100%;
}
.woocommerce-form-login label {
  width: 100%;
}

.woocommerce-order-received .woocommerce-Price-currencySymbol {
  margin-top: -4.5px;
}

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-account .col2-set .col-1, .woocommerce-account .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
  flex: none;
  max-width: 100%;
  padding: 0;
  margin-bottom: 60px;
}
.woocommerce .woocommerce-MyAccount-navigation ul, .woocommerce-account .woocommerce-MyAccount-navigation ul, .woocommerce-page .woocommerce-MyAccount-navigation ul {
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li, .woocommerce-account .woocommerce-MyAccount-navigation ul li, .woocommerce-page .woocommerce-MyAccount-navigation ul li {
  border: 1px solid #cfdf68;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 35px;
  text-align: center;
  font-weight: bold;
}
.woocommerce .woocommerce-address-fields__field-wrapper, .woocommerce-account .woocommerce-address-fields__field-wrapper, .woocommerce-page .woocommerce-address-fields__field-wrapper {
  overflow: auto;
}
.woocommerce .woocommerce-shipping-fields, .woocommerce-account .woocommerce-shipping-fields, .woocommerce-page .woocommerce-shipping-fields {
  margin-top: 22.5px;
}
.woocommerce .woocommerce-additional-fields, .woocommerce-account .woocommerce-additional-fields, .woocommerce-page .woocommerce-additional-fields {
  margin-top: 22.5px;
}
.woocommerce form fieldset, .woocommerce-account form fieldset, .woocommerce-page form fieldset {
  margin-top: 60px;
}
.woocommerce form fieldset#wc-square-credit-card-credit-card-form, .woocommerce-account form fieldset#wc-square-credit-card-credit-card-form, .woocommerce-page form fieldset#wc-square-credit-card-credit-card-form {
  margin-top: 0;
}
.woocommerce form button.button, .woocommerce-account form button.button, .woocommerce-page form button.button {
  margin-top: 30px;
  clear: both;
}
.woocommerce form .form-row, .woocommerce-account form .form-row, .woocommerce-page form .form-row {
  padding: 3px 0;
}
.woocommerce form .form-row.place-order, .woocommerce-account form .form-row.place-order, .woocommerce-page form .form-row.place-order {
  flex-direction: column;
  align-items: flex-end;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-account form .form-row-first, .woocommerce-account form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 50%;
  padding-right: 1%;
}
.woocommerce form .form-row-first span, .woocommerce form .form-row-last span, .woocommerce-account form .form-row-first span, .woocommerce-account form .form-row-last span, .woocommerce-page form .form-row-first span, .woocommerce-page form .form-row-last span {
  width: 100%;
}
.woocommerce form .form-row-last, .woocommerce-account form .form-row-last, .woocommerce-page form .form-row-last {
  padding-left: 1%;
  padding-right: 0;
}
.woocommerce form .selection > span, .woocommerce-account form .selection > span, .woocommerce-page form .selection > span {
  border-radius: 35px;
  height: 56px;
  width: 100%;
  line-height: 0 !important;
  overflow: hidden;
  padding: 13px 20px;
  border: none;
  background-color: #f1f3e3;
}
.woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-account form .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-page form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px;
  right: 15px;
}
.woocommerce form #order_comments_field span, .woocommerce-account form #order_comments_field span, .woocommerce-page form #order_comments_field span {
  width: 100%;
}
.woocommerce form #order_comments_field span textarea, .woocommerce-account form #order_comments_field span textarea, .woocommerce-page form #order_comments_field span textarea {
  min-height: 200px;
}
.woocommerce form #billing_state_field, .woocommerce form #billing_country_field, .woocommerce form #billing_postcode_field,
.woocommerce form #shipping_state_field, .woocommerce form #shipping_country_field, .woocommerce form #shipping_postcode_field, .woocommerce-account form #billing_state_field, .woocommerce-account form #billing_country_field, .woocommerce-account form #billing_postcode_field,
.woocommerce-account form #shipping_state_field, .woocommerce-account form #shipping_country_field, .woocommerce-account form #shipping_postcode_field, .woocommerce-page form #billing_state_field, .woocommerce-page form #billing_country_field, .woocommerce-page form #billing_postcode_field,
.woocommerce-page form #shipping_state_field, .woocommerce-page form #shipping_country_field, .woocommerce-page form #shipping_postcode_field {
  width: 50%;
  clear: none;
  float: left;
  padding-right: 1%;
}
.woocommerce form #billing_state_field span.woocommerce-input-wrapper, .woocommerce form #billing_country_field span.woocommerce-input-wrapper, .woocommerce form #billing_postcode_field span.woocommerce-input-wrapper,
.woocommerce form #shipping_state_field span.woocommerce-input-wrapper, .woocommerce form #shipping_country_field span.woocommerce-input-wrapper, .woocommerce form #shipping_postcode_field span.woocommerce-input-wrapper, .woocommerce-account form #billing_state_field span.woocommerce-input-wrapper, .woocommerce-account form #billing_country_field span.woocommerce-input-wrapper, .woocommerce-account form #billing_postcode_field span.woocommerce-input-wrapper,
.woocommerce-account form #shipping_state_field span.woocommerce-input-wrapper, .woocommerce-account form #shipping_country_field span.woocommerce-input-wrapper, .woocommerce-account form #shipping_postcode_field span.woocommerce-input-wrapper, .woocommerce-page form #billing_state_field span.woocommerce-input-wrapper, .woocommerce-page form #billing_country_field span.woocommerce-input-wrapper, .woocommerce-page form #billing_postcode_field span.woocommerce-input-wrapper,
.woocommerce-page form #shipping_state_field span.woocommerce-input-wrapper, .woocommerce-page form #shipping_country_field span.woocommerce-input-wrapper, .woocommerce-page form #shipping_postcode_field span.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce form #billing_postcode_field,
.woocommerce form #shipping_postcode_field, .woocommerce-account form #billing_postcode_field,
.woocommerce-account form #shipping_postcode_field, .woocommerce-page form #billing_postcode_field,
.woocommerce-page form #shipping_postcode_field {
  padding-right: 0;
  padding-left: 1%;
}
.woocommerce form #billing_company_field span, .woocommerce form #billing_address_1_field span, .woocommerce form #billing_address_2_field span, .woocommerce form #billing_city_field span, .woocommerce form #billing_phone_field span, .woocommerce form #billing_email_field span,
.woocommerce form #shipping_company_field span, .woocommerce form #shipping_address_1_field span, .woocommerce form #shipping_address_2_field span, .woocommerce form #shipping_city_field span, .woocommerce form #shipping_phone_field span, .woocommerce form #shipping_email_field span, .woocommerce-account form #billing_company_field span, .woocommerce-account form #billing_address_1_field span, .woocommerce-account form #billing_address_2_field span, .woocommerce-account form #billing_city_field span, .woocommerce-account form #billing_phone_field span, .woocommerce-account form #billing_email_field span,
.woocommerce-account form #shipping_company_field span, .woocommerce-account form #shipping_address_1_field span, .woocommerce-account form #shipping_address_2_field span, .woocommerce-account form #shipping_city_field span, .woocommerce-account form #shipping_phone_field span, .woocommerce-account form #shipping_email_field span, .woocommerce-page form #billing_company_field span, .woocommerce-page form #billing_address_1_field span, .woocommerce-page form #billing_address_2_field span, .woocommerce-page form #billing_city_field span, .woocommerce-page form #billing_phone_field span, .woocommerce-page form #billing_email_field span,
.woocommerce-page form #shipping_company_field span, .woocommerce-page form #shipping_address_1_field span, .woocommerce-page form #shipping_address_2_field span, .woocommerce-page form #shipping_city_field span, .woocommerce-page form #shipping_phone_field span, .woocommerce-page form #shipping_email_field span {
  width: 100%;
}
.woocommerce form.cart, .woocommerce-account form.cart, .woocommerce-page form.cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  clear: both;
  margin-top: 30px;
}
.woocommerce form.cart table.variations, .woocommerce-account form.cart table.variations, .woocommerce-page form.cart table.variations {
  max-width: 75%;
}
.woocommerce form.cart table.variations .reset_variations, .woocommerce-account form.cart table.variations .reset_variations, .woocommerce-page form.cart table.variations .reset_variations {
  display: none !important;
}
.woocommerce form.cart table.variations .label, .woocommerce-account form.cart table.variations .label, .woocommerce-page form.cart table.variations .label {
  display: none;
}
.woocommerce form.cart table.variations .value, .woocommerce-account form.cart table.variations .value, .woocommerce-page form.cart table.variations .value {
  border-radius: 35px;
  height: 56px;
  line-height: 0 !important;
  overflow: hidden;
  padding: 0 0 0 30px;
  background-color: #f1f3e3;
}
.woocommerce form.cart table.variations .value select, .woocommerce-account form.cart table.variations .value select, .woocommerce-page form.cart table.variations .value select {
  color: #6a6a6a;
  font-weight: bold;
  background-color: transparent;
  height: 56px;
  border: none;
  outline-style: none;
  box-shadow: none;
  width: 95%;
}
.woocommerce form.cart .single_variation_wrap .woocommerce-variation-add-to-cart, .woocommerce-account form.cart .single_variation_wrap .woocommerce-variation-add-to-cart, .woocommerce-page form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error, .woocommerce-account .woocommerce-message, .woocommerce-account .woocommerce-info, .woocommerce-account .woocommerce-error, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-error {
  border-top-color: #cfdf68;
  font-size: 1.3em;
  padding-left: 4em;
  padding-top: 25px;
  padding-bottom: 15px;
}
.woocommerce .woocommerce-message a.button, .woocommerce .woocommerce-info a.button, .woocommerce .woocommerce-error a.button, .woocommerce-account .woocommerce-message a.button, .woocommerce-account .woocommerce-info a.button, .woocommerce-account .woocommerce-error a.button, .woocommerce-page .woocommerce-message a.button, .woocommerce-page .woocommerce-info a.button, .woocommerce-page .woocommerce-error a.button {
  margin-top: -15px;
  font-size: 0.7em;
}
.woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-error::before, .woocommerce-account .woocommerce-message::before, .woocommerce-account .woocommerce-info::before, .woocommerce-account .woocommerce-error::before, .woocommerce-page .woocommerce-message::before, .woocommerce-page .woocommerce-info::before, .woocommerce-page .woocommerce-error::before {
  font-size: 1.3em;
  margin-top: -5px;
  color: #cfdf68;
}
.woocommerce .woocommerce-info, .woocommerce-account .woocommerce-info, .woocommerce-page .woocommerce-info {
  border-top-color: #888b6f;
}
.woocommerce .woocommerce-info::before, .woocommerce-account .woocommerce-info::before, .woocommerce-page .woocommerce-info::before {
  color: #888b6f;
}
.woocommerce .woocommerce-error, .woocommerce-account .woocommerce-error, .woocommerce-page .woocommerce-error {
  border-top-color: #c4112f;
}
.woocommerce .woocommerce-error::before, .woocommerce-account .woocommerce-error::before, .woocommerce-page .woocommerce-error::before {
  color: #c4112f;
}
.woocommerce .quantity input.qty, .woocommerce-account .quantity input.qty, .woocommerce-page .quantity input.qty {
  height: 56px;
  width: 120px;
  outline-style: none;
  border: none;
  box-shadow: none;
  border-radius: 35px;
  color: #6a6a6a;
  background-color: #f1f3e3;
  font-weight: bold;
}
.woocommerce span.onsale, .woocommerce ul.products li.product span.onsale, .woocommerce-account span.onsale, .woocommerce-account ul.products li.product span.onsale, .woocommerce-page span.onsale, .woocommerce-page ul.products li.product span.onsale {
  background-color: #c4112f;
  width: 70px;
  height: 70px;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  transform: rotate(-25deg);
  font-weight: 900;
  margin: 1em 1em 0 0;
}
.woocommerce.single-product span.onsale, .woocommerce-account.single-product span.onsale, .woocommerce-page.single-product span.onsale {
  margin: 1em 0 0 1.5em;
}
.woocommerce.single-product div.product div.images img, .woocommerce-account.single-product div.product div.images img, .woocommerce-page.single-product div.product div.images img {
  border-radius: 17.5px;
}
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__wrapper, .woocommerce-account.single-product div.product div.images .woocommerce-product-gallery__wrapper, .woocommerce-page.single-product div.product div.images .woocommerce-product-gallery__wrapper {
  pointer-events: none;
}
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__wrapper img, .woocommerce-account.single-product div.product div.images .woocommerce-product-gallery__wrapper img, .woocommerce-page.single-product div.product div.images .woocommerce-product-gallery__wrapper img {
  border-radius: 17.5px;
  margin: 0 7.5px;
  width: calc(100% - 15px) !important;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs li, .woocommerce-account.single-product div.product div.images .flex-control-thumbs li, .woocommerce-page.single-product div.product div.images .flex-control-thumbs li {
  width: 20%;
  padding: 0 10px;
  margin: 30px 0;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs li:nth-child(4n+1), .woocommerce-account.single-product div.product div.images .flex-control-thumbs li:nth-child(4n+1), .woocommerce-page.single-product div.product div.images .flex-control-thumbs li:nth-child(4n+1) {
  clear: none;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs li:nth-child(5n+1), .woocommerce-account.single-product div.product div.images .flex-control-thumbs li:nth-child(5n+1), .woocommerce-page.single-product div.product div.images .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs li img, .woocommerce-account.single-product div.product div.images .flex-control-thumbs li img, .woocommerce-page.single-product div.product div.images .flex-control-thumbs li img {
  min-height: 130px;
  object-fit: cover;
}
.woocommerce .related, .woocommerce-account .related, .woocommerce-page .related {
  clear: both;
}

.gallery-bloc .bloc-membre .col-lg-5th {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.gallery-bloc .bloc-membre h3 {
  color: #c4112f;
  margin-bottom: 0;
}
.gallery-bloc .bloc-membre h4 {
  color: #c4112f;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.gallery-bloc .bloc-membre img {
  width: 100%;
  height: 405px;
  object-fit: cover;
  border-radius: 25px;
}
.gallery-bloc.gallery-image .gallery {
  border-radius: 35px;
}
.gallery-bloc.gallery-image .gallery.bgcolor {
  background-color: #f1f3e3;
}
.gallery-bloc.gallery-image .gallery h2 {
  color: #888b6f;
}
.gallery-bloc.gallery-ressource img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.gallery-bloc.gallery-ressource h3 {
  margin-bottom: 0.5em;
}
.gallery-bloc.gallery-ressource .term-tax {
  line-height: 1.2em;
}
.gallery-bloc.gallery-ressource .term-tax a:not(:first-child)::before {
  content: " - ";
}
.gallery-bloc.gallery-ressource .term-tax a:not(:first-child)::before:first-child {
  content: "";
}

.team-member-block {
  cursor: pointer;
  border-radius: 25px;
  overflow: hiudden;
}

#team-member-lightbox {
  padding: 0px;
  max-width: 960px;
}
#team-member-lightbox .wrapper {
  width: 100%;
}
#team-member-lightbox .wrapper .image {
  position: relative;
  overflow: hidden;
}
#team-member-lightbox .wrapper .image:before {
  content: "";
  display: block;
  padding-top: 150%;
}
#team-member-lightbox .wrapper .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
#team-member-lightbox .wrapper .col-12 {
  margin: 0;
  padding: 0;
}
#team-member-lightbox .wrapper .team-member-infos {
  padding: 40px;
}
#team-member-lightbox .wrapper .team-member-infos h3 {
  color: #c4112f;
  margin-bottom: 0;
}
#team-member-lightbox .wrapper .team-member-infos h4 {
  color: #c4112f;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1em;
}
#team-member-lightbox .fancybox-close-small {
  top: 5px;
  right: 5px;
  background: white;
  padding: 3px;
  border-radius: 100%;
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5) url(../images/loader.svg) no-repeat center center;
  background-size: 50px auto;
  display: none;
  justify-content: center;
  align-items: center;
}
.page-loader.loading {
  display: flex;
}

.half-content-half-image {
  background-color: white;
}
.half-content-half-image img.img-half {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
}

.found-bg {
  height: 385px;
  background-color: #b1b0b0;
  border-radius: 17.5px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}
.found-bg a {
  background-color: rgba(212, 217, 223, 0.5);
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.found-bg a:hover {
  background-color: rgba(212, 217, 223, 0);
}
.found-bg a h2 {
  color: white;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  left: 0.5em;
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error, .woocommerce-account .woocommerce-message, .woocommerce-account .woocommerce-info, .woocommerce-account .woocommerce-error, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-error {
  padding-left: 2.5em;
}

.woocommerce del {
  color: #b1b0b0;
  padding-left: 15px;
}
.woocommerce table.shop_table td {
  vertical-align: top;
}
.woocommerce form table.shop_table {
  border: 0;
}
.woocommerce form table.shop_table td {
  vertical-align: top;
  padding: 30px 15px;
}
.woocommerce form table.shop_table td.product-subtotal {
  font-size: 1.3em;
  font-weight: bold;
}
.woocommerce form table.shop_table td.product-name {
  font-size: 1.3em;
  font-weight: bold;
}
.woocommerce form table.shop_table td.product-name a {
  color: #6a6a6a;
}
.woocommerce form table.shop_table td.product-name a:hover {
  color: #888b6f;
}
.woocommerce form table.shop_table td.product-name dl.variation dt {
  display: none;
}
.woocommerce form table.shop_table td.product-name dl.variation dd {
  font-weight: normal;
  font-size: 0.8em;
}
.woocommerce form table.shop_table td.product-name .activite_data dl.variation, .woocommerce form table.shop_table td.product-name .found_data dl.variation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.woocommerce form table.shop_table td.product-name .activite_data dl.variation dt, .woocommerce form table.shop_table td.product-name .found_data dl.variation dt {
  width: 33%;
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.2em;
}
.woocommerce form table.shop_table td.product-name .activite_data dl.variation dt.variation-product_id, .woocommerce form table.shop_table td.product-name .activite_data dl.variation dt.variation-Montant, .woocommerce form table.shop_table td.product-name .activite_data dl.variation dt.variation-UniqueID, .woocommerce form table.shop_table td.product-name .found_data dl.variation dt.variation-product_id, .woocommerce form table.shop_table td.product-name .found_data dl.variation dt.variation-Montant, .woocommerce form table.shop_table td.product-name .found_data dl.variation dt.variation-UniqueID {
  display: none;
}
.woocommerce form table.shop_table td.product-name .activite_data dl.variation dd, .woocommerce form table.shop_table td.product-name .found_data dl.variation dd {
  width: 66%;
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.2em;
}
.woocommerce form table.shop_table td.product-name .activite_data dl.variation dd.variation-product_id, .woocommerce form table.shop_table td.product-name .activite_data dl.variation dd.variation-Montant, .woocommerce form table.shop_table td.product-name .activite_data dl.variation dd.variation-UniqueID, .woocommerce form table.shop_table td.product-name .found_data dl.variation dd.variation-product_id, .woocommerce form table.shop_table td.product-name .found_data dl.variation dd.variation-Montant, .woocommerce form table.shop_table td.product-name .found_data dl.variation dd.variation-UniqueID {
  display: none;
}
.woocommerce form table.shop_table td.product-name .activite_data dl.variation dd p, .woocommerce form table.shop_table td.product-name .found_data dl.variation dd p {
  padding: 0;
  display: inline;
}
.woocommerce form table.shop_table .product-thumbnail {
  width: 120px;
  padding-left: 0;
}
.woocommerce form table.shop_table th {
  font-size: 0.9em;
}
.woocommerce form table.shop_table img {
  height: 112px;
  width: 98px;
  object-fit: cover;
  border-radius: 17.5px;
}
.woocommerce form table.shop_table.woocommerce-checkout-review-order-table thead {
  display: none;
}
.woocommerce form table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce form table.shop_table.woocommerce-checkout-review-order-table tfoot tr td table {
  width: 50%;
}
.woocommerce form table.shop_table.woocommerce-checkout-review-order-table tfoot tr td table tr td, .woocommerce form table.shop_table.woocommerce-checkout-review-order-table tfoot tr td table tr th {
  border: none;
  font-weight: normal;
  padding: 0;
}
.woocommerce form table.shop_table.woocommerce-checkout-review-order-table tfoot tr td table tr.order-total td, .woocommerce form table.shop_table.woocommerce-checkout-review-order-table tfoot tr td table tr.order-total th {
  font-weight: bold;
  font-size: 1.1em;
  padding-top: 5px;
}
.woocommerce form table.shop_table.woocommerce-checkout-review-order-table tr:first-child td {
  border-top: none;
  padding-top: 0;
}
.woocommerce form table.shop_table.woocommerce-checkout-review-order-table td {
  padding: 15px 0;
}
.woocommerce form table.shop_table.woocommerce-checkout-review-order-table td.product-name {
  font-size: 0.9em;
  display: flex;
}
.woocommerce form table.shop_table.woocommerce-checkout-review-order-table td.product-name img {
  width: 76px;
  height: 87px;
  margin-right: 15px;
}
.woocommerce form table.shop_table.woocommerce-checkout-review-order-table td.product-name dl.variation dd {
  font-size: 1em;
}
.woocommerce form table.shop_table.woocommerce-checkout-review-order-table td.product-name dl.variation dd.variation-Montant, .woocommerce form table.shop_table.woocommerce-checkout-review-order-table td.product-name dl.variation dd.variation-UniqueID, .woocommerce form table.shop_table.woocommerce-checkout-review-order-table td.product-name dl.variation dd.variation-product_id {
  display: none;
}
.woocommerce form table.shop_table.woocommerce-checkout-review-order-table td.product-name dl.variation dd p {
  padding-bottom: 0;
}
.woocommerce form table.shop_table.woocommerce-checkout-review-order-table .product-quantity {
  display: block;
  font-weight: normal;
}
.woocommerce .cart-collaterals .coupon {
  float: right;
  width: 48%;
  margin-bottom: 15px;
}
.woocommerce .cart-collaterals .coupon label {
  display: none;
}
.woocommerce .cart-collaterals .coupon .input-text {
  height: 56px;
  outline-style: none;
  border: none;
  padding: 0 15px;
  box-shadow: none;
  border-radius: 35px;
  color: #6a6a6a;
  background-color: #f1f3e3;
  font-weight: bold;
}
.woocommerce .cart-collaterals .coupon .button {
  border: 1px solid #cfdf68;
  background-color: white;
}
.woocommerce .cart-collaterals .coupon .button:hover {
  background-color: #cfdf68;
  color: #6a6a6a;
}
.woocommerce .cart-collaterals .cart_totals {
  clear: both;
}
.woocommerce .cart-collaterals .cart_totals .shop_table {
  border: none;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr th, .woocommerce .cart-collaterals .cart_totals .shop_table tr td {
  border: none;
  font-weight: normal;
  padding: 0 12px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.order-total th {
  font-weight: bold;
}
.woocommerce a.remove {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce a.remove i {
  color: #cfdf68;
  font-size: 0.8em;
}
.woocommerce a.remove:hover {
  background-color: #f1f3e3;
}
.woocommerce a.remove:hover i {
  color: #888b6f;
}
.woocommerce .woocommerce-Price-currencySymbol {
  font-size: 0.6em;
  position: absolute;
  margin-top: -7.5px;
}
.woocommerce .woocommerce-order-overview .woocommerce-Price-currencySymbol {
  margin-top: 0;
}
.woocommerce ul.products {
  width: 100%;
}
.woocommerce ul.products li.product {
  margin-bottom: 15px;
}
.woocommerce ul.products li.product a img {
  object-fit: cover;
  height: 300px;
  margin-bottom: 0;
  border-radius: 23.3333333333px;
}
.woocommerce ul.products li.product a h2.woocommerce-loop-product__title {
  color: #6a6a6a;
  padding: 0.5em 0.2em;
  font-size: 1.3rem;
}
.woocommerce ul.products li.product a .price {
  color: #c4112f;
  padding: 0 0.2em;
  font-weight: bold;
  font-size: 1.8rem;
}
.woocommerce ul.products li.product a:hover h2.woocommerce-loop-product__title {
  color: #888b6f;
}
.woocommerce form.checkout label {
  display: none;
}
.woocommerce form.checkout #payment label {
  display: block;
}
.woocommerce form.checkout_coupon button {
  margin-top: -15px;
}

footer {
  background-color: #f1f3e3;
}
footer.footer-bgSecondary, footer.footer-service {
  background-color: white;
}
footer #logo img {
  width: 185px;
  height: 65px;
}
footer #menu-pied-de-page {
  color: #6a6a6a;
  font-size: 0.9em;
  line-height: 1.7em;
  margin: 0 30px;
}
footer #menu-pied-de-page a {
  color: #6a6a6a;
}
footer #menu-pied-de-page a:hover {
  color: #888b6f;
}
footer #menu-pied-de-page > li {
  margin-bottom: 45px;
}
footer #menu-pied-de-page > li.menu-item-has-children > a {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 7.5px;
}
footer #menu-pied-de-page > li ul {
  padding: 0;
}
footer .callToAction {
  text-align: right;
  font-size: 1em;
  justify-content: space-between;
}
footer .callToAction .btn, footer .callToAction a.btn {
  white-space: pre-wrap;
}
footer .copyright {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
}

.stock_alert_button, .unsubscribe_button {
  border: none;
  padding: 3px 10px;
  font-weight: bold;
  text-transform: uppercase;
}

#main ul li:not(.gfield, .cat-item) {
  position: relative;
  line-height: 1.5em;
}
#main ul li:not(.gfield, .cat-item):before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #cfdf68;
  border-radius: 50%;
  left: -15px;
  top: 9px;
}

#main .gform_wrapper {
  color: white;
}
#main .gform_wrapper .ginput_complex > div,
#main .gform_wrapper .ginput_complex > span {
  margin-bottom: 10px;
}
#main .gform_wrapper .ginput_complex > div input,
#main .gform_wrapper .ginput_complex > span input {
  margin: 0;
}
#main .gform_wrapper .gfield {
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 10px;
}
#main .gform_wrapper .gfield:last-child {
  margin-bottom: 0;
}
#main .gform_wrapper .gfield_description {
  color: white;
  margin: 15px 0;
}
#main .gform_wrapper .gform_fields {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
#main .gform_wrapper .gform_fields .ginput_container_select {
  margin-top: 0 !important;
  padding: 0 !important;
}
#main .gform_wrapper .gform_fields select {
  margin-top: 0 !important;
  padding: 10px 15px !important;
}

.footer-concivili img {
  height: 90px;
  margin-top: 20px;
}

/*
 * Import responsive
 */
/*
 * Variables
 */
@media (min-width: 1980px) {
  #banner .col-lg-6,
#slider-banner .col-lg-6 {
    max-width: 33.33%;
  }
}
@media (min-width: 1366px) {
  .col-lg-5th {
    width: 20%;
  }

  .single-product .related {
    width: 66%;
  }
}
@media (max-width: 1439px) {
  .navbar .nav-item:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 1365px) {
  .col-lg-5th {
    width: 25%;
  }

  .gutter-80 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-80 > div[class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1279px) {
  #header {
    height: 100px;
  }
  #header > .wrapper {
    height: 100px;
  }
  #header > .wrapper #logo img {
    width: 192px;
    height: 60px;
  }

  .home #banner,
#slider-banner,
.home #slider-banner .splide__slide {
    min-height: 500px !important;
  }

  .activite-list, .service-list {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  #header .navbar-toggler {
    display: none;
  }

  .navbar .hide-large {
    display: none;
  }
  .navbar #menu-principal .dropdown-toggle:after {
    content: none;
  }

  .home #banner,
.home #slider-banner,
.home #slider-banner .splide__slide {
    min-height: 550px;
  }
}
@media (max-width: 1199px) {
  .single-found .form-found, .page-template-don-php .gform_wrapper {
    margin-top: 0;
  }

  #mobile-nav {
    display: block;
  }

  #header > .wrapper .navbar {
    position: absolute;
    right: 0;
    top: 100px;
    bottom: 0;
    background-color: white;
    width: 300px;
    font-size: 1.3rem;
  }
  #header > .wrapper .navbar ul#menu-principal {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    background-color: white;
  }
  #header > .wrapper .navbar ul#menu-principal li .dropdown-menu {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2rem;
  }
  #header > .wrapper .navbar ul#menu-principal li .dropdown-menu li {
    padding: 3px 15px 10px;
  }
  #header > .wrapper .navbar ul#menu-principal li {
    cursor: pointer;
  }
  #header > .wrapper .navbar ul#menu-principal > li:hover .dropdown-menu {
    display: block !important;
  }
  #header > .wrapper .navbar ul#menu-principal .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 15px;
    vertical-align: 3px;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

  .col-lg-5th {
    width: 33.33%;
  }

  .home #activite-list .bloc-activite {
    margin-bottom: 15px;
  }
  .home #post-list .bloc-post {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .col-lg-5th {
    width: 50%;
    float: left;
  }

  .FW-half-image-half-content .bgSplitBox, .FW-half-content-half-image .bgSplitBox {
    position: relative;
    width: 100%;
    left: 0;
    height: 300px;
  }

  #menu-pied-de-page > li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  #slider-banner .splide__arrows {
    width: 98%;
    left: 1%;
  }

  .col-lg-5th {
    width: 100%;
    float: none;
  }

  #header > .wrapper .navbar {
    width: 50%;
  }

  .p-5 {
    padding: 1em !important;
  }

  .splitBox .box-right {
    padding-left: 0;
    margin-left: 0;
  }
  .splitBox .box-left {
    padding-right: 0;
    margin-right: 0;
  }

  .container {
    max-width: 100%;
  }

  .non-break, .btn, a.btn {
    white-space: normal;
    display: inline-block;
  }

  .info-bloc {
    display: block;
  }
  .info-bloc .icon-info {
    display: block;
    text-align: center;
  }

  h1 {
    font-size: 2.5em;
  }

  #team-member-lightbox {
    width: 90%;
  }
  #team-member-lightbox .wrapper .team-member-infos {
    padding: 25px;
  }
}
@media (max-width: 500px) {
  #header > .wrapper {
    padding: 25px;
  }
  #header > .wrapper .navbar {
    width: 100%;
  }
  #header .navbar-toggler {
    padding: 0;
  }

  footer .callToAction {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .callToAction #creator {
    margin: 30px 0 15px;
  }
  footer .copyright {
    text-align: center;
  }
  footer #menu-pied-de-page > li {
    width: 50%;
  }
}
@media (max-width: 400px) {
  #slider-banner .splide__arrows {
    width: 100px;
    left: auto;
    right: 20px;
    bottom: 0px;
    top: auto;
  }

  #menu-pied-de-page > li {
    width: 100%;
  }
}

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