.bigslider {
  --highlightcolor: var(--wp--preset--color--darkblue);
  position: relative;
  overflow: hidden;
  height: 700px;
}
.bigslider .swiper-container,
.bigslider .swiper-wrapper,
.bigslider .swiper-slide {
  height: 100%;
}
.bigslider .swiper-slide {
  display: flex;
  position: relative;
  overflow: hidden;
}
.bigslider img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.bigslider .swiper-slide > div {
  padding: 40px 40px 40px 30px;
  position: absolute;
  width: 40%;
  bottom: 0;
  right: 0;
  background: #fff;
  max-width: var(--wp--style--global--content-size);
  z-index: 10;
}
.bigslider .swiper-slide > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: -1;
  background: #fff;
  transform: skewX(-30deg) translateZ(0);
  transform-origin: top left;
}
.bigslider .swiper-slide > div > * {
  margin: 10px auto;
}
.bigslider .t {
  color: var(--highlightcolor);
  font-family: var(--wp--preset--font-family--gilroy);
  font-weight: var(--wp--custom--font-weight--extrabold);
  font-size: var(--wp--preset--font-size--extra-large);
  line-height: var(--wp--custom--line-height--heading);
  margin: 5px 0;
}
.bigslider .d {
  line-height: var(--wp--custom--line-height--heading);
}
.bigslider .l {
  color: var(--highlightcolor);
  text-decoration: none !important;
  font-weight: var(--wp--custom--font-weight--extrabold);
  display: inline-block;
  font-family: var(--wp--preset--font-family--gilroy);
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1;
  padding: 10px;
  border: 2px solid var(--highlightcolor);
}
.bigslider .l:hover {
  color: #ffffff !important;
  background: var(--highlightcolor) !important;
}
.bigsl-pagination {
  position: absolute;
  bottom: 0;
  left: 54%;
  z-index: 800;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.bigsl-pagination:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(100% + 10px);
  background: var(--wp--preset--color--lightgray);
  height: 6px;
  width: 500px;
  transform: skewX(-30deg) translateZ(0);
}
.bigsl-pagination > * {
  opacity: 1;
  background: var(--wp--preset--color--midgray);
  width: 50px;
  border-radius: 0;
  height: 6px;
  transform: skewX(-30deg) translateZ(0);
}
.bigsl-pagination > *.swiper-pagination-bullet-active {
  background: var(--wp--preset--color--lightblue);
}
.bigsl-prev,
.bigsl-next {
  position: absolute;
  color: #fff;
}
@media screen and (max-width: 900px) {
  section > .bigslider:first-child {
    margin-top: 148px;
  }
  .bigslider {
    height: auto;
    background: var(--wp--preset--color--lightgray);
  }
  .bigslider .swiper-slide {
    display: block;
  }
  .bigslider img {
    height: auto;
    object-fit: none;
  }
  .bigslider .swiper-slide > div {
    text-align: center;
    padding: 30px;
    position: static;
    width: 100%;
    background: var(--wp--preset--color--lightgray);
  }
  .bigslider .swiper-slide > div:before {
    content: none;
  }
  .bigsl-prev,
  .bigsl-next {
    display: none;
  }
  .bigsl-pagination {
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 50;
    left: auto;
    gap: 20px;
    justify-content: center;
    display: flex;
  }
  .bigsl-pagination:after {
    z-index: -1;
    content: "";
    background: #fff;
    width: calc(100% + 20px);
    height: 7px;
    left: -10px;
  }
  .bigsl-pagination > * {
    max-width: 80px;
    width: auto;
    flex: 1;
    height: 15px;
  }
}
.slide654c89d8363f2 {
  --highlightcolor: #00bdff;
}
.bigsl-pagination > *:nth-child(1).swiper-pagination-bullet-active {
  background: #00bdff !important;
}
.slide654c89d8366c2 {
  --highlightcolor: #7ab937;
}
.bigsl-pagination > *:nth-child(2).swiper-pagination-bullet-active {
  background: #7ab937 !important;
}
.slide654c89d8368f8 {
  --highlightcolor: #215ba5;
}
.bigsl-pagination > *:nth-child(3).swiper-pagination-bullet-active {
  background: #215ba5 !important;
}
.csaccordeon {
  margin-block-start: 15px;
  margin-block-end: 10px !important;
}
.csaccordeon:first-child {
  margin-block-start: 0;
}
.csaccordeon summary {
  cursor: pointer;
  position: relative;
  font-family: var(--wp--preset--font-family--gilroy);
  font-size: var(--wp--preset--font-size--medium);
}
.csaccordeon summary > span {
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.2);
}
.csaccordeon summary:hover > span {
  text-decoration-color: rgba(0, 0, 0, 0.2);
}
.csaccordeon details[open] summary {
  font-weight: 500;
  color: var(--wp--preset--color--lightblue);
}
.csaccordeon details[open] summary:before {
  transform: rotate(90deg);
}
.csaccordeon details[open] summary > span {
  text-decoration: none !important;
}
.csaccordeon details > div {
  margin-left: 30px;
}
.csaccordeon details > div > * {
  margin-block-start: 0px !important;
  margin-block-end: 5px;
}
.csaccordeon ul {
  padding-left: 16px;
}
.csaccordeon img.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.csaccordeon img.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.csaccordeon.couleur {
  width: 100% !important;
}
.csaccordeon.couleur summary {
  color: var(--mycouleur);
  text-decoration-color: var(--mycouleur);
  font-weight: 600;
  font-size: 15px;
}
.csaccordeon.couleur summary:hover {
  text-decoration-color: var(--wp--preset--color--black);
}
.csaccordeon.couleur summary:before {
  left: 8px;
  width: 12px !important;
  height: 22px;
  background-size: contain;
}
.csaccordeon.couleur details[open] summary {
  color: var(--mycouleur);
  text-decoration: none;
}
@media screen and (min-width: 1001px) {
  .csaccordeon summary {
    list-style: none;
    list-style-type: none !important;
    padding-left: 30px;
  }
  .csaccordeon summary:before {
    transition: all 0.1s linear;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSIjMWMyNzMxIj48cGF0aCBkPSJNNiAxOWMtLjMgMC0uNS0uMS0uNy0uMy0uNC0uNC0uNC0xIDAtMS40bDcuMy03LjMtNy4zLTcuM2MtLjQtLjQtLjQtMSAwLTEuNHMxLS40IDEuNCAwbDggOGMuNC40LjQgMSAwIDEuNGwtOCA4Yy0uMi4yLS40LjMtLjcuM3oiLz48L3N2Zz4=)
      center center no-repeat;
  }
  .csaccordeon summary:marker {
    display: none !important;
  }
  .csaccordeon.couleur summary {
    padding-left: 25px;
  }
}
