/* ######################## VARIABLES ######################## */
/* ##################################################### */
/* ###################### UTILITY ###################### */
/* ##################################################### */
.theme-bleu-fonce p a {
  color: #fff;
}

.theme-grey a {
  color: #01035c !important;
}

.theme-white a {
  color: #01035c !important;
}

a.button:not(.border) {
  color: white !important;
}

.actu-bleu {
  padding: 5rem !important;
}
.actu-bleu p,
.actu-bleu h1,
.actu-bleu h2,
.actu-bleu h3,
.actu-bleu a {
  color: white !important;
}
.actu-bleu h3 {
  margin-top: 4rem !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* Convert letter spacing XD */
/* MARGES */
.p-0 {
  padding: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.m-0 {
  margin: 0rem;
}

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

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

@media (min-width: 768px) {
  .p-md-0 {
    padding: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .m-lg-0 {
    margin: 0rem !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
}
.p-1 {
  padding: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.m-1 {
  margin: 1rem;
}

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

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

@media (min-width: 768px) {
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
}
.p-2 {
  padding: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.m-2 {
  margin: 2rem;
}

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

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

@media (min-width: 768px) {
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
}
.p-3 {
  padding: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.m-3 {
  margin: 3rem;
}

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

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

@media (min-width: 768px) {
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
}
.p-4 {
  padding: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.m-4 {
  margin: 4rem;
}

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

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

@media (min-width: 768px) {
  .p-md-4 {
    padding: 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-4 {
    padding: 4rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
}
.p-5 {
  padding: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.m-5 {
  margin: 5rem;
}

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

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

@media (min-width: 768px) {
  .p-md-5 {
    padding: 5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-5 {
    padding: 5rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
}
.p-6 {
  padding: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.m-6 {
  margin: 6rem;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

@media (min-width: 768px) {
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
}
.p-7 {
  padding: 7rem;
}

.pt-7 {
  padding-top: 7rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.m-7 {
  margin: 7rem;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

@media (min-width: 768px) {
  .p-md-7 {
    padding: 7rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-7 {
    padding: 7rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
}
.p-8 {
  padding: 8rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.m-8 {
  margin: 8rem;
}

.mt-8 {
  margin-top: 8rem !important;
}

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

@media (min-width: 768px) {
  .p-md-8 {
    padding: 8rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
}
.p-9 {
  padding: 9rem;
}

.pt-9 {
  padding-top: 9rem;
}

.pb-9 {
  padding-bottom: 9rem;
}

.m-9 {
  margin: 9rem;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

@media (min-width: 768px) {
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
}
.p-10 {
  padding: 10rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.m-10 {
  margin: 10rem;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

@media (min-width: 768px) {
  .p-md-10 {
    padding: 10rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-10 {
    padding: 10rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
}
.p-11 {
  padding: 11rem;
}

.pt-11 {
  padding-top: 11rem;
}

.pb-11 {
  padding-bottom: 11rem;
}

.m-11 {
  margin: 11rem;
}

.mt-11 {
  margin-top: 11rem !important;
}

.mb-11 {
  margin-bottom: 11rem !important;
}

@media (min-width: 768px) {
  .p-md-11 {
    padding: 11rem !important;
  }
  .pt-md-11 {
    padding-top: 11rem !important;
  }
  .pb-md-11 {
    padding-bottom: 11rem !important;
  }
  .m-md-11 {
    margin: 11rem !important;
  }
  .mt-md-11 {
    margin-top: 11rem !important;
  }
  .mb-md-11 {
    margin-bottom: 11rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-11 {
    padding: 11rem !important;
  }
  .pt-lg-11 {
    padding-top: 11rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 11rem !important;
  }
  .m-lg-11 {
    margin: 11rem !important;
  }
  .mt-lg-11 {
    margin-top: 11rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 11rem !important;
  }
}
.p-12 {
  padding: 12rem;
}

.pt-12 {
  padding-top: 12rem;
}

.pb-12 {
  padding-bottom: 12rem;
}

.m-12 {
  margin: 12rem;
}

.mt-12 {
  margin-top: 12rem !important;
}

.mb-12 {
  margin-bottom: 12rem !important;
}

@media (min-width: 768px) {
  .p-md-12 {
    padding: 12rem !important;
  }
  .pt-md-12 {
    padding-top: 12rem !important;
  }
  .pb-md-12 {
    padding-bottom: 12rem !important;
  }
  .m-md-12 {
    margin: 12rem !important;
  }
  .mt-md-12 {
    margin-top: 12rem !important;
  }
  .mb-md-12 {
    margin-bottom: 12rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-12 {
    padding: 12rem !important;
  }
  .pt-lg-12 {
    padding-top: 12rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 12rem !important;
  }
  .m-lg-12 {
    margin: 12rem !important;
  }
  .mt-lg-12 {
    margin-top: 12rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 12rem !important;
  }
}
.p-13 {
  padding: 13rem;
}

.pt-13 {
  padding-top: 13rem;
}

.pb-13 {
  padding-bottom: 13rem;
}

.m-13 {
  margin: 13rem;
}

.mt-13 {
  margin-top: 13rem !important;
}

.mb-13 {
  margin-bottom: 13rem !important;
}

@media (min-width: 768px) {
  .p-md-13 {
    padding: 13rem !important;
  }
  .pt-md-13 {
    padding-top: 13rem !important;
  }
  .pb-md-13 {
    padding-bottom: 13rem !important;
  }
  .m-md-13 {
    margin: 13rem !important;
  }
  .mt-md-13 {
    margin-top: 13rem !important;
  }
  .mb-md-13 {
    margin-bottom: 13rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-13 {
    padding: 13rem !important;
  }
  .pt-lg-13 {
    padding-top: 13rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 13rem !important;
  }
  .m-lg-13 {
    margin: 13rem !important;
  }
  .mt-lg-13 {
    margin-top: 13rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 13rem !important;
  }
}
.p-14 {
  padding: 14rem;
}

.pt-14 {
  padding-top: 14rem;
}

.pb-14 {
  padding-bottom: 14rem;
}

.m-14 {
  margin: 14rem;
}

.mt-14 {
  margin-top: 14rem !important;
}

.mb-14 {
  margin-bottom: 14rem !important;
}

@media (min-width: 768px) {
  .p-md-14 {
    padding: 14rem !important;
  }
  .pt-md-14 {
    padding-top: 14rem !important;
  }
  .pb-md-14 {
    padding-bottom: 14rem !important;
  }
  .m-md-14 {
    margin: 14rem !important;
  }
  .mt-md-14 {
    margin-top: 14rem !important;
  }
  .mb-md-14 {
    margin-bottom: 14rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-14 {
    padding: 14rem !important;
  }
  .pt-lg-14 {
    padding-top: 14rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 14rem !important;
  }
  .m-lg-14 {
    margin: 14rem !important;
  }
  .mt-lg-14 {
    margin-top: 14rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 14rem !important;
  }
}
.p-15 {
  padding: 15rem;
}

.pt-15 {
  padding-top: 15rem;
}

.pb-15 {
  padding-bottom: 15rem;
}

.m-15 {
  margin: 15rem;
}

.mt-15 {
  margin-top: 15rem !important;
}

.mb-15 {
  margin-bottom: 15rem !important;
}

@media (min-width: 768px) {
  .p-md-15 {
    padding: 15rem !important;
  }
  .pt-md-15 {
    padding-top: 15rem !important;
  }
  .pb-md-15 {
    padding-bottom: 15rem !important;
  }
  .m-md-15 {
    margin: 15rem !important;
  }
  .mt-md-15 {
    margin-top: 15rem !important;
  }
  .mb-md-15 {
    margin-bottom: 15rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-15 {
    padding: 15rem !important;
  }
  .pt-lg-15 {
    padding-top: 15rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }
  .m-lg-15 {
    margin: 15rem !important;
  }
  .mt-lg-15 {
    margin-top: 15rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }
}
.p-16 {
  padding: 16rem;
}

.pt-16 {
  padding-top: 16rem;
}

.pb-16 {
  padding-bottom: 16rem;
}

.m-16 {
  margin: 16rem;
}

.mt-16 {
  margin-top: 16rem !important;
}

.mb-16 {
  margin-bottom: 16rem !important;
}

@media (min-width: 768px) {
  .p-md-16 {
    padding: 16rem !important;
  }
  .pt-md-16 {
    padding-top: 16rem !important;
  }
  .pb-md-16 {
    padding-bottom: 16rem !important;
  }
  .m-md-16 {
    margin: 16rem !important;
  }
  .mt-md-16 {
    margin-top: 16rem !important;
  }
  .mb-md-16 {
    margin-bottom: 16rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-16 {
    padding: 16rem !important;
  }
  .pt-lg-16 {
    padding-top: 16rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 16rem !important;
  }
  .m-lg-16 {
    margin: 16rem !important;
  }
  .mt-lg-16 {
    margin-top: 16rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 16rem !important;
  }
}
/* SEPARATIONS */
[class*=sep-] {
  position: relative;
}
[class*=sep-]:before, [class*=sep-]:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  pointer-events: none;
}

/*** THEMES COLORS ***/
.theme-black {
  background-color: #000;
  color: #fff;
}
.theme-black .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.48);
}
.theme-black .owl-dots .owl-dot:hover span, .theme-black .owl-dots .owl-dot.active span {
  background-color: #fff;
}

.theme-grey {
  background-color: #efefef;
  color: #01035c;
}
.theme-grey .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background-color: rgba(0, 0, 255, 0.48) !important;
}
.theme-grey .owl-dots .owl-dot:hover span, .theme-grey .owl-dots .owl-dot.active span {
  background-color: #0000ff !important;
}

.theme-white {
  background-color: #fff;
  color: #01035c;
}
.theme-white .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background-color: rgba(0, 0, 255, 0.48) !important;
}
.theme-white .owl-dots .owl-dot:hover span, .theme-white .owl-dots .owl-dot.active span {
  background-color: #0000ff !important;
}

.theme-bleu-fonce {
  background-color: #01035c;
  color: #fff;
}
.theme-bleu-fonce .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.48);
}
.theme-bleu-fonce .owl-dots .owl-dot:hover span, .theme-bleu-fonce .owl-dots .owl-dot.active span {
  background-color: #fff;
}

.theme-bleu-clair {
  background-color: #0000ff;
  color: #fff;
}
.theme-bleu-clair .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.48);
}
.theme-bleu-clair .owl-dots .owl-dot:hover span, .theme-bleu-clair .owl-dots .owl-dot.active span {
  background-color: #fff;
}

.theme-violet-fonce {
  background-color: #28004a;
  color: #fff;
}
.theme-violet-fonce .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.48);
}
.theme-violet-fonce .owl-dots .owl-dot:hover span, .theme-violet-fonce .owl-dots .owl-dot.active span {
  background-color: #fff;
}

.theme-violet-clair {
  background-color: #660099;
  color: #fff;
}
.theme-violet-clair .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.48);
}
.theme-violet-clair .owl-dots .owl-dot:hover span, .theme-violet-clair .owl-dots .owl-dot.active span {
  background-color: #fff;
}

.theme-orange {
  background-color: #ff6600;
  color: #fff;
}
.theme-orange .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.48);
}
.theme-orange .owl-dots .owl-dot:hover span, .theme-orange .owl-dots .owl-dot.active span {
  background-color: #fff;
}

/* LINEAR BACKGROUND */
/* #################################################### */
/* ######################## WP ######################## */
/* #################################################### */
.wp-block-columns {
  gap: 2rem;
}

/* ###################################################### */
/* ######################## BASE ######################## */
/* ###################################################### */
:root {
  --plyr-color-main: #01035c;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #01035c;
  font-weight: 300;
  scroll-behavior: smooth;
  /* HEADER DEFAULT STYLE */
}
html.theme-black,
body.theme-black {
  background: linear-gradient(140deg, black 0%, #000 40vw);
}
html.theme-grey,
body.theme-grey {
  background: linear-gradient(140deg, black 0%, #efefef 40vw);
}
html.theme-white,
body.theme-white {
  background: linear-gradient(140deg, black 0%, #fff 40vw);
}
html.theme-bleu-fonce,
body.theme-bleu-fonce {
  background: linear-gradient(140deg, black 0%, #01035c 40vw);
}
html.theme-bleu-clair,
body.theme-bleu-clair {
  background: linear-gradient(140deg, black 0%, #0000ff 40vw);
}
html.theme-violet-fonce,
body.theme-violet-fonce {
  background: linear-gradient(140deg, black 0%, #28004a 40vw);
}
html.theme-violet-clair,
body.theme-violet-clair {
  background: linear-gradient(140deg, black 0%, #660099 40vw);
}
html.theme-orange,
body.theme-orange {
  background: linear-gradient(140deg, black 0%, #ff6600 40vw);
}

body {
  overflow-x: hidden;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Chewy", cursive;
  margin: 0;
  margin-bottom: 1.5rem;
  line-height: 1;
  font-weight: normal;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
  display: block;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #ff6600;
}
h1.montserrat,
h2.montserrat,
h3.montserrat,
h4.montserrat,
h5.montserrat,
h6.montserrat,
.h1.montserrat,
.h2.montserrat,
.h3.montserrat,
.h4.montserrat,
.h5.montserrat,
.h6.montserrat {
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 6.25rem;
  margin-bottom: 0.8rem;
}

h2,
.h2 {
  font-size: 3.75rem;
  margin-bottom: 1.2rem;
}

h3,
.h3 {
  font-size: 2.8rem;
  margin-bottom: 1.3rem;
}

h4,
h5,
h6 {
  font-size: 2.2rem;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 1rem 0;
  letter-spacing: 0.025rem;
}

a {
  text-decoration: none;
  color: #0000ff;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
a.underline {
  display: block;
  margin-top: 2rem;
  text-decoration: underline;
  font-weight: 600;
  color: #01035c;
}
a.underline.white {
  color: #fff;
}
a.underline:hover {
  color: #ff6600;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #ff6600;
}

strong,
b {
  font-weight: 700;
}

address {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin: 1rem 0;
  letter-spacing: 0.025rem;
}

dl.styled-list,
ol.styled-list,
ul.styled-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
dl.styled-list li,
ol.styled-list li,
ul.styled-list li {
  color: #660099;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
dl.styled-list li:before,
ol.styled-list li:before,
ul.styled-list li:before {
  content: ">";
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  margin-right: 0.5rem;
  color: #ff6600;
}

.button-mini {
  font-size: 0.9rem !important;
}

button,
.button {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  letter-spacing: 0.075rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.4rem 3rem;
  border-radius: 5rem;
  border: none;
  background-color: #ff6600;
  background-image: linear-gradient(25deg, #660099 5%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
button.small,
.button.small {
  padding: 1.25rem 2.5rem;
}
button.square,
.button.square {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  border-radius: 0;
  padding: 0.75rem 2rem;
  background-color: #660099;
  background-image: none !important;
}
button.border,
.button.border {
  font-size: 1rem;
  border-radius: 0;
  padding: 0.75rem 1.1rem;
  border: solid 1px rgba(255, 255, 255, 0.25);
  background-color: transparent;
  background-image: none !important;
}
button.border.icon,
.button.border.icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
button.border.icon.cart,
.button.border.icon.cart {
  background-color: #0000ff;
}
button.border.icon.cart:before,
.button.border.icon.cart:before {
  top: 0px;
  width: 19px;
  height: 19px;
  background-image: url(../images/icons/cart.svg);
  -webkit-filter: none;
          filter: none;
}
button.border.icon:before,
.button.border.icon:before {
  content: "";
  position: relative;
  padding-right: 0.75rem;
  top: 1px;
  width: 20px;
  height: 14px;
  background-image: url(../images/icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: invert(1);
          filter: invert(1);
}
button.border.blue,
.button.border.blue {
  color: #01035c;
  border: solid 1px rgba(1, 3, 92, 0.25);
}
button.border.blue:before,
.button.border.blue:before {
  -webkit-filter: invert(10%) sepia(76%) saturate(2869%) hue-rotate(232deg) brightness(83%) contrast(127%);
          filter: invert(10%) sepia(76%) saturate(2869%) hue-rotate(232deg) brightness(83%) contrast(127%);
}
button.border.blue:hover,
.button.border.blue:hover {
  background-color: rgba(1, 3, 92, 0.2);
}
button.border.orangeHover:hover,
.button.border.orangeHover:hover {
  border-color: transparent;
  background-color: #ff6600;
}
button.border:hover,
.button.border:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
button:hover,
.button:hover {
  color: #fff;
  background-color: #0000ff;
}

/* ########################################################### */
/* ######################## STRUCTURE ######################## */
/* ########################################################### */
/* ######################## HEADER ######################## */
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  text-align: center;
  margin: 0 1rem;
}
header nav ul li a {
  width: 100%;
  display: inline-block;
}
header nav ul > li > a {
  text-transform: uppercase;
}
header nav ul > li:last-child {
  margin-right: 0;
}
header nav .top-menu {
  position: relative;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header nav .top-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav .top-menu ul:first-child li:last-child a {
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding: 0.75rem 2rem;
  background-color: #660099;
  color: white;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
header nav .top-menu ul:first-child li:last-child a:hover {
  background: #0000ff;
}
header nav .top-menu ul:before {
  content: "";
  position: absolute;
  top: 100%;
  right: calc((100vw - 1420px) / -2 - var(--bs-gutter-x) / 2);
  width: 100vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}
header nav .top-menu ul li {
  margin: 0;
}
header nav .top-menu ul li.facebook, header nav .top-menu ul li.instagram {
  margin: 0 0.5rem;
}
header nav .top-menu ul li.facebook a, header nav .top-menu ul li.instagram a {
  display: block;
  color: transparent;
  overflow: hidden;
  padding: 0;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.6;
  -webkit-transition: background 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, opacity 0.3s ease;
}
header nav .top-menu ul li.facebook {
  margin-left: 1rem;
}
header nav .top-menu ul li.facebook a {
  background-image: url(../images/icons/facebook.svg);
}
header nav .top-menu ul li.facebook a:hover {
  opacity: 1;
  color: transparent;
  background-image: url(../images/icons/facebook-hover.svg);
}
header nav .top-menu ul li.instagram a {
  background-image: url(../images/icons/instagram.svg);
}
header nav .top-menu ul li.instagram a:hover {
  opacity: 1;
  color: transparent;
  background-image: url(../images/icons/instagram-hover.svg);
}
header nav .top-menu ul li a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 2rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.05rem;
}
header nav .top-menu ul li a:hover {
  color: white;
}
header nav .top-menu ul li.current-menu-item a {
  color: #fff;
  background-color: #0000ff;
}
header nav .main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav .main-menu > ul > li {
  margin: 0 0.9rem;
}
header nav .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  opacity: 0;
  top: 100%;
  left: 50%;
  width: 0%;
  height: 4px;
  border-radius: 20px;
  background: linear-gradient(140deg, #660099 0%, #ff6600 100%);
  -webkit-transition: width 0.3s ease, left 0.3s ease, opacity 0.2s ease;
  transition: width 0.3s ease, left 0.3s ease, opacity 0.2s ease;
}
header nav .main-menu > ul > li.current-menu-parent a:before, header nav .main-menu > ul > li.current-menu-item a:before {
  left: 30%;
  width: 40%;
  opacity: 1;
}
header nav .main-menu > ul > li:hover ul {
  top: calc(100% + 4px);
  pointer-events: auto;
  opacity: 1;
}
header nav .main-menu > ul > li:hover a:before {
  left: 30%;
  width: 40%;
  opacity: 1;
}
header nav .main-menu > ul li {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header nav .main-menu > ul li a {
  position: relative;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.075rem;
}
header nav .main-menu > ul li ul {
  position: absolute;
  top: calc(100% + 20px);
  padding-top: 1rem;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav .main-menu > ul li ul li {
  margin: 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
header nav .main-menu > ul li ul li a {
  font-size: 1rem;
  font-weight: 400;
  text-transform: initial;
  letter-spacing: 0;
  padding: 0.5rem 2rem;
  color: #01035c;
}
header nav .main-menu > ul li ul li:not(:last-child) {
  border-bottom: 1px solid rgba(1, 3, 92, 0.25);
}
header nav .main-menu > ul li ul li:hover {
  background: #01035c;
}
header nav .main-menu > ul li ul li:hover a {
  color: #fff;
}
header .burger {
  cursor: pointer;
  display: none;
  position: absolute;
  right: calc(var(--bs-gutter-x) * 0.5);
  width: 35px;
  height: 22px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
header .burger.active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .burger.active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}
header .burger.active span:before {
  opacity: 0;
}
header .burger:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
header .burger:active, header .burger:focus {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
header .burger span:before, header .burger:after, header .burger:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
header .burger:after {
  top: 10px;
}
header .burger span:before {
  top: 20px;
}
header .logo {
  position: relative;
  z-index: 2;
}
header .logo:before {
  content: "";
  position: absolute;
  right: -185%;
  top: 0;
  width: 1900px;
  height: calc(100% + 2rem);
  background-image: url(../images/formes/header-logo-background.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  -webkit-filter: drop-shadow(0 0 30px rgba(1, 3, 92, 0.25));
          filter: drop-shadow(0 0 30px rgba(1, 3, 92, 0.25));
}
header .logo a {
  display: block;
  height: 150px;
  width: 200px;
  padding: 0.5rem;
}
header .logo a img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 576px) {
  header .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  header .container {
    max-width: 820px;
  }
}
@media (min-width: 992px) {
  header .container {
    max-width: 1060px;
  }
}
@media (min-width: 1200px) {
  header .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  header .container {
    max-width: 1420px;
  }
}
/* ######################## MAIN ######################## */
main {
  /** GPU RENDER SAFARI **/
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
main section img {
  width: 100%;
}

/* ######################## FOOTER ######################## */
footer {
  background-color: #000032;
}
footer p {
  margin-top: 0;
}
footer img {
  height: 120px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: saturate(0) brightness(100);
          filter: saturate(0) brightness(100);
}
footer b {
  text-transform: uppercase;
  font-weight: 700;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #ff6600;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer ul li.facebook, footer ul li.instagram {
  margin: 0 1rem 1.2rem 0rem;
}
footer ul li.facebook a, footer ul li.instagram a {
  display: block;
  color: transparent;
  overflow: hidden;
  padding: 0;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
footer ul li.facebook a {
  background-image: url(../images/icons/facebook.svg);
}
footer ul li.facebook a:hover {
  background-image: url(../images/icons/facebook-hover.svg);
}
footer ul li.instagram a {
  background-image: url(../images/icons/instagram.svg);
}
footer ul li.instagram a:hover {
  background-image: url(../images/icons/instagram-hover.svg);
}
footer .liens-rejoignez {
  line-height: 2.2;
}
footer .inline {
  margin: 0.5rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .inline address {
  margin: 0;
}
footer .inline img {
  position: relative;
  top: -0.1rem;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-menu ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-menu ul li {
  position: relative;
  margin: 0 0.6rem;
}
footer .footer-menu ul li:not(:last-child):before {
  content: "";
  position: absolute;
  right: -0.6rem;
  top: calc(50% - 0.4rem);
  height: 0.8rem;
  width: 1px;
  background: #fff;
}
footer .footer-menu ul li:first-child {
  pointer-events: none;
}
footer .container > .row > div {
  padding: 0;
}

/* ######################## FORM ######################## */
form h2 {
  color: #0000ff;
  margin: 3rem 0 2rem;
}
form label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
form label.donnees {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
  color: #01035c;
}
form select,
form input {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
  color: #01035c;
  padding: 0.6rem 0.8rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 1px solid #0000ff;
  -webkit-transition: border 0.3s ease, color 0.3s ease;
  transition: border 0.3s ease, color 0.3s ease;
}
form select:focus,
form input:focus {
  border-color: #ff6600;
}
form select::-webkit-input-placeholder, form input::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
  color: #01035c;
  padding: 0.6rem 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
form select::-moz-placeholder, form input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
  color: #01035c;
  padding: 0.6rem 0;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
form select:-ms-input-placeholder, form input:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
  color: #01035c;
  padding: 0.6rem 0;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
form select::-ms-input-placeholder, form input::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
  color: #01035c;
  padding: 0.6rem 0;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
form select::placeholder,
form input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
  color: #01035c;
  padding: 0.6rem 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
form select[type=checkbox], form select[type=radio],
form input[type=checkbox],
form input[type=radio] {
  opacity: 0;
  position: absolute;
  width: 20px;
  height: 20px;
}
form select[type=checkbox]:checked ~ label:after, form select[type=radio]:checked ~ label:after,
form input[type=checkbox]:checked ~ label:after,
form input[type=radio]:checked ~ label:after {
  background-color: #fff;
}
form select[type=checkbox] ~ label, form select[type=radio] ~ label,
form input[type=checkbox] ~ label,
form input[type=radio] ~ label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}
form select[type=checkbox] ~ label:before, form select[type=radio] ~ label:before,
form input[type=checkbox] ~ label:before,
form input[type=radio] ~ label:before {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  background-color: #0000ff;
}
form select[type=checkbox] ~ label:after, form select[type=radio] ~ label:after,
form input[type=checkbox] ~ label:after,
form input[type=radio] ~ label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: left 0.3s ease, background 0.3s ease;
  transition: left 0.3s ease, background 0.3s ease;
}
form select[type=date]::-webkit-inner-spin-button, form select[type=date]::-webkit-calendar-picker-indicator,
form input[type=date]::-webkit-inner-spin-button,
form input[type=date]::-webkit-calendar-picker-indicator {
  /*opacity: 0;*/
  /*display: none;*/
}
form textarea {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  color: #01035c;
  font-size: 1rem;
  padding: 0.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #0000ff;
  outline: none;
}
form textarea::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
  color: #01035c;
  padding: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
form textarea::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
  color: #01035c;
  padding: 0;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
form textarea:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
  color: #01035c;
  padding: 0;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
form textarea::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
  color: #01035c;
  padding: 0;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
form textarea::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
  color: #01035c;
  padding: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
form .select-activity input[type=checkbox] ~ span,
form .select-activity input[type=radio] ~ span {
  display: block !important;
}
form .select {
  position: relative;
}
form .select:before {
  content: "";
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  width: 20px;
  height: 14px;
  background-image: url(../images/icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-filter: invert(11%) sepia(100%) saturate(4595%) hue-rotate(244deg) brightness(99%) contrast(155%);
          filter: invert(11%) sepia(100%) saturate(4595%) hue-rotate(244deg) brightness(99%) contrast(155%);
}
form .date {
  position: relative;
  /*&:before {
  	content: '';
  	position: absolute;
  	right: 0.8rem;
  	bottom: 0.7rem;
  	width: 20px;
  	height: 20px;
  	background-image: url(../images/icons/date.svg);
  	background-repeat: no-repeat;
  	background-size: contain;
  }*/
}
form .search {
  position: relative;
}
form .search label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.075rem;
}
form .search input {
  padding-right: 2rem;
}
form .search:after {
  content: "";
  cursor: pointer;
  position: absolute;
  right: 0.8rem;
  bottom: 0.7rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/icons/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
form .inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
form .inline .form-group {
  margin-right: 2rem;
}
form .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
form .grid .form-group {
  margin: 0;
}
form .form-group {
  margin-bottom: 1.5rem;
}
form .form-group.error input {
  border-color: #ff0000;
}
form .form-group.error input::-webkit-input-placeholder {
  color: #ff0000;
}
form .form-group.error input::-moz-placeholder {
  color: #ff0000;
}
form .form-group.error input:-ms-input-placeholder {
  color: #ff0000;
}
form .form-group.error input::-ms-input-placeholder {
  color: #ff0000;
}
form .form-group.error input::placeholder,
form .form-group.error label {
  color: #ff0000;
}
form .form-group.upload input {
  display: none;
}
form .form-group.upload label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
form .form-group.upload label span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 30px;
  margin-top: 0.6rem;
  cursor: pointer;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
  color: #01035c;
  padding: 0.6rem 0.8rem;
  border: 1px solid #0000ff;
  -webkit-transition: color 0.3s ease, border 0.3s ease;
  transition: color 0.3s ease, border 0.3s ease;
}
form .form-group.upload label span:before {
  content: "";
  position: absolute;
  left: -30px;
  width: 19px;
  height: 23px;
  background-image: url(../images/icons/upload.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
form .form-group.upload label span:hover {
  color: #0000ff;
}
form .msg-error {
  color: red;
  display: none;
  font-size: 1.1rem;
  font-weight: 700;
}
form .msg-success {
  color: green;
  display: none;
  font-size: 1.1rem;
  font-weight: 700;
}
form .inactive {
  opacity: 0.4;
  pointer-events: none;
}
form.event-form .second-form {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* ####################################################### */
/* ######################## CLASS ######################## */
/* ####################################################### */
/* SEPARATOR */
.sep-header:before {
  top: calc(clamp(0.7 * 25px, 0.7 * 5vw, 0.7 * 100px) * -1 + 1px);
  height: clamp(17.5px, 3.5vw, 70px);
  background: no-repeat center/100% 100% url(../images/separators/sep-header.svg);
}
.sep-header .wrapper-main {
  overflow: hidden;
}

.sep-home-activite:before {
  top: calc(clamp(3 * 25px, 3 * 5vw, 3 * 100px) * -1 + 1px);
  height: clamp(75px, 15vw, 300px);
  background: no-repeat center/100% 100% url(../images/separators/sep-white-1.svg);
}

.sep-activite-indoor:before {
  top: calc(clamp(1.2 * 25px, 1.2 * 5vw, 1.2 * 100px) * -1 + 1px);
  height: clamp(30px, 6vw, 120px);
  background: no-repeat center/100% 100% url(../images/separators/sep-blue-1.svg);
}

.sep-activites:before,
.sep-contact-evenements:before,
.sep-organisation:before {
  top: calc(clamp(1 * 25px, 1 * 5vw, 1 * 100px) * -1 + 1px);
  height: clamp(25px, 5vw, 100px);
  background: no-repeat center/100% 100% url(../images/separators/sep-white-2.svg);
}

.sep-agenda:before {
  top: calc(clamp(1.2 * 25px, 1.2 * 5vw, 1.2 * 100px) * -1 + 1px);
  height: clamp(30px, 6vw, 120px);
  background: no-repeat center/100% 100% url(../images/separators/sep-grey-1.svg);
}

.sep-nous-trouver:before {
  top: calc(clamp(2.5 * 25px, 2.5 * 5vw, 2.5 * 100px) * -1 + 1px);
  height: clamp(62.5px, 12.5vw, 250px);
  background: no-repeat center/100% 100% url(../images/separators/sep-blue-2.svg);
}

.sep-organise-evenement:before,
.sep-reservation:before {
  top: calc(clamp(2.5 * 25px, 2.5 * 5vw, 2.5 * 100px) * -1 + 1px);
  height: clamp(62.5px, 12.5vw, 250px);
  background: no-repeat center/100% 100% url(../images/separators/sep-blue-3.svg);
}

.sep-tarifs:before,
.sep-qui-somme-nous:before {
  top: calc(clamp(1 * 25px, 1 * 5vw, 1 * 100px) * -1 + 1px);
  height: clamp(25px, 5vw, 100px);
  background: no-repeat center/100% 100% url(../images/separators/sep-blue-4.svg);
}

.sep-renouveau:before {
  top: calc(clamp(1.2 * 25px, 1.2 * 5vw, 1.2 * 100px) * -1 + 1px);
  height: clamp(30px, 6vw, 120px);
  background: no-repeat center/100% 100% url(../images/separators/sep-white-3.svg);
}

.sep-anniversaire:before,
.sep-moment:before {
  top: calc(clamp(1 * 25px, 1 * 5vw, 1 * 100px) * -1 + 1px);
  height: clamp(25px, 5vw, 100px);
  background: no-repeat center/100% 100% url(../images/separators/sep-grey-2.svg);
}

.sep-moment:after {
  bottom: calc(clamp(1 * 25px, 1 * 5vw, 1 * 100px) * -1 + 1px);
  height: clamp(25px, 5vw, 100px);
  background: no-repeat center/100% 100% url(../images/separators/sep-grey-3.svg);
}

.sep-pictos:before {
  top: calc(clamp(1 * 25px, 1 * 5vw, 1 * 100px) * -1 + 1px);
  height: clamp(25px, 5vw, 100px);
  background: no-repeat center/100% 100% url(../images/separators/sep-white-4.svg);
}
.sep-pictos:after {
  bottom: calc(clamp(2 * 25px, 2 * 5vw, 2 * 100px) * -1 + 1px);
  height: clamp(50px, 10vw, 200px);
  background: no-repeat center/100% 100% url(../images/separators/sep-white-5.svg);
}

.sep-footer-detail:before {
  top: calc(clamp(2 * 25px, 2 * 5vw, 2 * 100px) * -1 + 1px);
  height: clamp(50px, 10vw, 200px);
  background: no-repeat center/100% 100% url(../images/separators/sep-blue-6.svg);
}

.sep-footer-faq:before,
.sep-footer-rejoindre:before {
  top: calc(clamp(2 * 25px, 2 * 5vw, 2 * 100px) * -1 + 1px);
  height: clamp(50px, 10vw, 200px);
  background: no-repeat center/100% 100% url(../images/separators/sep-blue-5.svg);
}

.sep-jeux {
  background-color: #34004e !important;
}
.sep-jeux:before {
  top: calc(clamp(1 * 25px, 1 * 5vw, 1 * 100px) * -1 + 1px);
  height: clamp(25px, 5vw, 100px);
  background: no-repeat center/100% 100% url(../images/separators/sep-violet.svg);
}

/* PICTOS */
.pictos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pictos li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 5rem;
  width: 265px;
}
.pictos li .h1 {
  margin: 0;
  margin-top: 1rem;
  text-align: center;
  line-height: 1.2;
}
.pictos li .picto {
  position: relative;
  width: 150px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pictos li .picto.bleu-fonce:before {
  background: -webkit-gradient(linear, left top, left bottom, from(calc(240deg - var(--angle))), color-stop(0%, #660099), to(#0000ff));
  background: linear-gradient(calc(240deg - var(--angle)), #660099 0%, #0000ff 100%);
}
.pictos li .picto:before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-clip-path: url(#masque-rounded);
          clip-path: url(#masque-rounded);
  -webkit-transform: rotate(var(--angle));
          transform: rotate(var(--angle));
  -webkit-filter: blur(1px);
          filter: blur(1px);
  background: -webkit-gradient(linear, left top, left bottom, from(calc(240deg - var(--angle))), color-stop(0%, #660099), to(#ff6600));
  background: linear-gradient(calc(240deg - var(--angle)), #660099 0%, #ff6600 100%);
}
.pictos li .picto img {
  position: relative;
  width: 60%;
}

/* TARIF COMPOSANT */
.tarif-composant {
  margin-bottom: 2rem;
}
.tarif-composant .header {
  position: relative;
  top: 1rem;
  -webkit-clip-path: polygon(4.67% 15.08%, 92.35% 0%, 98.91% 89.36%, 0.94% 99.11%);
          clip-path: polygon(4.67% 15.08%, 92.35% 0%, 98.91% 89.36%, 0.94% 99.11%);
  background-color: #0000ff;
  color: #fff;
  padding: 1rem 0.5rem 1rem 0.5rem;
  text-align: center;
}
.tarif-composant .header p {
  position: relative;
  top: 0.5rem;
  padding: 0 1rem;
}
.tarif-composant .wrapper {
  background: #fff;
  color: #01035c;
  padding: 2rem;
  padding-top: 3rem;
  width: calc(100% - 6rem);
  margin: 0 3rem;
}
.tarif-composant .wrapper .montserrat {
  color: #0000ff;
}
.tarif-composant .wrapper .horaires-section {
  position: relative;
  margin-top: 5rem;
}
.tarif-composant .wrapper .horaires-section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -2.5rem;
  margin: 0 auto;
  width: 85%;
  height: 1px;
  background-color: rgba(0, 0, 255, 0.25);
}
.tarif-composant.style-2 .header {
  -webkit-clip-path: polygon(7.18% 3.54%, 99.88% 22px, 96.4% 100.01%, 1.1% 100%);
          clip-path: polygon(7.18% 3.54%, 99.88% 22px, 96.4% 100.01%, 1.1% 100%);
  background-color: #efefef !important;
  color: #0000ff;
}
.tarif-composant.style-2 .header p {
  top: 0.8rem;
}
.tarif-composant.theme-tarif-bleu .header {
  background-color: #0000ff;
}
.tarif-composant.theme-tarif-bleu.style-2 .header {
  color: #0000ff;
}
.tarif-composant.theme-tarif-bleu .wrapper .montserrat {
  color: #0000ff;
}
.tarif-composant.theme-tarif-bleu .wrapper .horaires-section:before {
  background-color: rgba(0, 0, 255, 0.25);
}
.tarif-composant.theme-tarif-violet .header {
  background-color: #660099;
}
.tarif-composant.theme-tarif-violet.style-2 .header {
  color: #660099;
}
.tarif-composant.theme-tarif-violet .wrapper .montserrat {
  color: #660099;
}
.tarif-composant.theme-tarif-violet .wrapper .horaires-section:before {
  background-color: rgba(102, 0, 153, 0.25);
}
.tarif-composant.theme-tarif-orange .header {
  background-color: #ff6600;
}
.tarif-composant.theme-tarif-orange.style-2 .header {
  color: #ff6600;
}
.tarif-composant.theme-tarif-orange .wrapper .montserrat {
  color: #ff6600;
}
.tarif-composant.theme-tarif-orange .wrapper .horaires-section:before {
  background-color: rgba(255, 102, 0, 0.25);
}

/* GALERIE & IMAGE */
.rounded-image {
  --angle: 0deg;
  --before-opacity: 0.3;
  position: relative;
  /** STYLE 2 MAQUETTE - PAS DE STYLE SI GALERIE **/
  /** BEFORE **/
  /** has-circle **/
  /** CAROUSEL **/
}
.rounded-image img {
  width: 110%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: rotate(calc(0deg - var(--angle)));
          transform: rotate(calc(0deg - var(--angle)));
}
.rounded-image .wrapper {
  position: relative;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-clip-path: url(#masque-rounded);
          clip-path: url(#masque-rounded);
  -webkit-transform: rotate(var(--angle));
          transform: rotate(var(--angle));
  overflow: hidden;
}
.rounded-image.style-1 .wrapper {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.rounded-image.style-1 .wrapper img {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.rounded-image:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 255, var(--before-opacity));
  -webkit-clip-path: url(#masque-rounded);
          clip-path: url(#masque-rounded);
  -webkit-transform: translate(-20%, -21%) scale(0.6) rotate(-17deg);
          transform: translate(-20%, -21%) scale(0.6) rotate(-17deg);
  -webkit-filter: blur(1px);
          filter: blur(1px);
  overflow: hidden;
  pointer-events: none;
}
.rounded-image.before-position-2:before {
  -webkit-transform: translate(26%, 16%) scale(0.5) rotate(-17deg);
          transform: translate(26%, 16%) scale(0.5) rotate(-17deg);
}
.rounded-image.before-position-3:before {
  -webkit-transform: translate(2%, 1%) skew(-22deg, 30deg) scale(0.85) rotate(-85deg);
          transform: translate(2%, 1%) skew(-22deg, 30deg) scale(0.85) rotate(-85deg);
}
.rounded-image.before-bleu:before {
  background-color: rgba(0, 0, 255, var(--before-opacity));
}
.rounded-image.before-violet:before {
  background-color: rgba(102, 0, 153, var(--before-opacity));
}
.rounded-image.before-orange:before {
  background-color: rgba(255, 102, 0, var(--before-opacity));
}
.rounded-image.has-circle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  border-radius: 40px;
  background-color: #0000ff;
  pointer-events: none;
}
.rounded-image.has-circle.after-position-2:after {
  top: 0;
  left: 0;
}
.rounded-image.has-circle.after-orange:after {
  background: linear-gradient(65deg, #660099 0%, #ff6600 100%);
}
.rounded-image.owl-carousel img {
  -webkit-transform: none !important;
          transform: none !important;
}
.rounded-image.owl-carousel .owl-stage-outer {
  position: relative;
  -webkit-clip-path: url(#masque-rounded);
          clip-path: url(#masque-rounded);
  overflow: hidden;
  aspect-ratio: 1;
}
.rounded-image.owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.rounded-image.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

/* CARDS & BOX COLORS */
.activite-cards ul,
.cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.activite-cards ul li,
.cards li {
  max-width: 385px;
  margin: 1rem;
}
.activite-cards ul li > a,
.activite-cards ul li .box,
.cards li > a,
.cards li .box {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.activite-cards ul li > a .image,
.activite-cards ul li .box .image,
.cards li > a .image,
.cards li .box .image {
  width: 100%;
  aspect-ratio: 1.6;
  overflow: hidden;
}
.activite-cards ul li > a .image img,
.activite-cards ul li .box .image img,
.cards li > a .image img,
.cards li .box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.activite-cards ul li > a .informations,
.activite-cards ul li .box .informations,
.cards li > a .informations,
.cards li .box .informations {
  padding: 1.5rem;
}
.activite-cards ul li > a .informations .title,
.activite-cards ul li .box .informations .title,
.cards li > a .informations .title,
.cards li .box .informations .title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  color: #660099;
  margin: 0;
}
.activite-cards ul li > a .informations .title span,
.activite-cards ul li .box .informations .title span,
.cards li > a .informations .title span,
.cards li .box .informations .title span {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
}
.activite-cards ul li > a .informations .description,
.activite-cards ul li .box .informations .description,
.cards li > a .informations .description,
.cards li .box .informations .description {
  margin: 1.3rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.activite-cards ul li > a .informations button,
.activite-cards ul li > a .informations .button,
.activite-cards ul li .box .informations button,
.activite-cards ul li .box .informations .button,
.cards li > a .informations button,
.cards li > a .informations .button,
.cards li .box .informations button,
.cards li .box .informations .button {
  border-color: rgba(1, 3, 92, 0.25);
  color: #01035c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.activite-cards ul li > a .informations button:before,
.activite-cards ul li > a .informations .button:before,
.activite-cards ul li .box .informations button:before,
.activite-cards ul li .box .informations .button:before,
.cards li > a .informations button:before,
.cards li > a .informations .button:before,
.cards li .box .informations button:before,
.cards li .box .informations .button:before {
  -webkit-filter: invert(10%) sepia(76%) saturate(2869%) hue-rotate(232deg) brightness(83%) contrast(127%);
          filter: invert(10%) sepia(76%) saturate(2869%) hue-rotate(232deg) brightness(83%) contrast(127%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.activite-cards ul li > a .categorie-actu,
.activite-cards ul li .box .categorie-actu,
.cards li > a .categorie-actu,
.cards li .box .categorie-actu {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #660099;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  border-radius: 0;
  margin: 0;
  padding: 0.5rem 1.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.activite-cards ul li > a:hover,
.activite-cards ul li .box:hover,
.cards li > a:hover,
.cards li .box:hover {
  color: #01035c;
}
.activite-cards ul li > a:hover .image img,
.activite-cards ul li .box:hover .image img,
.cards li > a:hover .image img,
.cards li .box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.activite-cards ul li > a:hover button,
.activite-cards ul li > a:hover .button,
.activite-cards ul li .box:hover button,
.activite-cards ul li .box:hover .button,
.cards li > a:hover button,
.cards li > a:hover .button,
.cards li .box:hover button,
.cards li .box:hover .button {
  border-color: transparent;
  background-color: #0000ff;
  color: #fff;
}
.activite-cards ul li > a:hover button:before,
.activite-cards ul li > a:hover .button:before,
.activite-cards ul li .box:hover button:before,
.activite-cards ul li .box:hover .button:before,
.cards li > a:hover button:before,
.cards li > a:hover .button:before,
.cards li .box:hover button:before,
.cards li .box:hover .button:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.activite-cards ul.type-actus li > a .informations .title,
.activite-cards ul.type-actus li .box .informations .title,
.cards.type-actus li > a .informations .title,
.cards.type-actus li .box .informations .title {
  line-height: 1.2;
}
.activite-cards ul.jeux li,
.cards.jeux li {
  max-width: 425px;
}
.activite-cards ul.jeux li .image,
.cards.jeux li .image {
  width: 100%;
  aspect-ratio: 1.6;
  overflow: hidden;
}
.activite-cards ul.jeux li .image img,
.cards.jeux li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.activite-cards ul.jeux .informations,
.cards.jeux .informations {
  padding: 1.5rem 0.8rem !important;
}
.activite-cards ul.jeux .informations ul,
.cards.jeux .informations ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.activite-cards ul.jeux .informations ul li,
.cards.jeux .informations ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-bottom: 0.5rem;
}
.activite-cards ul.jeux .informations ul li img,
.cards.jeux .informations ul li img {
  margin-right: 0.5rem;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto !important;
}
.activite-cards ul.jeux .informations .title,
.cards.jeux .informations .title {
  font-size: 2.35rem !important;
  font-family: "Chewy", cursive;
}
.activite-cards ul.jeux .informations .title span,
.cards.jeux .informations .title span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  opacity: 0.4;
}

.box {
  border: 1.5rem solid #e6e6e6;
  background-color: #fff;
  color: #01035c;
}
.box.theme-bleu {
  border-color: rgba(0, 0, 255, 0.1);
  background: rgba(0, 0, 255, 0.1);
  color: #fff !important;
}
.box.theme-bleu .informations {
  background: rgba(0, 0, 255, 0.3);
  height: 100%;
}
.box.theme-bleu .informations .title {
  color: #fff !important;
}
.box.theme-bleu .informations button,
.box.theme-bleu .informations .button {
  border-color: rgba(255, 255, 255, 0.25) !important;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box.theme-bleu .informations button:before,
.box.theme-bleu .informations .button:before {
  -webkit-filter: invert(1) !important;
          filter: invert(1) !important;
}
.box.theme-bleu:not(.noHover):hover button,
.box.theme-bleu:not(.noHover):hover .button {
  border-color: rgba(255, 255, 255, 0.25) !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.box.theme-violet {
  border-color: rgba(102, 0, 153, 0.1);
  background: rgba(102, 0, 153, 0.1);
  color: #fff !important;
}
.box.theme-violet .informations {
  background: rgba(102, 0, 153, 0.3);
  height: 100%;
}
.box.theme-violet .informations .title {
  color: #fff !important;
}
.box.theme-violet .informations button,
.box.theme-violet .informations .button {
  border-color: rgba(255, 255, 255, 0.25) !important;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box.theme-violet .informations button:before,
.box.theme-violet .informations .button:before {
  -webkit-filter: invert(1) !important;
          filter: invert(1) !important;
}
.box.theme-violet:not(.noHover):hover button,
.box.theme-violet:not(.noHover):hover .button {
  border-color: rgba(255, 255, 255, 0.25) !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.box.theme-orange {
  border-color: rgba(255, 102, 0, 0.1);
  background: rgba(255, 102, 0, 0.1);
  color: #fff !important;
}
.box.theme-orange .informations {
  background: rgba(255, 102, 0, 0.65);
  height: 100%;
}
.box.theme-orange .informations .title {
  color: #fff !important;
}
.box.theme-orange .informations button,
.box.theme-orange .informations .button {
  border-color: rgba(255, 255, 255, 0.25) !important;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box.theme-orange .informations button:before,
.box.theme-orange .informations .button:before {
  -webkit-filter: invert(1) !important;
          filter: invert(1) !important;
}
.box.theme-orange:not(.noHover):hover button,
.box.theme-orange:not(.noHover):hover .button {
  border-color: rgba(255, 255, 255, 0.25) !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* CARDS PAGE ACTIVITES */
.activite-cards {
  position: relative;
}
.activite-cards h3 {
  color: #0000ff;
  text-transform: uppercase;
}
.activite-cards > .button {
  position: absolute !important;
  right: 4rem;
}
.activite-cards > .button:hover {
  background-color: #ff6600 !important;
}
.activite-cards ul li {
  max-width: 380px;
}
.activite-cards ul li a {
  background-color: #01035c;
}
.activite-cards ul li a .image {
  position: relative;
}
.activite-cards ul li a .image img {
  position: relative;
  z-index: 0;
}
.activite-cards ul li a .image:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: rgba(52, 0, 78, 0.41);
}
.activite-cards ul li a .informations {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
}
.activite-cards ul li a .informations .title {
  color: #b67cd3;
  line-height: 1.15;
}
.activite-cards ul li a .informations .price {
  position: absolute;
  top: -4rem;
  left: calc(50% - 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8rem;
  height: 8rem;
  border-radius: 10rem;
  line-height: 1;
  color: #660099;
  background-color: #fff;
}
.activite-cards ul li a .informations .number-people {
  position: absolute;
  z-index: 2;
  top: -2rem;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.075rem;
  margin: 0;
}
.activite-cards ul li a .informations .number-people:before {
  content: "";
  position: absolute;
  top: 3px;
  left: calc(100% + 0.5rem);
  width: 26px;
  height: 16px;
  background-image: url(../images/icons/people.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.activite-cards ul li a .informations button,
.activite-cards ul li a .informations .button {
  margin: 0 auto;
  margin-top: 2.5rem;
  width: 75%;
  color: #fff;
  border: solid 1px #fff;
  background-color: transparent !important;
}
.activite-cards ul li a .informations button:before,
.activite-cards ul li a .informations .button:before {
  -webkit-filter: invert(0);
          filter: invert(0);
}
.activite-cards ul li a .informations button:hover,
.activite-cards ul li a .informations .button:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.activite-cards ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.activite-cards ul li a:hover button,
.activite-cards ul li a:hover .button {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* ACTIVITES */
.activites {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.activites .activite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.15rem;
  text-align: center;
  -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.15));
  will-change: filter;
}
.activites .activite a.reservation {
  position: relative;
  margin: 0 auto;
  bottom: 2rem;
  border: 4px solid #fff;
}
.activites .activite .wrapper {
  position: relative;
  height: 300px;
  width: 250px;
  padding-bottom: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #01035c;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.activites .activite .wrapper p,
.activites .activite .wrapper h3 {
  margin: 0;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0 0.7rem;
}
.activites .activite .wrapper p {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 0.075rem;
}
.activites .activite .wrapper img {
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
.activites .activite .wrapper:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  background: linear-gradient(25deg, #660099 0%, #0000ff 100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.activites .activite .wrapper:hover {
  color: #fff;
}
.activites .activite .wrapper:hover img {
  opacity: 0.25;
  -webkit-filter: saturate(0) brightness(100);
          filter: saturate(0) brightness(100);
}
.activites .activite .wrapper:hover:before {
  opacity: 1;
}
.activites .activite.activite-1 .wrapper {
  -webkit-clip-path: polygon(10.6% 2.33%, 98.2% 7.67%, 95.6% 99.33%, 0.8% 93.66%);
          clip-path: polygon(10.6% 2.33%, 98.2% 7.67%, 95.6% 99.33%, 0.8% 93.66%);
}
.activites .activite.activite-4 .wrapper, .activites .activite.activite-2 .wrapper {
  -webkit-clip-path: polygon(0.6% 18%, 89.6% 13%, 99% 95%, 5.6% 100.33%);
          clip-path: polygon(0.6% 18%, 89.6% 13%, 99% 95%, 5.6% 100.33%);
}
.activites .activite.activite-3 .wrapper {
  -webkit-clip-path: polygon(10% 7%, 95.4% 2%, 97.6% 98.66%, 2.4% 97.34%);
          clip-path: polygon(10% 7%, 95.4% 2%, 97.6% 98.66%, 2.4% 97.34%);
}
.activites .activite.activite-5 .wrapper {
  -webkit-clip-path: polygon(1.2% 0%, 98.2% 8%, 98% 95.01%, 2% 100%);
          clip-path: polygon(1.2% 0%, 98.2% 8%, 98% 95.01%, 2% 100%);
}

/* ACTUS FILTERS */
.filters form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filters form .inline {
  padding: 0rem 3rem;
  margin-bottom: 1rem;
  border: 1px solid #0000ff;
}
.filters form .inline .form-group {
  margin: 1.5rem;
}
.filters form .inline .form-group input[type=checkbox] {
  display: none;
}
.filters form .inline .form-group input[type=checkbox]:checked ~ label:after {
  background-color: #fff;
}
.filters form .inline .form-group input[type=checkbox] ~ label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin: 0;
}
.filters form .inline .form-group input[type=checkbox] ~ label:before {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  border: none;
  background-color: #0000ff;
}
.filters form .inline .form-group input[type=checkbox] ~ label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 30px;
  background-color: transparent;
  border: none;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: left 0.3s ease, background 0.3s ease;
  transition: left 0.3s ease, background 0.3s ease;
}
.filters form a {
  margin-bottom: 1rem;
  text-decoration: underline;
  color: #01035c;
  font-weight: 600;
  letter-spacing: 0.025rem;
}

/* QUESTIONS FAQ */
.questions {
  list-style: none;
  margin: 0;
  padding: 0;
}
.questions li {
  margin-bottom: 1rem;
  border: 1px solid #0000ff;
}
.questions li.hide {
  display: none;
}
.questions li h2 {
  cursor: pointer;
  position: relative;
  color: #fff;
  background-color: #0000ff;
  padding: 1.5rem;
  padding-right: 4.5rem;
  margin: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.questions li h2:before {
  content: "";
  position: absolute;
  right: 2rem;
  width: 26px;
  height: 20px;
  background-image: url(../images/icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.questions li .text {
  display: none;
  padding: 1rem 2rem;
  background-color: #fff;
}
.questions li.active .text {
  display: block;
}
.questions li.active h2:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* TARIFS PAGE */
.tarifs-liste {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tarifs-liste li {
  position: relative;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tarifs-liste li h2 {
  cursor: pointer;
  padding: 2rem 0rem;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tarifs-liste li h2:before {
  content: "";
  position: absolute;
  right: 2rem;
  width: 26px;
  height: 20px;
  background-image: url(../images/icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.tarifs-liste li .fond {
  padding: 0rem 1.35rem;
  background: rgba(0, 0, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tarifs-liste li .informations {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  background: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tarifs-liste li .informations .onglets {
  margin-bottom: 3rem;
}
.tarifs-liste li .informations .onglets button {
  margin-right: 2.5rem;
  padding: 0.75rem 1.1rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.075rem;
}
.tarifs-liste li .informations .onglets button.square {
  border: 1px solid #660099;
}
.tarifs-liste li .informations .onglets button.square:hover {
  background-color: #660099;
}
.tarifs-liste li .informations .text-hors-vacances,
.tarifs-liste li .informations .text-vacances {
  display: none;
}
.tarifs-liste li .informations .text-hors-vacances > div,
.tarifs-liste li .informations .text-vacances > div {
  padding-right: 2rem;
}
.tarifs-liste li .informations .text-hors-vacances > div:not(:first-child),
.tarifs-liste li .informations .text-vacances > div:not(:first-child) {
  padding-left: 2rem;
}
.tarifs-liste li .informations .text-hors-vacances > div:not(:last-child),
.tarifs-liste li .informations .text-vacances > div:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.tarifs-liste li .informations .text-hors-vacances .title,
.tarifs-liste li .informations .text-vacances .title {
  margin-top: 0;
  color: #6464d3 !important;
  font-weight: 700;
  text-transform: uppercase;
}
.tarifs-liste li .informations .text-hors-vacances.active,
.tarifs-liste li .informations .text-vacances.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tarifs-liste li .informations .more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 3rem;
}
.tarifs-liste li.active .fond {
  padding: 2rem 1.35rem;
}
.tarifs-liste li.active .informations {
  max-height: 1500px;
  overflow: auto;
  opacity: 1;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.tarifs-liste li.active h2 {
  padding: 0;
  padding-bottom: 1.35rem;
}
.tarifs-liste li.active h2:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.tarifs-liste li:not(.active) {
  border-width: 0;
}

.owl-carousel .owl-nav {
  position: absolute;
  left: -70px;
  right: -70px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.owl-carousel .owl-nav button {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.owl-carousel .owl-nav button:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 12px;
  width: 25px;
  height: 18px;
  background-image: url(../images/icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.owl-carousel .owl-nav button:hover {
  background-color: rgba(255, 255, 255, 0.35) !important;
}

.has-style-list ul {
  list-style: none;
  padding: 0;
  margin: 2.3rem 0;
}
.has-style-list ul li {
  color: #660099;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.has-style-list ul li:before {
  content: ">";
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  margin-right: 0.5rem;
  color: #ff6600;
}

/* ################################################################# */
/* ######################## CAS PARTICULIER ######################## */
/* ################################################################# */
.home {
  /* HEADER DEFAULT STYLE */
  background: -webkit-gradient(linear, left top, left bottom, from(#010117), color-stop(20%, #01035c)) !important;
  background: linear-gradient(180deg, #010117 0%, #01035c 20%) !important;
}
.home .header-section h1,
.home .header-section p {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.home .header-section h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0rem;
  color: #ff6600;
}
.home .header-section h1:after {
  content: "";
  position: absolute;
  top: 2%;
  right: -2%;
  width: 18px;
  height: 18px;
  background: no-repeat center/100% url(../images/formes/forme-6.svg);
}
.home .header-section p {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  color: #fff;
  margin: 0;
}
.home .header-section .plyr--video {
  margin: 0 auto;
  width: 90%;
  min-height: 500px;
  margin-top: -9.5rem;
}
.home .header-section a {
  position: relative;
  z-index: 2;
  top: 2.5rem;
}
.home .billard-jeux {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .billard-jeux a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #01035c;
  width: 450px;
  padding: 0rem 2rem;
  margin: 1rem 2rem;
  border: 1px solid #0000ff;
}
.home .billard-jeux a img,
.home .billard-jeux a .h4 {
  position: relative;
  z-index: 1;
}
.home .billard-jeux a img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1rem;
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
.home .billard-jeux a .h4 {
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  margin: 0;
}
.home .billard-jeux a:before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0;
  background: linear-gradient(25deg, #660099 0%, #0000ff 100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.home .billard-jeux a:hover {
  color: #fff;
}
.home .billard-jeux a:hover img {
  opacity: 0.25;
  -webkit-filter: saturate(0) brightness(100);
          filter: saturate(0) brightness(100);
}
.home .billard-jeux a:hover:before {
  opacity: 1;
}

.section-nous-trouver a {
  color: #fff;
}
.section-nous-trouver a:hover {
  color: #ff6600;
}

.contact .informations-container {
  position: relative;
}
.contact .informations-container b {
  text-transform: uppercase;
  font-weight: 700;
}
.contact .informations-container a {
  color: #fff;
}
.contact .informations-container a:hover {
  color: #ff6600;
}
.contact .informations-container .wrapper {
  aspect-ratio: 1;
  -webkit-clip-path: url(#masque-rounded);
          clip-path: url(#masque-rounded);
  -webkit-transform: rotate(-44deg);
          transform: rotate(-44deg);
  overflow: hidden;
  background-color: #01035c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .informations-container .wrapper > div {
  padding-top: 7.5rem;
  padding-left: 7.5rem;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
}
.contact .informations-container .wrapper > div > img {
  margin-top: 1rem;
  height: auto;
}
.contact .informations-container .inline {
  margin: 0.5rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .informations-container .inline address {
  margin: 0;
}
.contact .informations-container .inline img {
  position: relative;
  top: -0.1rem;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact .informations-container:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ff6600;
  -webkit-clip-path: url(#masque-rounded);
          clip-path: url(#masque-rounded);
  overflow: hidden;
  -webkit-transform: translate(-20%, -21%) scale(0.6) rotate(-17deg);
          transform: translate(-20%, -21%) scale(0.6) rotate(-17deg);
  pointer-events: none;
}
.contact input {
  width: 85%;
}

.detail-actualite h3 {
  color: #ff6600;
  margin-top: 40px;
}
.detail-actualite h2 {
  margin-top: 30px;
}
.detail-actualite .categorie {
  background-color: #660099;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  margin: 0 auto;
  border-radius: 0;
  padding: 0.75rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.detail-actualite .important {
  margin-top: 3rem;
  padding: 2rem;
  padding-bottom: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(#0000ff), to(#660099));
  background: linear-gradient(90deg, #0000ff 0%, #660099 100%);
  color: #fff;
}

.formule-evenements {
  position: relative;
  z-index: 2;
  padding: 2.5rem 2rem 1.5rem;
  background: linear-gradient(60deg, #0000ff 0%, #660099 100%);
  color: #fff;
}
.formule-evenements h3 {
  margin-bottom: 2.5rem;
}
.formule-evenements ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.formule-evenements ul li {
  position: relative;
  text-transform: uppercase;
  padding-left: calc(6px + 0.8rem);
  margin-bottom: 1.5rem;
}
.formule-evenements ul li:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.5);
}

.detail-activite h1 {
  font-size: 5rem;
}
.detail-activite .header-section .illu-activite {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.detail-activite .header-section .icon-activite {
  width: 70px;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.detail-activite .sep-moment .owl-dots .owl-dot span {
  background-color: rgba(255, 102, 0, 0.48) !important;
}
.detail-activite .sep-moment .owl-dots .owl-dot:hover span, .detail-activite .sep-moment .owl-dots .owl-dot.active span {
  background-color: #ff6600 !important;
}

/* ZOUZOU & AUTRES */
.activites-reservation .container {
  position: relative;
}
.activites-reservation .container .rounded-image {
  position: absolute;
  z-index: 2;
  left: -300px;
  bottom: calc(100% - 200px);
  width: 400px;
  height: 400px;
}

.contact-evenements .container {
  position: relative;
}
.contact-evenements .container .rounded-image {
  position: absolute;
  z-index: 2;
  right: -400px;
  bottom: 50%;
  width: 500px;
  height: 500px;
}
.contact-evenements .container .rounded-image:before {
  -webkit-transform: translate(9%, -30%) skew(-22deg, 30deg) scale(0.85) rotate(-85deg) !important;
          transform: translate(9%, -30%) skew(-22deg, 30deg) scale(0.85) rotate(-85deg) !important;
}

.sep-organise-evenement .has-circle:after {
  background-color: rgba(255, 255, 255, 0.4);
}

.sep-organisation .rounded-image.has-circle:after {
  top: initial;
  left: -20px;
  bottom: 90px;
}

/* FORMES */
[class*=forme-left-] {
  position: relative;
}
[class*=forme-left-]:before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
}

[class*=forme-right-] {
  position: relative;
}
[class*=forme-right-]:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
}

.forme-left-1:before {
  width: 400px;
  height: 300px;
  left: -260px;
  background-image: url("../images/formes/forme-1.svg");
}

.forme-right-1:after {
  width: 400px;
  height: 300px;
  right: -260px;
  background-image: url("../images/formes/forme-1.svg");
}

.forme-left-2:before {
  width: 300px;
  height: 300px;
  left: -150px;
  background-image: url("../images/formes/forme-2.svg");
}

.forme-right-2:after {
  width: 300px;
  height: 300px;
  right: -150px;
  background-image: url("../images/formes/forme-2.svg");
}

.forme-left-3:before {
  width: 215px;
  height: 215px;
  left: -230px;
  background-image: url("../images/formes/forme-3.svg");
}

.forme-right-3:after {
  width: 215px;
  height: 215px;
  right: -200px;
  background-image: url("../images/formes/forme-3.svg");
}

.forme-left-4:before {
  width: 270px;
  height: 300px;
  left: -230px;
  background-image: url("../images/formes/forme-4.svg");
}

.forme-right-4:after {
  width: 270px;
  height: 300px;
  right: -230px;
  background-image: url("../images/formes/forme-4.svg");
}

.forme-left-5:before {
  width: 370px;
  height: 310px;
  left: -310px;
  background-image: url("../images/formes/forme-5.svg");
}

.forme-right-5:after {
  width: 370px;
  height: 310px;
  right: -310px;
  background-image: url("../images/formes/forme-5.svg");
}

/***********/
/* FORME 1 */
/***********/
.home .sep-home-activite .forme-left-1:before {
  bottom: -10px;
  left: -310px;
  z-index: 2;
}

.sep-activites .forme-left-1:before {
  top: -160px;
}

.sep-tarifs .forme-left-1:before {
  top: -150px;
}

.sep-qui-somme-nous .forme-left-1:before {
  top: -225px;
  left: -340px;
}

.contact .header-section .forme-left-1:before {
  left: 0;
  bottom: 80px;
}

.sep-anniversaire .forme-left-1:before {
  top: -150px;
  left: -300px;
}

.sep-anniversaire {
  position: relative;
}
.sep-anniversaire:after {
  content: "";
  position: absolute;
  bottom: -5%;
  right: 5%;
  left: inherit !important;
  width: 250px;
  height: 250px;
  background: no-repeat center/100% url(../images/formes/forme-5.svg);
}

/***********/
/* FORME 2 */
/***********/
.home .header-section .forme-left-2:before {
  top: 180px;
  left: -400px;
}

.home .section-nous-trouver .forme-left-2:before {
  top: -250px;
}

.nos-jeux .forme-right-2:after {
  top: -110px;
}

.sep-footer-detail .forme-left-2:before {
  top: -230px;
}

/***********/
/* FORME 3 */
/***********/
.home .section-nous-trouver .forme-right-3:after {
  top: -200px;
}

.sep-pictos .forme-left-3:before {
  top: 250px;
}

.detail-actualite .header-section .forme-right-3:after,
.page-actu .header-section .forme-right-3:after,
.tarifs-horaires .header-section .forme-right-3:after {
  top: 0;
}

.sep-footer-detail .forme-right-3:after {
  top: -160px;
}

.tarif-section .forme-left-3:before {
  top: 840px;
}

/***********/
/* FORME 4 */
/***********/
.forme-right-4:not(.tarif-composant) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.forme-right-4:after {
  top: -200px;
}

.tarif-composant.forme-right-4:after {
  right: -250px;
  top: -185px;
}

/***********/
/* FORME 5 */
/***********/
.contact-evenements .container.forme-left-5:before {
  top: calc(50% - 400px);
}

.home .header-section .forme-right-5:after {
  bottom: 0;
  z-index: 2;
}

.activites-reservation .forme-right-5:after {
  top: -280px;
}

.sep-renouveau .forme-right-5:after {
  bottom: -140px;
  right: 40px;
}
.sep-renouveau .before-bleu {
  position: relative;
  z-index: 1;
  bottom: 6.5rem;
}
.sep-renouveau .before-bleu:before {
  -webkit-transform: translate(-29%, -15%) scale(0.6) rotate(-60deg) !important;
          transform: translate(-29%, -15%) scale(0.6) rotate(-60deg) !important;
}

.sep-footer-faq .forme-right-5:after,
.sep-footer-rejoindre .forme-right-5:after {
  top: -330px;
}

.sep-jeux .forme-left-5:before {
  left: -270px;
  top: 0;
}

/* FLOU */
[class*=flou] {
  --rotate: 0deg;
  --scale: 1;
  --top: initial;
  --bottom: initial;
  --left: initial;
  --right: initial;
  position: absolute;
  z-index: -1;
  /*filter: blur(45px);*/
  top: var(--top);
  left: var(--left);
  right: var(--right);
  bottom: var(--bottom);
  -webkit-transform: rotate(var(--rotate)) scale(var(--scale));
          transform: rotate(var(--rotate)) scale(var(--scale));
  pointer-events: none !important;
  background: no-repeat center/100% url(../images/flou.png);
  width: 1000px;
  height: 1000px;
}

.home main {
  overflow: hidden;
}

/* ############################################################# */
/* ######################## MOBILE ADAPT ####################### */
/* ############################################################# */
@media (max-width: 768px) {
  .map {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .flou {
    display: none !important;
  }
}
.menu-open .burger {
  top: 40px;
}
.menu-open header nav.active {
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  height: unset;
  padding: 30px;
}
.menu-open header nav .main-menu > ul li ul {
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
}

@media screen and (max-width: 1400px) {
  header nav .top-menu ul:before {
    right: calc((100vw - 1240px) / -2 - var(--bs-gutter-x) / 2);
  }
  header .logo:before {
    right: -230%;
  }
}
@media screen and (max-width: 1200px) {
  body.menu-open {
    overflow: hidden;
  }
  header .logo:before {
    right: -300%;
  }
  header .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .nav-wrapper .burger {
    display: block;
    z-index: 100;
  }
  header .nav-wrapper.active {
    right: 0%;
  }
  header .nav-wrapper.active:before {
    pointer-events: all;
    opacity: 1;
  }
  header .nav-wrapper.active nav .top-menu ul:before {
    content: none;
  }
  header .nav-wrapper:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.75);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header nav {
    position: fixed;
    top: 0;
    right: calc(-100% - 60px);
    will-change: right;
    bottom: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #01035c;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  header nav .top-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2rem;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header nav .top-menu #menu-menu-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
  header nav .top-menu ul {
    /*&:before {
    	top: -1.5rem;
    	width: 100%;
    }*/
  }
  header nav .main-menu > ul {
    display: block;
  }
  header nav .main-menu > ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.5rem;
  }
  header nav .main-menu > ul li ul {
    position: initial;
    background-color: transparent;
    pointer-events: auto;
    opacity: 1;
  }
  header nav .main-menu > ul li ul li a {
    color: #fff;
  }
  header nav.active {
    right: 0%;
  }
  .h1,
  h1 {
    font-size: 5.25rem;
  }
  .h2,
  h2 {
    font-size: 3rem;
  }
  .tarif-composant.style-2 .header p.h2 {
    font-size: 3.5rem;
  }
  .sep-renouveau .forme-right-5:after {
    content: none;
  }
}
@media screen and (max-width: 992px) {
  html,
  body {
    font-size: 13px !important;
  }
  header .logo:before {
    right: -410%;
  }
  footer img {
    height: 100px;
  }
  footer ul li.instagram {
    margin-right: 0;
  }
  .tarifs-liste li .informations .text-hors-vacances.active,
  .tarifs-liste li .informations .text-vacances.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tarifs-liste li .informations .text-hors-vacances.active > div,
  .tarifs-liste li .informations .text-vacances.active > div {
    border: none;
    padding: 0;
    text-align: center;
  }
  .tarifs-liste li .informations .text-hors-vacances.active > div:not(:last-child),
  .tarifs-liste li .informations .text-vacances.active > div:not(:last-child) {
    margin-bottom: 2rem;
  }
  .tarifs-liste li .informations .onglets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tarifs-liste li .informations .onglets button {
    margin: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
  .rounded-image {
    width: clamp(200px, 75vw, 400px);
    margin: 0 auto;
  }
  .detail-activite .header-section .illu-activite {
    position: initial;
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-bottom: 2rem;
  }
  .cards.jeux li {
    margin: 1rem auto;
  }
  .contact-evenements .container .rounded-image {
    display: none;
  }
  .contact-evenements .container.forme-left-5:before {
    content: none;
  }
  .sep-renouveau .before-bleu {
    bottom: initial;
  }
  .sur-mesure-bouton a {
    text-align: initial;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .filters form .inline {
    padding: 0rem 1rem;
  }
  .filters form .inline .form-group {
    margin: 1.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  header .logo a img {
    width: 80%;
    height: 80%;
    top: 10%;
  }
  header .logo:before {
    right: -540%;
  }
  .h1,
  h1 {
    font-size: 3.25rem;
  }
  .h2,
  h2 {
    font-size: 2.5rem;
  }
  .activites-reservation .container .rounded-image {
    display: none;
  }
  .home .section-nous-trouver [class*=flou] {
    display: none;
  }
  [class*=forme-left-]:before {
    content: none;
  }
  [class*=forme-right-]:after {
    content: none;
  }
  [class*=flou] {
    z-index: -1 !important;
  }
}
@media screen and (max-width: 615px) {
  header {
    margin-bottom: -1rem;
  }
  header .container {
    background-color: #fff;
  }
  header .logo:before {
    content: none;
  }
  header .burger:not(.active) span:before, header .burger:not(.active):before, header .burger:not(.active):after {
    background-color: #01035c;
  }
  .home .header-section h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .contact .informations-container .wrapper > div {
    padding-top: 5.5rem;
    padding-left: 5.5rem;
  }
}
@media screen and (max-width: 435px) {
  footer .footer-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-menu ul li:before {
    content: none !important;
  }
}
a.border.icon.popup-link {
  font-size: 20px;
  border-radius: 0;
  padding: 0.75rem 1.1rem;
  border: solid 1px rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25) !important;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}

a.border.icon.popup-link:before {
  content: "";
  position: relative;
  padding-right: 0.75rem;
  top: 1px;
  -webkit-filter: invert(1);
          filter: invert(1);
  width: 20px;
  height: 14px;
  background-image: url(../images/icons/arrow.svg);
  background-repeat: no-repeat;
  color: #FFF;
  background-size: contain;
}

.white-popup mfp-hide {
  display: none;
}

.video_jeu_iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  min-width: 60%;
  aspect-ratio: 16/9;
}

.mentions {
  font-style: italic;
  font-size: 0.7rem;
}

/*Menu rapide*/
.widget-menu {
  position: fixed;
  top: 40%;
  z-index: 999;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 992px) {
  .widget-menu {
    display: none;
  }
}

.pt-20 {
  padding-top: 20px;
}

.box.une {
  border: 1.5rem solid #660099 !important;
}

.short-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.short-menu p {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.short-menu img {
  width: 20px;
  height: 20px;
}
.short-menu .button {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  margin-left: auto;
  margin: 10px 0;
  border-radius: 99rem;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  position: relative;
}
.short-menu .button:hover {
  top: -10px;
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  position: relative;
}
.short-menu p {
  color: white !important;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
  margin: 0 !important;
}