@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/Helvetica.woff2") format("woff2");
}
@font-face {
  font-family: "Helvetica";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/Helvetica-Oblique.woff2") format("woff2");
}
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/Helvetica-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Helvetica";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/ikadia-theme-child/assets/fonts/Helvetica-BoldOblique.woff2") format("woff2");
}
/*------------------------------------------
 *  Reponsive
 * -----------------------------------------*/
/*------------------------------------------
 *  BUTTON
 * -----------------------------------------*/
/*------------------------------------------
 *  Before/After
 * -----------------------------------------*/
html:not(.no-js) [data-aos=fade-left] {
  transform: translate3d(20px, 0, 0) !important;
}
html:not(.no-js) [data-aos=fade-right] {
  transform: translate3d(-20px, 0, 0) !important;
}
html:not(.no-js) [data-aos=fade-up] {
  transform: translate3d(0, 20px, 0) !important;
}
html:not(.no-js) [data-aos=fade-down] {
  transform: translate3d(0, -20px, 0) !important;
}
html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate, html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
  transform: none !important;
}
html:not(.no-js) [data-aos=grow-left] {
  position: relative;
}
html:not(.no-js) [data-aos=grow-left]::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #FBFAF7;
  transition: all 2s cubic-bezier(0, 0, 0, 1);
  z-index: 1;
  width: 15%;
  height: 100%;
  left: 0;
  top: 0;
}
html:not(.no-js) [data-aos=grow-left].aos-animate::before {
  width: 0 !important;
}
html:not(.no-js) [data-aos=grow-right] {
  position: relative;
}
html:not(.no-js) [data-aos=grow-right]::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #FBFAF7;
  transition: all 2s cubic-bezier(0, 0, 0, 1);
  z-index: 1;
  width: 15%;
  height: 100%;
  right: 0;
  top: 0;
}
html:not(.no-js) [data-aos=grow-right].aos-animate::before {
  width: 0 !important;
}
html:not(.no-js) [data-aos=grow-up] {
  position: relative;
}
html:not(.no-js) [data-aos=grow-up]::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #FBFAF7;
  transition: all 2s cubic-bezier(0, 0, 0, 1);
  z-index: 1;
  width: 100%;
  height: 15%;
  left: 0;
  top: 0;
}
html:not(.no-js) [data-aos=grow-up].aos-animate::before {
  height: 0 !important;
}
html:not(.no-js) [data-aos=grow-down] {
  position: relative;
}
html:not(.no-js) [data-aos=grow-down]::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #FBFAF7;
  transition: all 2s cubic-bezier(0, 0, 0, 1);
  z-index: 1;
  width: 100%;
  height: 15%;
  left: 0;
  bottom: 0;
}
html:not(.no-js) [data-aos=grow-down].aos-animate::before {
  height: 0 !important;
}
html:not(.no-js) [data-aos=grow-up-down] {
  position: relative;
}
html:not(.no-js) [data-aos=grow-up-down]::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #FBFAF7;
  transition: all 2s cubic-bezier(0, 0, 0, 1);
  z-index: 1;
  width: 100%;
  height: 15%;
  left: 0;
  bottom: 0;
}
html:not(.no-js) [data-aos=grow-up-down]::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #FBFAF7;
  transition: all 2s cubic-bezier(0, 0, 0, 1);
  z-index: 1;
  width: 100%;
  height: 15%;
  left: 0;
  top: 0;
}
html:not(.no-js) [data-aos=grow-up-down].aos-animate::before {
  height: 0 !important;
}
html:not(.no-js) [data-aos=grow-up-down].aos-animate::after {
  height: 0 !important;
}
html:not(.no-js) [data-aos=grow-left-right] {
  position: relative;
}
html:not(.no-js) [data-aos=grow-left-right]::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #FBFAF7;
  transition: all 2s cubic-bezier(0, 0, 0, 1);
  z-index: 1;
  width: 15%;
  height: 100%;
  left: 0;
  top: 0;
}
html:not(.no-js) [data-aos=grow-left-right]::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #FBFAF7;
  transition: all 2s cubic-bezier(0, 0, 0, 1);
  z-index: 1;
  width: 15%;
  height: 100%;
  right: 0;
  top: 0;
}
html:not(.no-js) [data-aos=grow-left-right].aos-animate::before {
  width: 0 !important;
}
html:not(.no-js) [data-aos=grow-left-right].aos-animate::after {
  width: 0 !important;
}

@media (max-width: 992px) {
  html:not(.no-js) [data-aos=fade-left], html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(0, 20px, 0) !important;
  }
  html:not(.no-js) [data-aos] {
    transition-delay: 0s !important;
  }
}
.sticky-element {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 25px;
  right: 25px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  transition: all ease 1s;
  z-index: 101;
}
.sticky-element a {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
}
.sticky-element a:hover {
  opacity: 0.85;
}
.sticky-element .sticky {
  background-color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--black);
  border-radius: 50%;
  height: 100px;
  width: 100px;
  transform: scale(0.9);
  animation: pulse-back 2s infinite;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  z-index: -1;
}
.sticky-element span {
  display: block;
  margin: 0 auto;
  max-width: 65%;
  color: var(--wp--preset--color--white);
  font-size: var(--psm);
  font-weight: 600;
}

@media (max-width: 992px) {
  body .sticky-element {
    width: 85px;
    height: 85px;
    right: 10px;
    bottom: 10px;
  }
  body .sticky-element svg {
    height: 35px;
    width: 35px;
  }
  body .sticky-element a .sticky {
    width: 70px;
    height: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
  }
  body .sticky-element span {
    max-width: 70%;
    font-weight: 400;
  }
  body.page-scrolled .sticky-element {
    right: -100px;
  }
  body.page-scrolled:not(.ik-hide-scrolled) .sticky-element {
    right: 10px;
    bottom: 10px;
  }
}
@keyframes pulse-back {
  0% {
    transform: scale(0.87);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.9);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 20px transparent;
  }
  to {
    transform: scale(0.87);
    box-shadow: 0 0 0 0 transparent;
  }
}
html {
  overflow-x: hidden;
}
html button {
  appearance: none;
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0;
  font-size: var(--pmd);
  font-family: "Helvetica", sans-serif;
  background-color: transparent;
  transition: all ease 0.3s;
}

body {
  margin: 0;
  font-family: "Helvetica", sans-serif;
}
body * {
  box-sizing: border-box;
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
body a {
  transition: all ease 0.3s;
}
body.ik-menu-fixed:not(.page-template-wp-custom-template-tunnel-connexion) main.main-content {
  padding-bottom: var(--header-height);
}
body.page-template-fond-d-grad-full {
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/images/bgs/gradient-bleu-content.jpg");
  background-size: cover;
}
body.page-template-fond-d-grad-full .wp-block-heading, body.page-template-fond-d-grad-full p, body.page-template-fond-d-grad-full li, body.page-template-fond-d-grad-full a {
  color: var(--wp--preset--color--white);
}
body.page-template-fond-d-grad-full .page-intro-v2 {
  padding-top: var(--padding-section-h);
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100%;
}

.yoast-breadcrumbs {
  max-width: calc(var(--wp--style--global--wide-size) + var(--padding-section) * 2);
  margin: 15px auto !important;
  padding: 0 var(--padding-section);
}
.yoast-breadcrumbs span {
  color: var(--wp--preset--color--white);
  font-size: 0;
  text-transform: upper;
}
.yoast-breadcrumbs span > span:not(:first-child) {
  position: relative;
  padding-left: 20px;
}
.yoast-breadcrumbs span > span:not(:first-child)::before {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  left: 6px;
  top: 8px;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/icons/icon-chevron-second.svg");
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.yoast-breadcrumbs span a, .yoast-breadcrumbs span span {
  color: var(--wp--preset--color--white);
  font-size: var(--pxs);
  text-decoration: none;
  text-transform: uppercase;
}
.yoast-breadcrumbs span .breadcrumb_last {
  font-weight: 700;
}

main.main-content {
  margin: 0;
  z-index: 1;
}
main.main-content > .entry-content > .wp-block-columns,
main.main-content > .entry-content > .wp-block-group {
  max-width: calc(var(--wp--style--global--content-size) + var(--padding-section) * 2);
  margin-left: auto;
  margin-right: auto;
}
main.main-content > .entry-content > .wp-block-columns:not(.alignfull),
main.main-content > .entry-content > .wp-block-group:not(.alignfull) {
  padding-left: var(--padding-section);
  padding-right: var(--padding-section);
}
main.main-content > .entry-content > .wp-block-columns.alignwide,
main.main-content > .entry-content > .wp-block-group.alignwide {
  max-width: calc(var(--wp--style--global--wide-size) + var(--padding-section) * 2);
}
main.main-content > .entry-content > .wp-block-columns.alignfull,
main.main-content > .entry-content > .wp-block-group.alignfull {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
main.main-content > .entry-content > .wp-block-columns.alignfull > .wp-block-group, main.main-content > .entry-content > .wp-block-columns.alignfull > .wp-block-columns,
main.main-content > .entry-content > .wp-block-group.alignfull > .wp-block-group,
main.main-content > .entry-content > .wp-block-group.alignfull > .wp-block-columns {
  max-width: calc(var(--wp--style--global--content-size) + var(--padding-section) * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--padding-section);
  padding-right: var(--padding-section);
}
main.main-content > .entry-content > .wp-block-columns.alignfull > .wp-block-group.alignwide, main.main-content > .entry-content > .wp-block-columns.alignfull > .wp-block-columns.alignwide,
main.main-content > .entry-content > .wp-block-group.alignfull > .wp-block-group.alignwide,
main.main-content > .entry-content > .wp-block-group.alignfull > .wp-block-columns.alignwide {
  max-width: calc(var(--wp--style--global--wide-size) + var(--padding-section) * 2);
}
main.main-content > .entry-content > .wp-block-columns.alignfull > .wp-block-group.alignfull, main.main-content > .entry-content > .wp-block-columns.alignfull > .wp-block-columns.alignfull,
main.main-content > .entry-content > .wp-block-group.alignfull > .wp-block-group.alignfull,
main.main-content > .entry-content > .wp-block-group.alignfull > .wp-block-columns.alignfull {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
main.main-content > .entry-content > .wp-block-columns .force-right,
main.main-content > .entry-content > .wp-block-group .force-right {
  margin-right: 0 !important;
  padding-right: 0 !important;
  max-width: calc(var(--wp--style--global--content-size) + (100% - var(--wp--style--global--content-size)) / 2) !important;
}
main.main-content > .entry-content > .wp-block-columns .force-right.alignwide,
main.main-content > .entry-content > .wp-block-group .force-right.alignwide {
  max-width: calc(var(--wp--style--global--wide-size) + (100% - var(--wp--style--global--wide-size)) / 2) !important;
}
main.main-content > .entry-content > .wp-block-columns .force-left,
main.main-content > .entry-content > .wp-block-group .force-left {
  margin-left: 0 !important;
  padding-left: 0 !important;
  max-width: calc(var(--wp--style--global--content-size) + (100% - var(--wp--style--global--content-size)) / 2) !important;
}
main.main-content > .entry-content > .wp-block-columns .force-left.alignwide,
main.main-content > .entry-content > .wp-block-group .force-left.alignwide {
  max-width: calc(var(--wp--style--global--wide-size) + (100% - var(--wp--style--global--wide-size)) / 2) !important;
}

.wp-block-group.p0, .wp-block-columns.p0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

figure:last-child {
  margin: 0;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

p, a, li {
  font-family: "Helvetica", sans-serif;
  font-size: var(--pmd);
  line-height: 175%;
  color: var(--wp--preset--color--first);
  font-weight: 400;
}

p.subtitle {
  text-transform: uppercase;
  font-weight: 700;
}
p.subtitle:has(+ ul) {
  margin-bottom: 0;
}

.wp-block-heading:has(img) {
  display: flex;
  align-items: center;
  gap: 10px;
}

h1 {
  font-size: var(--h1);
  line-height: 110%;
  margin: 0;
  font-weight: 400;
  color: var(--wp--preset--color--first);
}

h2 {
  font-size: var(--h2);
  line-height: 110%;
  font-weight: 400;
  color: var(--wp--preset--color--first);
  margin: 0 0 40px;
}

h3 {
  font-size: var(--pxl);
  line-height: 110%;
  margin: 0;
  color: var(--wp--preset--color--first);
}

ul.wp-block-list, ol.wp-block-list {
  margin: 0 0 25px;
  padding: 0;
  list-style-type: none;
}
ul.wp-block-list:last-child, ol.wp-block-list:last-child {
  margin-bottom: 0;
}
ul.wp-block-list li, ol.wp-block-list li {
  position: relative;
  padding-left: 20px;
}
ul.wp-block-list li::before, ol.wp-block-list li::before {
  content: "";
  width: 9px;
  height: 8px;
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/icons/icon-chevron-second.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 13px;
  left: 0;
}

p.tel, p.mail, p.adresse {
  margin-bottom: 0;
}

p.tel a[href^="tel:"], p.mail a[href^="mailto:"], p.adresse a {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  text-decoration: none;
}
p.tel a[href^="tel:"]::before, p.mail a[href^="mailto:"]::before, p.adresse a::before {
  content: "";
  position: relative;
  top: 7px;
  width: 16px;
  height: 16px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

p.tel a[href^="tel:"]::before {
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/icons/icon-tel-blanc.svg");
}

p.adresse a::before {
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/icons/icon-marker-blanc.svg");
}

.wp-block-button .wp-element-button[target=_blank] {
  padding-right: 25px !important;
}
.wp-block-button .wp-element-button[target=_blank]::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/icons/target-blank.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.wp-block-buttons {
  gap: 15px 60px;
  margin-top: 35px;
}

.wp-block-button.is-style-fill .wp-element-button:not(.has-background-color) {
  color: var(--wp--preset--color--first) !important;
  background: color-mix(in srgb, var(--wp--preset--color--white), transparent 47%) !important;
  border: solid 1px color-mix(in srgb, var(--wp--preset--color--white), transparent 47%);
  padding: var(--padding-bouton);
  display: block;
  width: fit-content;
  font-size: var(--pbt);
  text-decoration: none;
  font-weight: 400;
  position: relative;
  text-align: center;
  border-radius: 50px;
  font-family: "Helvetica", sans-serif;
  line-height: 1;
  cursor: pointer;
  transition: all ease 0.3s;
  margin-right: auto;
  margin-left: 0;
}
.wp-block-button.is-style-fill .wp-element-button:not(.has-background-color)::before {
  content: "";
  position: absolute;
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  left: -4px;
  top: -4px;
  border: solid 1px var(--wp--preset--color--white);
  z-index: 0;
  opacity: 0;
  border-radius: 50px;
  transition: all ease 0.3s;
}
.wp-block-button.is-style-fill .wp-element-button:not(.has-background-color):hover, .wp-block-button.is-style-fill .wp-element-button:not(.has-background-color).active, .wp-block-button.is-style-fill .wp-element-button:not(.has-background-color):active, .wp-block-button.is-style-fill .wp-element-button:not(.has-background-color):focus {
  color: var(--wp--preset--color--first) !important;
  background: color-mix(in srgb, var(--wp--preset--color--white), transparent 31%) !important;
  border-color: color-mix(in srgb, var(--wp--preset--color--white), transparent 31%);
}
.wp-block-button.is-style-fill .wp-element-button:not(.has-background-color):hover::before, .wp-block-button.is-style-fill .wp-element-button:not(.has-background-color).active::before, .wp-block-button.is-style-fill .wp-element-button:not(.has-background-color):active::before, .wp-block-button.is-style-fill .wp-element-button:not(.has-background-color):focus::before {
  opacity: 1;
}
.wp-block-button.is-style-fill .wp-element-button.has-first-background-color {
  color: var(--wp--preset--color--white) !important;
  background: color-mix(in srgb, var(--wp--preset--color--first), transparent 47%) !important;
  border: solid 1px color-mix(in srgb, var(--wp--preset--color--first), transparent 100%);
  padding: var(--padding-bouton);
  display: block;
  width: fit-content;
  font-size: var(--pbt);
  text-decoration: none;
  font-weight: 400;
  position: relative;
  text-align: center;
  border-radius: 50px;
  font-family: "Helvetica", sans-serif;
  line-height: 1;
  cursor: pointer;
  transition: all ease 0.3s;
  margin-right: auto;
  margin-left: 0;
}
.wp-block-button.is-style-fill .wp-element-button.has-first-background-color::before {
  content: "";
  position: absolute;
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  left: -4px;
  top: -4px;
  border: solid 1px var(--wp--preset--color--first);
  z-index: 0;
  opacity: 0;
  border-radius: 50px;
  transition: all ease 0.3s;
}
.wp-block-button.is-style-fill .wp-element-button.has-first-background-color:hover, .wp-block-button.is-style-fill .wp-element-button.has-first-background-color.active, .wp-block-button.is-style-fill .wp-element-button.has-first-background-color:active, .wp-block-button.is-style-fill .wp-element-button.has-first-background-color:focus {
  color: var(--wp--preset--color--white) !important;
  background: color-mix(in srgb, var(--wp--preset--color--first), transparent 0%) !important;
  border-color: color-mix(in srgb, var(--wp--preset--color--first), transparent 0%);
}
.wp-block-button.is-style-fill .wp-element-button.has-first-background-color:hover::before, .wp-block-button.is-style-fill .wp-element-button.has-first-background-color.active::before, .wp-block-button.is-style-fill .wp-element-button.has-first-background-color:active::before, .wp-block-button.is-style-fill .wp-element-button.has-first-background-color:focus::before {
  opacity: 1;
}
.wp-block-button.is-style-fill .wp-element-button.has-fourth-background-color {
  color: var(--wp--preset--color--first) !important;
  background: color-mix(in srgb, var(--wp--preset--color--fourth), transparent 47%) !important;
  border: solid 1px color-mix(in srgb, var(--wp--preset--color--fourth), transparent 100%);
  padding: var(--padding-bouton);
  display: block;
  width: fit-content;
  font-size: var(--pbt);
  text-decoration: none;
  font-weight: 400;
  position: relative;
  text-align: center;
  border-radius: 50px;
  font-family: "Helvetica", sans-serif;
  line-height: 1;
  cursor: pointer;
  transition: all ease 0.3s;
  margin-right: auto;
  margin-left: 0;
}
.wp-block-button.is-style-fill .wp-element-button.has-fourth-background-color::before {
  content: "";
  position: absolute;
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  left: -4px;
  top: -4px;
  border: solid 1px var(--wp--preset--color--fourth);
  z-index: 0;
  opacity: 0;
  border-radius: 50px;
  transition: all ease 0.3s;
}
.wp-block-button.is-style-fill .wp-element-button.has-fourth-background-color:hover, .wp-block-button.is-style-fill .wp-element-button.has-fourth-background-color.active, .wp-block-button.is-style-fill .wp-element-button.has-fourth-background-color:active, .wp-block-button.is-style-fill .wp-element-button.has-fourth-background-color:focus {
  color: var(--wp--preset--color--first) !important;
  background: color-mix(in srgb, var(--wp--preset--color--fourth), transparent 0%) !important;
  border-color: color-mix(in srgb, var(--wp--preset--color--fourth), transparent 0%);
}
.wp-block-button.is-style-fill .wp-element-button.has-fourth-background-color:hover::before, .wp-block-button.is-style-fill .wp-element-button.has-fourth-background-color.active::before, .wp-block-button.is-style-fill .wp-element-button.has-fourth-background-color:active::before, .wp-block-button.is-style-fill .wp-element-button.has-fourth-background-color:focus::before {
  opacity: 1;
}
.wp-block-button.is-style-fill .wp-element-button.has-fourth-background-color {
  background: var(--wp--preset--color--fourth) !important;
}
.wp-block-button.is-style-fill .wp-element-button.has-fourth-background-color:hover {
  background: var(--wp--preset--color--first) !important;
  color: var(--wp--preset--color--white) !important;
  border-color: var(--wp--preset--color--first) !important;
}
.wp-block-button.is-style-fill .wp-element-button.has-fourth-background-color:hover::before {
  border-color: var(--wp--preset--color--first);
}

.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color) {
  color: var(--wp--preset--color--black) !important;
  background: transparent;
  padding: var(--padding-bouton);
  border: none;
  display: block;
  width: fit-content;
  font-size: var(--pbt);
  text-decoration: none;
  font-weight: 400;
  position: relative;
  text-align: center;
  border-radius: 50px;
  font-family: "Helvetica", sans-serif;
  line-height: 1;
  cursor: pointer;
  transition: all ease 0.3s;
  margin-right: auto;
  margin-left: 0;
}
.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color)::before {
  content: "";
  position: absolute;
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  left: -4px;
  top: -4px;
  border: solid 1px var(--wp--preset--color--black);
  border-radius: 50px;
  opacity: 1;
  transition: all ease 0.3s;
}
.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):hover, .wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):active, .wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):focus {
  color: var(--wp--preset--color--white) !important;
  background-color: var(--wp--preset--color--black) !important;
}
.wp-block-button.is-style-outline .wp-element-button.has-white-color {
  color: var(--wp--preset--color--white) !important;
  background: transparent;
  padding: var(--padding-bouton);
  border: none;
  display: block;
  width: fit-content;
  font-size: var(--pbt);
  text-decoration: none;
  font-weight: 400;
  position: relative;
  text-align: center;
  border-radius: 50px;
  font-family: "Helvetica", sans-serif;
  line-height: 1;
  cursor: pointer;
  transition: all ease 0.3s;
  margin-right: auto;
  margin-left: 0;
}
.wp-block-button.is-style-outline .wp-element-button.has-white-color::before {
  content: "";
  position: absolute;
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  left: -4px;
  top: -4px;
  border: solid 1px var(--wp--preset--color--white);
  border-radius: 50px;
  opacity: 1;
  transition: all ease 0.3s;
}
.wp-block-button.is-style-outline .wp-element-button.has-white-color:hover, .wp-block-button.is-style-outline .wp-element-button.has-white-color:active, .wp-block-button.is-style-outline .wp-element-button.has-white-color:focus {
  color: var(--wp--preset--color--black) !important;
  background-color: var(--wp--preset--color--white) !important;
}

.wp-block-button.is-style-underline .wp-element-button:not(.has-text-color) {
  display: block;
  width: fit-content;
  font-size: var(--pbt);
  text-decoration: none;
  font-weight: 400;
  position: relative;
  text-align: center;
  border-radius: 50px;
  font-family: "Helvetica", sans-serif;
  line-height: 1;
  cursor: pointer;
  transition: all ease 0.3s;
  color: var(--wp--preset--color--first) !important;
  background-color: transparent;
  padding: 5px 0;
  margin-right: auto;
  margin-left: 0;
}
.wp-block-button.is-style-underline .wp-element-button:not(.has-text-color)::before {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--wp--preset--color--first);
  position: absolute;
  transition: all 0.3s ease;
}
.wp-block-button.is-style-underline .wp-element-button:not(.has-text-color):hover, .wp-block-button.is-style-underline .wp-element-button:not(.has-text-color):active, .wp-block-button.is-style-underline .wp-element-button:not(.has-text-color):focus {
  color: var(--wp--preset--color--second) !important;
}
.wp-block-button.is-style-underline .wp-element-button:not(.has-text-color):hover::before, .wp-block-button.is-style-underline .wp-element-button:not(.has-text-color):active::before, .wp-block-button.is-style-underline .wp-element-button:not(.has-text-color):focus::before {
  background-color: var(--wp--preset--color--second);
}
.wp-block-button.is-style-underline .wp-element-button:not(.has-text-color):hover::after, .wp-block-button.is-style-underline .wp-element-button:not(.has-text-color):active::after, .wp-block-button.is-style-underline .wp-element-button:not(.has-text-color):focus::after {
  filter: brightness(0) saturate(100%) invert(56%) sepia(81%) saturate(1400%) hue-rotate(357deg) brightness(97%) contrast(112%);
}
.wp-block-button.is-style-underline .wp-element-button.has-white-color {
  display: block;
  width: fit-content;
  font-size: var(--pbt);
  text-decoration: none;
  font-weight: 400;
  position: relative;
  text-align: center;
  border-radius: 50px;
  font-family: "Helvetica", sans-serif;
  line-height: 1;
  cursor: pointer;
  transition: all ease 0.3s;
  color: var(--wp--preset--color--white) !important;
  background-color: transparent;
  padding: 5px 0;
  margin-right: auto;
  margin-left: 0;
}
.wp-block-button.is-style-underline .wp-element-button.has-white-color::before {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--wp--preset--color--white);
  position: absolute;
  transition: all 0.3s ease;
}
.wp-block-button.is-style-underline .wp-element-button.has-white-color:hover, .wp-block-button.is-style-underline .wp-element-button.has-white-color:active, .wp-block-button.is-style-underline .wp-element-button.has-white-color:focus {
  color: var(--wp--preset--color--second) !important;
}
.wp-block-button.is-style-underline .wp-element-button.has-white-color:hover::before, .wp-block-button.is-style-underline .wp-element-button.has-white-color:active::before, .wp-block-button.is-style-underline .wp-element-button.has-white-color:focus::before {
  background-color: var(--wp--preset--color--second);
}
.wp-block-button.is-style-underline .wp-element-button.has-white-color:hover::after, .wp-block-button.is-style-underline .wp-element-button.has-white-color:active::after, .wp-block-button.is-style-underline .wp-element-button.has-white-color:focus::after {
  filter: brightness(0) saturate(100%) invert(56%) sepia(81%) saturate(1400%) hue-rotate(357deg) brightness(97%) contrast(112%);
}

.no-more,
.on-load .ik-cta-pagination-load-btn {
  display: none;
}

.no-results {
  display: none !important;
}
.no-results.active {
  display: block !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 992px) {
  h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 781px) {
  .yoast-breadcrumbs span > span:not(:first-child)::before {
    top: 7px;
  }
  p {
    margin-bottom: 20px;
  }
  ul.wp-block-list li::before, ol.wp-block-list li::before {
    top: 9px;
  }
  .wp-block-buttons {
    margin-top: 20px;
  }
  .force-right {
    margin-right: auto !important;
    padding-right: var(--padding-section) !important;
  }
  .force-left {
    margin-left: auto !important;
    padding-left: var(--padding-section) !important;
  }
}
header.wp-block-template-part .ik-nav:has(.ik-megamenu) {
  position: unset;
}
header.wp-block-template-part .ik-nav:has(.ik-megamenu) nav {
  position: unset;
}
header.wp-block-template-part .ik-nav:has(.ik-megamenu) nav > ul {
  position: unset;
}
header.wp-block-template-part .ik-nav:has(.ik-megamenu) nav > ul > li.ik-megamenu > a {
  padding: 5px calc(var(--header-padding-menu-item) + 15px) 5px var(--header-padding-menu-item);
  position: relative;
}
header.wp-block-template-part .ik-nav:has(.ik-megamenu) nav > ul > li.ik-megamenu > a:after {
  content: "";
  position: absolute;
  top: 55%;
  right: var(--header-padding-menu-item);
  width: 11px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/icons/chevron-shopago-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all ease 0.5s;
}
header.wp-block-template-part .ik-nav:has(.ik-megamenu) nav > ul > li.ik-megamenu:hover > a:after {
  transform: translateY(-50%) scaleY(-1);
}
header.wp-block-template-part .ik-nav:has(.ik-megamenu) nav > ul > li.ik-megamenu:hover .ik-megamenu-content {
  top: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
  transition: all ease 0.3s;
}

.ik-megamenu-content {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  background-color: color-mix(in srgb, var(--wp--preset--color--first), transparent 50%);
  border: solid 1px var(--wp--preset--color--white);
  padding: 25px;
  border-radius: 10px;
  margin: 0;
  list-style-type: none;
  opacity: 0;
  visibility: hidden;
  width: max-content;
  backdrop-filter: blur(15px);
  overflow: hidden;
  transition: all ease 0.15s;
}
.ik-megamenu-content::before {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  top: -25px;
  left: 0;
}
.ik-megamenu-content:has(.mm-services) {
  padding: 0;
}
.ik-megamenu-content .wp-block-column {
  position: relative;
}
.ik-megamenu-content .wp-block-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 1px;
  height: 100%;
  background-color: color-mix(in srgb, var(--wp--preset--color--white), transparent 50%);
}
.ik-megamenu-content .wp-block-column:first-child::before {
  content: none;
}
.ik-megamenu-content > .wp-block-group, .ik-megamenu-content > .wp-block-columns {
  margin: 0 auto;
  gap: 80px;
}
.ik-megamenu-content > .wp-block-group .mega-link, .ik-megamenu-content > .wp-block-columns .mega-link {
  display: flex;
  align-items: center;
  padding: 5px 25px 5px 10px;
  border: solid 1px transparent;
  border-radius: 8px;
  gap: 15px;
  transition: all ease 0.3s;
  cursor: pointer;
  margin: 10px 0;
}
.ik-megamenu-content > .wp-block-group .mega-link:first-child, .ik-megamenu-content > .wp-block-columns .mega-link:first-child {
  margin-top: 0;
}
.ik-megamenu-content > .wp-block-group .mega-link:last-child, .ik-megamenu-content > .wp-block-columns .mega-link:last-child {
  margin-bottom: 0;
}
.ik-megamenu-content > .wp-block-group .mega-link figure, .ik-megamenu-content > .wp-block-columns .mega-link figure {
  margin: 0;
  background-color: var(--wp--preset--color--fourth);
  border-radius: 8px;
  padding: 6px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}
.ik-megamenu-content > .wp-block-group .mega-link figure img, .ik-megamenu-content > .wp-block-group .mega-link figure picture img, .ik-megamenu-content > .wp-block-columns .mega-link figure img, .ik-megamenu-content > .wp-block-columns .mega-link figure picture img {
  display: block;
}
.ik-megamenu-content > .wp-block-group .mega-link a, .ik-megamenu-content > .wp-block-columns .mega-link a {
  color: var(--wp--preset--color--white);
  font-size: var(--psm);
  text-decoration: none;
}
.ik-megamenu-content > .wp-block-group .mega-link p, .ik-megamenu-content > .wp-block-columns .mega-link p {
  color: var(--wp--preset--color--lightgray);
  font-size: var(--pxs);
  transition: all ease 0.3s;
}
.ik-megamenu-content > .wp-block-group .mega-link p:not(:last-child), .ik-megamenu-content > .wp-block-columns .mega-link p:not(:last-child) {
  margin-bottom: 5px;
}
.ik-megamenu-content > .wp-block-group .mega-link:hover, .ik-megamenu-content > .wp-block-columns .mega-link:hover {
  border-color: var(--wp--preset--color--white);
  background-color: color-mix(in srgb, var(--wp--preset--color--white), transparent 40%);
}
.ik-megamenu-content > .wp-block-group .mega-link:hover figure, .ik-megamenu-content > .wp-block-columns .mega-link:hover figure {
  background-color: var(--wp--preset--color--white);
}
.ik-megamenu-content > .wp-block-group .mega-link:hover a, .ik-megamenu-content > .wp-block-columns .mega-link:hover a {
  color: var(--wp--preset--color--first);
}
.ik-megamenu-content > .wp-block-group .mega-link:hover p, .ik-megamenu-content > .wp-block-columns .mega-link:hover p {
  color: var(--wp--preset--color--darkgray);
}
.ik-megamenu-content > .mm-services {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  padding: 0;
}
.ik-megamenu-content > .mm-services > .mega-link {
  position: relative;
  margin: 0 !important;
  padding: 20px 40px;
  border: none;
  border-radius: 0;
}
.ik-megamenu-content > .mm-services > .mega-link figure {
  width: 34px;
  height: 34px;
}
.ik-megamenu-content > .mm-services > .mega-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: color-mix(in srgb, var(--wp--preset--color--white), transparent 50%);
}
.ik-megamenu-content > .mm-services > .mega-link:first-child::before {
  content: none;
}

body.ik-menu-fixed.home .ik-megamenu-content {
  background-color: rgba(255, 255, 255, 0.27);
  border: solid 1px var(--wp--preset--color--white);
}
body.ik-menu-fixed.home .ik-megamenu-content .wp-block-column::before {
  background-color: color-mix(in srgb, var(--wp--preset--color--white), transparent 50%);
}
body.ik-menu-fixed.home .ik-megamenu-content > .wp-block-group .mega-link, body.ik-menu-fixed.home .ik-megamenu-content > .wp-block-columns .mega-link {
  border: solid 1px transparent;
}
body.ik-menu-fixed.home .ik-megamenu-content > .wp-block-group .mega-link figure, body.ik-menu-fixed.home .ik-megamenu-content > .wp-block-columns .mega-link figure {
  background-color: var(--wp--preset--color--fourth);
}
body.ik-menu-fixed.home .ik-megamenu-content > .wp-block-group .mega-link a, body.ik-menu-fixed.home .ik-megamenu-content > .wp-block-columns .mega-link a {
  color: var(--wp--preset--color--white);
}
body.ik-menu-fixed.home .ik-megamenu-content > .wp-block-group .mega-link p, body.ik-menu-fixed.home .ik-megamenu-content > .wp-block-columns .mega-link p {
  color: var(--wp--preset--color--gray);
}
body.ik-menu-fixed.home .ik-megamenu-content > .wp-block-group .mega-link:hover, body.ik-menu-fixed.home .ik-megamenu-content > .wp-block-columns .mega-link:hover {
  border-color: var(--wp--preset--color--white);
  background-color: color-mix(in srgb, var(--wp--preset--color--white), transparent 40%);
}
body.ik-menu-fixed.home .ik-megamenu-content > .wp-block-group .mega-link:hover figure, body.ik-menu-fixed.home .ik-megamenu-content > .wp-block-columns .mega-link:hover figure {
  background-color: var(--wp--preset--color--white);
}
body.ik-menu-fixed.home .ik-megamenu-content > .wp-block-group .mega-link:hover a, body.ik-menu-fixed.home .ik-megamenu-content > .wp-block-columns .mega-link:hover a {
  color: var(--wp--preset--color--first);
}
body.ik-menu-fixed.home .ik-megamenu-content > .wp-block-group .mega-link:hover p, body.ik-menu-fixed.home .ik-megamenu-content > .wp-block-columns .mega-link:hover p {
  color: var(--wp--preset--color--darkgray);
}
body.ik-menu-fixed.home .ik-megamenu-content > .mm-services > .mega-link::before {
  background-color: color-mix(in srgb, var(--wp--preset--color--white), transparent 50%);
}
body.ik-menu-fixed.page-scrolled .ik-megamenu-content {
  background-color: var(--wp--preset--color--white);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
body.ik-menu-fixed.page-scrolled .ik-megamenu-content .wp-block-column::before {
  background-color: var(--wp--preset--color--fourth);
}
body.ik-menu-fixed.page-scrolled .ik-megamenu-content > .wp-block-group .mega-link, body.ik-menu-fixed.page-scrolled .ik-megamenu-content > .wp-block-columns .mega-link {
  border: solid 1px transparent;
}
body.ik-menu-fixed.page-scrolled .ik-megamenu-content > .wp-block-group .mega-link a, body.ik-menu-fixed.page-scrolled .ik-megamenu-content > .wp-block-columns .mega-link a {
  color: var(--wp--preset--color--first);
}
body.ik-menu-fixed.page-scrolled .ik-megamenu-content > .wp-block-group .mega-link p, body.ik-menu-fixed.page-scrolled .ik-megamenu-content > .wp-block-columns .mega-link p {
  color: var(--wp--preset--color--gray);
}
body.ik-menu-fixed.page-scrolled .ik-megamenu-content > .wp-block-group .mega-link:hover, body.ik-menu-fixed.page-scrolled .ik-megamenu-content > .wp-block-columns .mega-link:hover {
  border-color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--fourth);
}
body.ik-menu-fixed.page-scrolled .ik-megamenu-content > .wp-block-group .mega-link:hover a, body.ik-menu-fixed.page-scrolled .ik-megamenu-content > .wp-block-columns .mega-link:hover a {
  color: var(--wp--preset--color--first);
}
body.ik-menu-fixed.page-scrolled .ik-megamenu-content > .wp-block-group .mega-link:hover p, body.ik-menu-fixed.page-scrolled .ik-megamenu-content > .wp-block-columns .mega-link:hover p {
  color: var(--wp--preset--color--darkgray);
}
body.ik-menu-fixed.page-scrolled .ik-megamenu-content > .mm-services > .mega-link::before {
  background-color: color-mix(in srgb, var(--wp--preset--color--white), transparent 50%);
}

.ikadia-mobile-navbar {
  --size-rs: 30px;
  --gap-rs: 5px;
}
.ikadia-mobile-navbar #menu-menu-responsive {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  background-color: var(--wp--preset--color--white);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  border: none;
  transition: 0.6s cubic-bezier(0.78, -0.01, 0.39, 1.02);
  margin: 0;
  padding: calc(var(--header-height-container) + 20px) 0 0 0;
  list-style-type: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.ikadia-mobile-navbar #menu-menu-responsive::before {
  content: "";
  width: 100%;
  height: calc(var(--header-height-container) + 50px);
  background-image: url(/wp-content/themes/ikadia-theme-child/assets/images/bgs/gradient-bleu-footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -30px;
  left: 0;
}
.ikadia-mobile-navbar #menu-menu-responsive::after {
  content: "";
  width: 100%;
  height: 5px;
  background: var(--wp--preset--color--first);
  position: absolute;
  bottom: 70px;
  left: 0;
}
.ikadia-mobile-navbar #menu-menu-responsive:not(:has(.menu-item-has-children)) {
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-bottom: var(--header-height);
}
.ikadia-mobile-navbar #menu-menu-responsive:not(:has(.menu-item-has-children)) li a {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 20px;
  font-size: var(--h2);
}
.ikadia-mobile-navbar #menu-menu-responsive:not(:has(.menu-item-has-children)).en-avant a {
  color: var(--wp--preset--color--first) !important;
  background: color-mix(in srgb, var(--wp--preset--color--white), transparent 47%) !important;
  border: solid 1px color-mix(in srgb, var(--wp--preset--color--white), transparent 47%);
  padding: var(--padding-bouton);
  display: block;
  width: fit-content;
  font-size: var(--pbt);
  text-decoration: none;
  font-weight: 400;
  position: relative;
  text-align: center;
  border-radius: 50px;
  font-family: "Helvetica", sans-serif;
  line-height: 1;
  cursor: pointer;
  transition: all ease 0.3s;
  margin-right: auto;
  margin-left: 0;
}
.ikadia-mobile-navbar #menu-menu-responsive:not(:has(.menu-item-has-children)).en-avant a::before {
  content: "";
  position: absolute;
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  left: -4px;
  top: -4px;
  border: solid 1px var(--wp--preset--color--white);
  z-index: 0;
  opacity: 0;
  border-radius: 50px;
  transition: all ease 0.3s;
}
.ikadia-mobile-navbar #menu-menu-responsive:not(:has(.menu-item-has-children)).en-avant a:hover, .ikadia-mobile-navbar #menu-menu-responsive:not(:has(.menu-item-has-children)).en-avant a.active, .ikadia-mobile-navbar #menu-menu-responsive:not(:has(.menu-item-has-children)).en-avant a:active, .ikadia-mobile-navbar #menu-menu-responsive:not(:has(.menu-item-has-children)).en-avant a:focus {
  color: var(--wp--preset--color--first) !important;
  background: color-mix(in srgb, var(--wp--preset--color--white), transparent 31%) !important;
  border-color: color-mix(in srgb, var(--wp--preset--color--white), transparent 31%);
}
.ikadia-mobile-navbar #menu-menu-responsive:not(:has(.menu-item-has-children)).en-avant a:hover::before, .ikadia-mobile-navbar #menu-menu-responsive:not(:has(.menu-item-has-children)).en-avant a.active::before, .ikadia-mobile-navbar #menu-menu-responsive:not(:has(.menu-item-has-children)).en-avant a:active::before, .ikadia-mobile-navbar #menu-menu-responsive:not(:has(.menu-item-has-children)).en-avant a:focus::before {
  opacity: 1;
}
.ikadia-mobile-navbar #menu-menu-responsive li {
  width: 100%;
}
.ikadia-mobile-navbar #menu-menu-responsive li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--wp--preset--color--first);
  font-weight: 400;
  font-size: var(--pmd);
  padding: 15px 45px 15px 20px;
  line-height: 150%;
  text-transform: uppercase;
}
.ikadia-mobile-navbar #menu-menu-responsive li.current-menu-parent > a, .ikadia-mobile-navbar #menu-menu-responsive li.current-menu-item > a, .ikadia-mobile-navbar #menu-menu-responsive li.current_page_parent > a {
  color: var(--wp--preset--color--second);
}
.ikadia-mobile-navbar #menu-menu-responsive li.en-avant a {
  background-color: var(--wp--preset--color--second);
  color: var(--wp--preset--color--white);
}
.ikadia-mobile-navbar #menu-menu-responsive li.second {
  border-top: solid 5px var(--wp--preset--color--first);
  margin-top: 15px;
}
.ikadia-mobile-navbar #menu-menu-responsive li.rs {
  width: var(--size-rs);
  height: var(--size-rs);
  margin: 15px var(--gap-rs);
  background-color: var(--wp--preset--color--white);
  border-radius: 50%;
}
.ikadia-mobile-navbar #menu-menu-responsive li.rs.first {
  margin-left: 20px;
}
.ikadia-mobile-navbar #menu-menu-responsive li.rs a {
  font-size: 0;
  padding: 0;
}
.ikadia-mobile-navbar #menu-menu-responsive:not(:has(.opened-ikadia)) > li {
  opacity: 0;
  transform: translateX(-15px);
  transition: all ease 0.35s;
}
.ikadia-mobile-navbar #menu-menu-responsive .menu-item-has-children > a:before {
  content: "";
  height: 20px;
  border-radius: 30px;
  border: 0;
  width: 2px;
  display: inline-block;
  background: var(--wp--preset--color--first);
  vertical-align: middle;
  position: absolute;
  padding: 0;
  top: 50%;
  right: 30px;
  transform: translate(50%, -50%);
}
.ikadia-mobile-navbar #menu-menu-responsive .menu-item-has-children > a:after {
  content: "";
  height: 2px;
  border-radius: 30px;
  border: 0;
  width: 20px;
  display: inline-block;
  background: var(--wp--preset--color--first);
  vertical-align: middle;
  position: absolute;
  padding: 0;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.ikadia-mobile-navbar #menu-menu-responsive ul.dropdown-menu {
  background-color: var(--wp--preset--color--white);
  position: absolute;
  top: calc(var(--header-height-container) + 20px);
  width: 100%;
  height: calc(100% - var(--header-height-container) - 20px);
  margin-top: 0;
  padding: 0;
  border: 0;
  display: block;
  left: inherit;
  right: -100%;
  transform: inherit;
  transition: 0.6s cubic-bezier(0.78, -0.01, 0.39, 1.02);
  z-index: 10;
  list-style-type: none;
}
.ikadia-mobile-navbar #menu-menu-responsive ul.dropdown-menu.opened-ikadia {
  transform: inherit;
  left: inherit;
  right: 0;
}
.ikadia-mobile-navbar #menu-menu-responsive ul.dropdown-menu li.return-begin-link {
  position: relative;
  top: 0;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  background: var(--wp--preset--color--second);
}
.ikadia-mobile-navbar #menu-menu-responsive ul.dropdown-menu li.return-begin-link a {
  text-decoration: none;
  border: none;
  font-size: var(--pl);
  color: var(--wp--preset--color--white);
}
.ikadia-mobile-navbar #menu-menu-responsive ul.dropdown-menu li.return-begin-link a:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/ikadia-theme-child/assets/icons/back-menu.svg);
  filter: brightness(0) invert(1);
}
.ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu {
  transform: translateX(0);
}
.ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li {
  opacity: 1;
  transform: none;
  transition: all ease 0.35s;
}
.ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu ul.dropdown-menu > li {
  opacity: 0;
  margin-left: -15px;
  transition: all ease 0.35s;
}
.ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu ul.dropdown-menu.opened-ikadia > li {
  opacity: 1;
  margin-left: 0;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li:nth-child(1),
header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li > ul > li.nav-item:nth-child(1) {
  transition-delay: 0s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li:nth-child(1) {
  transition-delay: 0.65s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li ul.opened-ikadia > li.nav-item:nth-child(1) {
  transition-delay: 0.5s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li:nth-child(2),
header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li > ul > li.nav-item:nth-child(2) {
  transition-delay: 0s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li:nth-child(2) {
  transition-delay: 0.8s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li ul.opened-ikadia > li.nav-item:nth-child(2) {
  transition-delay: 0.65s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li:nth-child(3),
header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li > ul > li.nav-item:nth-child(3) {
  transition-delay: 0s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li:nth-child(3) {
  transition-delay: 0.95s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li ul.opened-ikadia > li.nav-item:nth-child(3) {
  transition-delay: 0.8s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li:nth-child(4),
header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li > ul > li.nav-item:nth-child(4) {
  transition-delay: 0s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li:nth-child(4) {
  transition-delay: 1.1s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li ul.opened-ikadia > li.nav-item:nth-child(4) {
  transition-delay: 0.95s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li:nth-child(5),
header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li > ul > li.nav-item:nth-child(5) {
  transition-delay: 0s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li:nth-child(5) {
  transition-delay: 1.25s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li ul.opened-ikadia > li.nav-item:nth-child(5) {
  transition-delay: 1.1s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li:nth-child(6),
header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li > ul > li.nav-item:nth-child(6) {
  transition-delay: 0s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li:nth-child(6) {
  transition-delay: 1.4s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li ul.opened-ikadia > li.nav-item:nth-child(6) {
  transition-delay: 1.25s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li:nth-child(7),
header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li > ul > li.nav-item:nth-child(7) {
  transition-delay: 0s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li:nth-child(7) {
  transition-delay: 1.55s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li ul.opened-ikadia > li.nav-item:nth-child(7) {
  transition-delay: 1.4s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li:nth-child(8),
header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li > ul > li.nav-item:nth-child(8) {
  transition-delay: 0s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li:nth-child(8) {
  transition-delay: 1.7s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li ul.opened-ikadia > li.nav-item:nth-child(8) {
  transition-delay: 1.55s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li:nth-child(9),
header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li > ul > li.nav-item:nth-child(9) {
  transition-delay: 0s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li:nth-child(9) {
  transition-delay: 1.85s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li ul.opened-ikadia > li.nav-item:nth-child(9) {
  transition-delay: 1.7s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li:nth-child(10),
header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li > ul > li.nav-item:nth-child(10) {
  transition-delay: 0s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li:nth-child(10) {
  transition-delay: 2s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li ul.opened-ikadia > li.nav-item:nth-child(10) {
  transition-delay: 1.85s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li:nth-child(11),
header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li > ul > li.nav-item:nth-child(11) {
  transition-delay: 0s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li:nth-child(11) {
  transition-delay: 2.15s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li ul.opened-ikadia > li.nav-item:nth-child(11) {
  transition-delay: 2s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li:nth-child(12),
header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li > ul > li.nav-item:nth-child(12) {
  transition-delay: 0s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li:nth-child(12) {
  transition-delay: 2.3s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li ul.opened-ikadia > li.nav-item:nth-child(12) {
  transition-delay: 2.15s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li:nth-child(13),
header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li > ul > li.nav-item:nth-child(13) {
  transition-delay: 0s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li:nth-child(13) {
  transition-delay: 2.45s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li ul.opened-ikadia > li.nav-item:nth-child(13) {
  transition-delay: 2.3s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li:nth-child(14),
header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive > li > ul > li.nav-item:nth-child(14) {
  transition-delay: 0s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li:nth-child(14) {
  transition-delay: 2.6s;
}

header.wp-block-template-part .ikadia-mobile-navbar #menu-menu-responsive.active-responsive-menu > li ul.opened-ikadia > li.nav-item:nth-child(14) {
  transition-delay: 2.45s;
}

footer.wp-block-template-part {
  margin: 0;
  padding: 0;
}
footer.wp-block-template-part .prefooter {
  max-width: var(--wp--style--global--wide-size);
  border-radius: 50px;
  padding: 80px var(--padding-section);
  margin: 0 auto;
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/images/bgs/gradient-orange-jaune-footer.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  gap: 80px;
  z-index: 1;
  position: relative;
}
footer.wp-block-template-part .prefooter > .wp-block-group {
  max-width: 45%;
}
footer.wp-block-template-part .prefooter .footer-title {
  font-size: var(--h2);
  font-weight: 300;
  line-height: 120%;
}
footer.wp-block-template-part .prefooter p, footer.wp-block-template-part .prefooter li, footer.wp-block-template-part .prefooter a {
  color: var(--wp--preset--color--white);
}
footer.wp-block-template-part .prefooter .wp-block-buttons {
  justify-content: flex-start;
  margin-top: 30px;
}
footer.wp-block-template-part .prefooter .wp-block-buttons .wp-block-button .wp-element-button {
  min-width: 280px;
}
footer.wp-block-template-part .footer-container {
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/images/bgs/gradient-bleu-footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 155px var(--padding-section) 0;
  margin-top: -100px;
  z-index: 0;
}
footer.wp-block-template-part .footer-container p, footer.wp-block-template-part .footer-container li, footer.wp-block-template-part .footer-container a {
  color: var(--wp--preset--color--white);
}
footer.wp-block-template-part .footer-container > figure {
  text-align: center;
}
footer.wp-block-template-part .footer-container > figure picture img, footer.wp-block-template-part .footer-container > figure img {
  width: 85%;
  height: auto;
  max-width: 350px;
}
footer.wp-block-template-part .footer-container .footer-links, footer.wp-block-template-part .footer-container .footer-content, footer.wp-block-template-part .footer-container .copyright {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
footer.wp-block-template-part .footer-container .footer-links {
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 50px;
}
footer.wp-block-template-part .footer-container .footer-links .link {
  border: solid 1px color-mix(in srgb, var(--wp--preset--color--white), transparent 50%);
  padding: 8px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 15px;
  min-width: 250px;
}
footer.wp-block-template-part .footer-container .footer-links .link figure {
  border: solid 1px var(--wp--preset--color--white);
  background-color: color-mix(in srgb, var(--wp--preset--color--white), transparent 47%);
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 12px;
  transition: all ease 0.3s;
}
footer.wp-block-template-part .footer-container .footer-links .link figure img, footer.wp-block-template-part .footer-container .footer-links .link figure picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer.wp-block-template-part .footer-container .footer-links .link a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: var(--pbt);
}
footer.wp-block-template-part .footer-container .footer-links .link:hover {
  background-color: var(--wp--preset--color--fourth);
  border-color: var(--wp--preset--color--fourth);
}
footer.wp-block-template-part .footer-container .footer-links .link:hover figure {
  border: solid 1px var(--wp--preset--color--fifth);
  background-color: var(--wp--preset--color--fifth);
}
footer.wp-block-template-part .footer-container .footer-links .link:hover a {
  color: var(--wp--preset--color--first);
}
footer.wp-block-template-part .footer-container .footer-content {
  padding-bottom: 50px;
}
footer.wp-block-template-part .footer-container .footer-content p, footer.wp-block-template-part .footer-container .footer-content li, footer.wp-block-template-part .footer-container .footer-content a {
  font-size: var(--psm);
  text-align: center;
}
footer.wp-block-template-part .footer-container .footer-content .footer-title {
  text-transform: uppercase;
  font-size: var(--pbt);
}
footer.wp-block-template-part .footer-container .footer-content .wp-block-column:nth-child(2) {
  border-left: solid 1px color-mix(in srgb, var(--wp--preset--color--white), transparent 50%);
  border-right: solid 1px color-mix(in srgb, var(--wp--preset--color--white), transparent 50%);
}
footer.wp-block-template-part .footer-container .footer-content .wp-block-column .ik-block-row {
  gap: 35px;
}

body:has(.no-prefooter) footer.wp-block-template-part .prefooter {
  display: none;
}
body:has(.no-prefooter) footer.wp-block-template-part .footer-container {
  margin-top: 0;
  padding-top: 50px;
}
body.page-template-fond-d-grad-full .footer-container {
  background-image: none;
}

@media (max-width: 1600px) {
  footer.wp-block-template-part .prefooter {
    margin: 0 var(--padding-section);
  }
}
@media (max-width: 1400px) {
  footer.wp-block-template-part .prefooter {
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 50px;
  }
}
@media (max-width: 992px) {
  footer.wp-block-template-part .footer-container .footer-links .link {
    gap: 10px;
    min-width: 225px;
  }
  footer.wp-block-template-part .footer-container .footer-links .link figure {
    width: 50px;
    height: 50px;
  }
  footer.wp-block-template-part .footer-container .footer-content {
    gap: 20px;
  }
  footer.wp-block-template-part .footer-container .footer-content .wp-block-column .ik-block-row {
    gap: 15px;
  }
}
@media (max-width: 781px) {
  footer.wp-block-template-part .prefooter {
    padding-top: 35px;
    padding-bottom: 35px;
    gap: 15px 25px;
    border-radius: 25px;
    flex-direction: column;
    align-items: flex-start;
  }
  footer.wp-block-template-part .prefooter p {
    width: 100%;
    text-align: center;
  }
  footer.wp-block-template-part .prefooter .wp-block-buttons {
    justify-content: center;
  }
  footer.wp-block-template-part .prefooter > .wp-block-group {
    max-width: 100%;
  }
  footer.wp-block-template-part .footer-container .footer-links {
    flex-direction: column;
  }
  footer.wp-block-template-part .footer-container .footer-links .link {
    min-width: 225px;
  }
  footer.wp-block-template-part .footer-container .footer-content {
    gap: 20px;
    padding-bottom: 0;
  }
  footer.wp-block-template-part .footer-container .footer-content .wp-block-column:nth-child(2) {
    border-left: none;
    border-right: none;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px color-mix(in srgb, var(--wp--preset--color--white), transparent 50%);
    border-bottom: solid 1px color-mix(in srgb, var(--wp--preset--color--white), transparent 50%);
  }
}
@media (max-width: 550px) {
  footer.wp-block-template-part .footer-container .footer-links {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  footer.wp-block-template-part .footer-container .footer-content .footer-title {
    margin-bottom: 12px;
  }
  footer.wp-block-template-part .footer-container .footer-content .wp-block-column .ik-block-row {
    flex-direction: column;
  }
}
.page-intro {
  padding: calc(var(--header-height-container) + 35px) 50px var(--padding-section-h) !important;
}
.page-intro .wp-block-cover {
  padding: 0 var(--padding-section);
  overflow: visible;
  min-height: 400px;
}
.page-intro .wp-block-cover .wp-block-cover__image-background, .page-intro .wp-block-cover .wp-block-cover__background {
  border-radius: 15px;
  object-position: top center;
}
.page-intro .wp-block-cover .wp-block-cover__inner-container {
  max-width: 1170px;
  position: unset;
}
.page-intro .wp-block-cover .wp-block-cover__inner-container::after {
  content: "";
  display: block;
  width: 395px;
  height: 120px;
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/icons/trame-logo-2.svg");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
  right: 45px;
  z-index: -1;
}
.page-intro .wp-block-cover .wp-block-cover__inner-container .bc-container {
  position: absolute;
  top: 0;
  transform: translateY(-100%) translateX(-50%);
  left: 0;
  z-index: 10;
  width: 1250px;
  margin: 0 auto;
  left: 50%;
}
.page-intro .wp-block-cover .wp-block-cover__inner-container .bc-container .yoast-breadcrumbs {
  margin: 0 !important;
  padding: 8px 45px;
  position: relative;
  width: fit-content;
  background-color: #0c0f32;
}
.page-intro .wp-block-cover .wp-block-cover__inner-container .bc-container .yoast-breadcrumbs::before, .page-intro .wp-block-cover .wp-block-cover__inner-container .bc-container .yoast-breadcrumbs::after {
  content: "";
  width: 35px;
  height: calc(100% + 1px);
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/icons/icon-angle.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -1px;
  z-index: 1;
}
.page-intro .wp-block-cover .wp-block-cover__inner-container .bc-container .yoast-breadcrumbs::before {
  left: 0;
}
.page-intro .wp-block-cover .wp-block-cover__inner-container .bc-container .yoast-breadcrumbs::after {
  right: 0;
  transform: scaleX(-1);
}
.page-intro .wp-block-cover .wp-block-cover__inner-container h1 {
  margin-top: 75px;
  margin-bottom: 50px;
  margin-left: 0 !important;
  max-width: 1000px;
  line-height: 135%;
  position: relative;
}
.page-intro .wp-block-cover .wp-block-cover__inner-container .intro-content {
  background-color: var(--wp--preset--color--white);
  border-radius: 15px 15px 0 0;
  max-width: 940px;
  margin-left: 0 !important;
  padding: 80px 80px 50px 130px;
  position: relative;
  z-index: 5;
  transform: translateY(35px);
}
.page-intro .wp-block-cover .wp-block-cover__inner-container .intro-content::before {
  content: "";
  width: 4px;
  height: calc(100% - 80px - 50px);
  background-color: var(--wp--preset--color--second);
  position: absolute;
  top: 80px;
  left: 80px;
}
.page-intro .wp-block-cover .wp-block-cover__inner-container .intro-content p, .page-intro .wp-block-cover .wp-block-cover__inner-container .intro-content li, .page-intro .wp-block-cover .wp-block-cover__inner-container .intro-content p a {
  color: var(--wp--preset--color--first);
  font-size: var(--pl);
}
.page-intro .wp-block-cover .wp-block-cover__inner-container .intro-content .wp-block-buttons .wp-element-button {
  min-width: 280px;
}
.page-intro .wp-block-cover .page-intro-logo {
  position: absolute;
  bottom: 0;
  right: -15px;
  z-index: 3;
  width: 475px;
  margin: 0;
}
.page-intro:has(+ .page-content-gradient)::after {
  content: "";
  display: block;
  width: 100px;
  height: 65px;
  background-color: var(--wp--preset--color--second);
  border-radius: 15px;
  position: absolute;
  top: calc(100% + 35px);
  left: 35px;
  z-index: 0;
}

@media (max-width: 1600px) {
  .page-intro {
    padding: calc(var(--header-height-container) + 35px) 35px var(--padding-section-h) !important;
  }
}
@media (max-width: 1400px) {
  .page-intro .wp-block-cover .wp-block-cover__inner-container .bc-container {
    width: 90%;
    left: 5%;
    transform: translateY(-100%);
  }
  .page-intro .wp-block-cover .wp-block-cover__inner-container h1 {
    margin-top: 50px;
    margin-bottom: 35px;
  }
  .page-intro .wp-block-cover .wp-block-cover__inner-container .intro-content {
    padding: 50px 50px 35px 80px;
  }
  .page-intro .wp-block-cover .wp-block-cover__inner-container .intro-content::before {
    top: 50px;
    left: 50px;
    height: calc(100% - 50px - 35px);
  }
  .page-intro:has(+ .page-content-gradient)::after {
    top: calc(100% + 20px);
    left: 20px;
  }
}
@media (max-width: 1224px) {
  .page-intro .wp-block-cover .page-intro-logo {
    display: none;
  }
  .page-intro .wp-block-cover .wp-block-cover__inner-container::after {
    content: none;
  }
}
@media (max-width: 1400px) {
  .page-intro:has(+ .page-content-gradient)::after {
    top: calc(100% + 10px);
    left: 10px;
  }
}
@media (max-width: 992px) {
  .page-intro .wp-block-cover .wp-block-cover__inner-container h1 {
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .page-intro .wp-block-cover .wp-block-cover__inner-container .intro-content {
    padding: 30px 30px 15px 40px;
    transform: none;
  }
  .page-intro .wp-block-cover .wp-block-cover__inner-container .intro-content::before {
    top: 30px;
    left: 20px;
    height: calc(100% - 30px - 15px);
  }
}
@media (max-width: 550px) {
  .page-intro {
    padding: var(--header-height-container) 20px var(--padding-section-h) !important;
  }
  .page-intro .wp-block-cover {
    padding: 0;
  }
  .page-intro .wp-block-cover .wp-block-cover__inner-container .bc-container {
    position: relative;
    transform: none;
    width: 100%;
    left: 0;
    padding: 0 var(--padding-section);
  }
  .page-intro .wp-block-cover .wp-block-cover__inner-container .bc-container .yoast-breadcrumbs {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .page-intro .wp-block-cover .wp-block-cover__inner-container .bc-container .yoast-breadcrumbs::before, .page-intro .wp-block-cover .wp-block-cover__inner-container .bc-container .yoast-breadcrumbs::after {
    content: none;
  }
  .page-intro .wp-block-cover .wp-block-cover__inner-container h1 {
    margin-top: 25px;
    padding: 0 var(--padding-section);
  }
  .page-intro .wp-block-cover .wp-block-cover__inner-container .intro-content {
    padding: 25px var(--padding-section) 15px;
    border-radius: 0;
  }
  .page-intro .wp-block-cover .wp-block-cover__inner-container .intro-content::before {
    top: 25px;
    left: 0;
    height: calc(100% - 25px - 15px);
  }
  .page-intro:has(+ .page-content-gradient)::after {
    top: calc(100% + 8px);
    left: 8px;
  }
}
.page-intro-v2 .wp-block-heading, .page-intro-v2 li, .page-intro-v2 a, .page-intro-v2 p, .page-intro-v2 span {
  color: var(--wp--preset--color--white) !important;
  max-width: 1200px;
}

.page-intro-v2 {
  border-radius: 15px;
  padding-bottom: 150px;
}
.page-intro-v2 .bc-container {
  padding: 10px 0 0;
  max-width: 1200px;
  overflow: hidden;
}
.page-intro-v2 .bc-container::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/icons/corner-fa.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 60px;
  filter: brightness(0) saturate(100%) invert(8%) sepia(49%) saturate(2123%) hue-rotate(216deg) brightness(91%) contrast(102%);
  z-index: 3;
  filter: brightness(0) invert(1);
}
.page-intro-v2 .bc-container .yoast-breadcrumbs {
  max-width: calc(100% - 60px - 60px);
  margin: 0 0 0 60px !important;
  padding: 0 20px;
  background-color: transparent;
  z-index: 2;
  position: relative;
  width: fit-content;
}
.page-intro-v2 .bc-container .yoast-breadcrumbs > span {
  position: relative;
}
.page-intro-v2 .bc-container .yoast-breadcrumbs > span::before, .page-intro-v2 .bc-container .yoast-breadcrumbs > span::after {
  content: "";
  top: -6px;
  height: 1px;
  background-color: var(--wp--preset--color--white);
  position: absolute;
  opacity: 0.15;
}
.page-intro-v2 .bc-container .yoast-breadcrumbs > span::before {
  width: 60px;
  right: calc(100% + 20px);
}
.page-intro-v2 .bc-container .yoast-breadcrumbs > span::after {
  width: 100vw;
  left: calc(100% + 20px);
}
.page-intro-v2 .bc-container .yoast-breadcrumbs > span > span:not(:first-child)::before {
  filter: brightness(0) invert(1);
}
.page-intro-v2 .bc-container .yoast-breadcrumbs::before, .page-intro-v2 .bc-container .yoast-breadcrumbs::after {
  filter: brightness(0) invert(1);
}
.page-intro-v2 .bc-container .yoast-breadcrumbs::before {
  width: calc(100% - 19px - 19px);
  height: 1px;
  left: 19px;
  top: -7px;
  background-color: var(--wp--preset--color--first);
  opacity: 0.15;
  position: absolute;
  content: "";
}
.page-intro-v2 .bc-container .yoast-breadcrumbs::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/icons/corner-fa.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -7px;
  right: 0;
  transform: scaleX(-1);
}
.page-intro-v2 .bc-container .yoast-breadcrumbs span > span:not(:first-child)::before {
  filter: brightness(0) invert(1);
}
.page-intro-v2 h1 {
  margin: 70px 0 50px;
  line-height: 125%;
}

@media (max-width: 1600px) {
  .page-intro-v2 {
    margin-left: var(--padding-section) !important;
    margin-right: var(--padding-section) !important;
  }
}
@media (max-width: 1400px) {
  .page-intro-v2 {
    padding-bottom: var(--padding-section-h);
  }
  .page-intro-v2 h1 {
    margin: 50px 0 35px;
  }
}
@media (max-width: 1224px) {
  .page-intro-v2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 0;
  }
  .page-intro-v2 .page-intro-logo {
    clip-path: none;
    filter: brightness(0) saturate(100%) invert(8%) sepia(49%) saturate(2123%) hue-rotate(216deg) brightness(91%) contrast(102%);
    z-index: 3;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }
  .page-intro-v2 .page-intro-logo img, .page-intro-v2 .page-intro-logo picture img {
    transform: scale(1.11);
    transform-origin: top left;
  }
}
@media (max-width: 781px) {
  .page-intro-v2 {
    padding-bottom: 50px;
    padding-top: 35px;
  }
  .page-intro-v2 h1 {
    margin: 35px 0 20px;
  }
}
@media (max-width: 550px) {
  .page-intro-v2 {
    padding-top: 35px;
  }
  .page-intro-v2 .bc-container::before {
    left: 0;
  }
  .page-intro-v2 .bc-container .yoast-breadcrumbs {
    margin-left: 0 !important;
    max-width: 100%;
    width: 100%;
  }
  .page-intro-v2 .bc-container .yoast-breadcrumbs > span::after {
    content: none;
  }
}
.page-content-gradient {
  clip-path: polygon(100% 96.134%, 100% 0%, 0% 0%, 0% 100%, 90.457% 100%, 90.457% 100%, 90.589% 99.997%, 90.721% 99.991%, 90.851% 99.979%, 90.979% 99.963%, 91.106% 99.942%, 91.231% 99.918%, 91.353% 99.888%, 91.473% 99.855%, 91.589% 99.817%, 91.702% 99.775%, 99.509% 96.684%, 99.509% 96.684%, 99.597% 96.646%, 99.678% 96.602%, 99.75% 96.554%, 99.814% 96.502%, 99.869% 96.447%, 99.915% 96.389%, 99.952% 96.328%, 99.978% 96.265%, 99.995% 96.2%, 100% 96.134%);
  padding-top: var(--padding-section-h);
  padding-top: calc(var(--header-height-container) + 20px);
  padding-bottom: var(--padding-section-h);
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/images/bgs/gradient-bleu-content.jpg");
  background-size: 100% 100%;
}
.page-content-gradient.no-cut {
  clip-path: none;
  padding-bottom: 50px !important;
}
.page-content-gradient .wp-block-heading, .page-content-gradient p, .page-content-gradient li, .page-content-gradient a {
  color: var(--wp--preset--color--white);
}
.page-content-gradient + section::before {
  content: "";
  width: 200px;
  height: 100px;
  background-color: var(--wp--preset--color--second);
  border-radius: 15px;
  position: absolute;
  bottom: calc(100% + 25px);
  right: 35px;
  z-index: -1;
}

@media (max-width: 1400px) {
  .page-content-gradient {
    clip-path: polygon(100% calc(100% - 80px), 100% 0%, 0% 0%, 0% 100%, calc(100% - 120px) 100%, calc(100% - 120px) 100%, calc(100% - 118px) 100%, calc(100% - 117px) 100%, calc(100% - 115px) calc(100% - 1px), calc(100% - 113px) calc(100% - 1px), calc(100% - 111px) calc(100% - 1px), calc(100% - 110px) calc(100% - 2px), calc(100% - 109px) calc(100% - 2px), calc(100% - 107px) calc(100% - 3px), calc(100% - 105px) calc(100% - 4px), calc(100% - 104px) calc(100% - 5px), calc(100% - 6px) calc(100% - 69px), calc(100% - 6px) calc(100% - 69px), calc(100% - 5px) calc(100% - 69px), calc(100% - 4px) calc(100% - 70px), calc(100% - 3px) calc(100% - 71px), calc(100% - 2px) calc(100% - 72px), calc(100% - 1px) calc(100% - 73px), calc(100% - 1px) calc(100% - 74px), calc(100% - 1px) calc(100% - 76px), 100% calc(100% - 77px), 100% calc(100% - 79px), 100% calc(100% - 80px));
  }
  .page-content-gradient.no-cut {
    padding-bottom: 0 !important;
  }
  .page-content-gradient + section::before {
    bottom: calc(100% + 10px);
    right: 20px;
  }
}
@media (max-width: 1024px) {
  .page-content-gradient {
    clip-path: polygon(100% calc(100% - 65px), 100% 0%, 0% 0%, 0% 100%, calc(100% - 100px) 100%, calc(100% - 100px) 100%, calc(100% - 99px) 100%, calc(100% - 97px) 100%, calc(100% - 96px) 100%, calc(100% - 94px) calc(100% - 1px), calc(100% - 92px) calc(100% - 1px), calc(100% - 91px) calc(100% - 2px), calc(100% - 90px) calc(100% - 2px), calc(100% - 89px) calc(100% - 2px), calc(100% - 87px) calc(100% - 3px), calc(100% - 86px) calc(100% - 4px), calc(100% - 5px) calc(100% - 56px), calc(100% - 5px) calc(100% - 56px), calc(100% - 4px) calc(100% - 57px), calc(100% - 3px) calc(100% - 57px), calc(100% - 3px) calc(100% - 58px), calc(100% - 2px) calc(100% - 59px), calc(100% - 1px) calc(100% - 60px), calc(100% - 1px) calc(100% - 61px), calc(100% - 1px) calc(100% - 62px), 100% calc(100% - 63px), 100% calc(100% - 64px), 100% calc(100% - 65px));
  }
}
@media (max-width: 781px) {
  .page-content-gradient {
    padding-top: calc(var(--padding-section-h) + 20px);
    clip-path: polygon(100% calc(100% - 50px), 100% 0%, 0% 0%, 0% 100%, calc(100% - 75px) 100%, calc(100% - 75px) 100%, calc(100% - 74px) 100%, calc(100% - 73px) 100%, calc(100% - 72px) 100%, calc(100% - 71px) 100%, calc(100% - 69px) calc(100% - 1px), calc(100% - 68px) calc(100% - 1px), calc(100% - 67px) calc(100% - 1px), calc(100% - 66px) calc(100% - 1px), calc(100% - 65px) calc(100% - 2px), calc(100% - 64px) calc(100% - 3px), calc(100% - 4px) calc(100% - 43px), calc(100% - 4px) calc(100% - 43px), calc(100% - 3px) calc(100% - 44px), calc(100% - 2px) calc(100% - 44px), calc(100% - 2px) calc(100% - 45px), calc(100% - 1px) calc(100% - 45px), calc(100% - 1px) calc(100% - 46px), calc(100% - 1px) calc(100% - 47px), 100% calc(100% - 48px), 100% calc(100% - 49px), 100% calc(100% - 50px), 100% calc(100% - 50px));
  }
  .page-content-gradient + section::before {
    bottom: calc(100% + 5px);
    right: 10px;
  }
}
@media (max-width: 550px) {
  .page-content-gradient {
    clip-path: polygon(100% calc(100% - 35px), 100% 0%, 0% 0%, 0% 100%, calc(100% - 50px) 100%, calc(100% - 50px) 100%, calc(100% - 49px) 100%, calc(100% - 48px) 100%, calc(100% - 47px) 100%, calc(100% - 46px) 100%, calc(100% - 45px) 100%, calc(100% - 44px) calc(100% - 1px), calc(100% - 43px) calc(100% - 1px), calc(100% - 42px) calc(100% - 1px), calc(100% - 41px) calc(100% - 2px), calc(100% - 40px) calc(100% - 2px), calc(100% - 2px) calc(100% - 30px), calc(100% - 2px) calc(100% - 30px), calc(100% - 2px) calc(100% - 31px), calc(100% - 1px) calc(100% - 31px), calc(100% - 1px) calc(100% - 32px), calc(100% - 1px) calc(100% - 32px), 100% calc(100% - 33px), 100% calc(100% - 34px), 100% calc(100% - 35px), 100% calc(100% - 35px), 100% calc(100% - 35px), 100% calc(100% - 35px));
  }
  .page-content-gradient + section::before {
    border-radius: 10px;
    right: 5px;
  }
}
.col-fond-blanc {
  gap: 15px;
  align-items: stretch;
  margin-bottom: 120px;
}
.col-fond-blanc:last-child {
  margin-bottom: 0;
}
.col-fond-blanc .col-fond-blanc-visu {
  flex: 50% !important;
}
.col-fond-blanc .col-fond-blanc-visu figure {
  height: 100%;
}
.col-fond-blanc .col-fond-blanc-visu figure img, .col-fond-blanc .col-fond-blanc-visu figure picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.col-fond-blanc .col-fond-blanc-desc {
  flex: 50% !important;
  border-radius: 15px;
  background-color: var(--wp--preset--color--white);
  padding: 50px 60px 30px;
  display: flex;
  flex-direction: column;
}
.col-fond-blanc .col-fond-blanc-desc > * {
  width: 100%;
}
.col-fond-blanc .col-fond-blanc-desc .wp-block-heading, .col-fond-blanc .col-fond-blanc-desc p, .col-fond-blanc .col-fond-blanc-desc li, .col-fond-blanc .col-fond-blanc-desc a {
  color: var(--wp--preset--color--first);
}
.col-fond-blanc .col-fond-blanc-desc .swiper {
  margin-top: auto;
  padding: 30px 30px 60px;
  width: calc(100% + 60px);
  transform: translateX(-30px);
  background-color: var(--wp--preset--color--fifth);
  border-radius: 10px;
}
.col-fond-blanc .col-fond-blanc-desc .swiper .swiper-slide {
  opacity: 0;
  transition: all ease 0.5s;
}
.col-fond-blanc .col-fond-blanc-desc .swiper .swiper-slide .wp-block-heading {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.col-fond-blanc .col-fond-blanc-desc .swiper .swiper-slide .wp-block-heading em {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  line-height: 1;
  aspect-ratio: 1/1;
  border: solid 1px var(--wp--preset--color--second);
  border-radius: 50px;
  font-style: normal;
  color: var(--wp--preset--color--second);
  padding: 10px;
}
.col-fond-blanc .col-fond-blanc-desc .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

@media (max-width: 1400px) {
  .col-fond-blanc {
    margin-bottom: 80px;
  }
  .col-fond-blanc h2 {
    margin-bottom: 25px;
  }
  .col-fond-blanc .col-fond-blanc-desc {
    padding: 30px 20px 20px;
  }
  .col-fond-blanc .col-fond-blanc-desc .swiper {
    width: 100%;
    transform: none;
  }
}
@media (max-width: 1224px) {
  .col-fond-blanc .col-fond-blanc-desc .swiper .swiper-slide .wp-block-heading em {
    width: 38px;
    height: 38px;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .col-fond-blanc {
    flex-direction: column;
  }
  .col-fond-blanc .col-fond-blanc-visu {
    max-width: 100%;
    width: 100%;
    order: 2;
  }
  .col-fond-blanc .col-fond-blanc-desc {
    max-width: 100%;
    width: 100%;
    order: 1;
  }
}
@media (max-width: 781px) {
  .col-fond-blanc {
    margin-bottom: 50px;
  }
}
@media (max-width: 550px) {
  .col-fond-blanc .col-fond-blanc-desc .swiper {
    padding: 20px 20px 50px;
  }
  .col-fond-blanc .col-fond-blanc-desc .swiper .swiper-slide .wp-block-heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .col-fond-blanc .col-fond-blanc-desc .swiper .swiper-navigation {
    width: calc(100% - 40px);
  }
  .col-fond-blanc .col-fond-blanc-desc .swiper .swiper-scrollbar {
    width: calc(100% - 40px - 50px);
  }
}
.col-trame {
  gap: 10px;
  margin: 40px 0;
  align-items: stretch;
}
.col-trame:last-child {
  margin-bottom: 0;
}
.col-trame .col-trame-desc {
  background-color: var(--wp--preset--color--fifth);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
}
.col-trame .col-trame-desc > * {
  width: 100%;
}
.col-trame .col-trame-desc .wp-block-heading {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.col-trame .col-trame-visu {
  max-width: 470px;
  position: relative;
}
.col-trame .col-trame-visu::after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  background-color: var(--wp--preset--color--second);
  border-radius: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: -1;
  transition: all ease 1s;
}
.col-trame .col-trame-visu img, .col-trame .col-trame-visu picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  clip-path: polygon(100% 20%, 100% 100%, 0% 100%, 0% 0%, 75% 0%, 75% 0%, 75.305% 0.016%, 75.612% 0.047%, 75.91% 0.109%, 76.197% 0.192%, 76.475% 0.301%, 76.742% 0.425%, 76.999% 0.58%, 77.244% 0.751%, 77.478% 0.948%, 77.701% 1.166%, 99.474% 17.164%, 99.474% 17.164%, 99.566% 17.379%, 99.647% 17.606%, 99.717% 17.846%, 99.777% 18.098%, 99.826% 18.362%, 99.865% 18.639%, 99.894% 18.928%, 99.913% 19.229%, 99.922% 19.543%, 100% 20%);
}

@media (max-width: 1400px) {
  .col-trame .col-trame-desc {
    padding: 25px;
  }
  .col-trame .col-trame-desc .wp-block-buttons {
    margin-top: 20px;
  }
}
@media (max-width: 1224px) {
  .col-trame .col-trame-visu {
    max-width: 33%;
  }
}
@media (max-width: 1024px) {
  .col-trame {
    flex-direction: column;
  }
  .col-trame .col-trame-desc {
    order: 2;
  }
  .col-trame .col-trame-visu {
    max-width: unset;
    width: 100%;
    order: 1;
  }
  .col-trame .col-trame-visu::after {
    width: 50%;
  }
}
@media (max-width: 781px) {
  .col-trame .col-trame-visu::after {
    right: 10px;
    top: 5px;
  }
}
@media (max-width: 550px) {
  .col-trame .col-trame-visu::after {
    right: 5px;
    top: 2px;
  }
}
.intro {
  gap: 20px 120px;
  align-items: center;
  margin-bottom: 75px;
  flex-direction: column;
  text-align: center;
}
.intro .wp-block-heading {
  max-width: 1120px;
  margin-bottom: 30px;
}

@media (max-width: 1400px) {
  .intro {
    gap: 20px 60px;
    margin-bottom: 50px;
  }
  .intro .wp-block-heading {
    margin-bottom: 0;
  }
}
@media (max-width: 781px) {
  .intro {
    flex-direction: column;
    margin-bottom: 35px;
    align-items: center;
  }
}
.faq {
  padding-top: var(--padding-section-h);
}
.faq .wp-block-columns {
  gap: 25px 100px;
}
.faq .faq-info {
  max-width: 600px;
}

@media (max-width: 1224px) {
  .faq .wp-block-columns {
    gap: 25px 50px;
  }
}
@media (max-width: 992px) {
  .faq .faq-info {
    max-width: 100%;
  }
  .faq .faq-info h2:last-child {
    margin-bottom: 0;
  }
  .faq .wp-block-columns {
    flex-direction: column;
    gap: 10px 0;
  }
}
.spg-cols {
  padding-top: var(--padding-section-h);
}
.spg-cols .wp-block-columns {
  gap: 25px 100px;
}
.spg-cols .spg-cols-visu {
  max-width: 635px;
  align-self: stretch;
}
.spg-cols .spg-cols-visu figure {
  width: 100%;
  height: 100%;
}
.spg-cols .spg-cols-visu figure img, .spg-cols .spg-cols-visu figure picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.spg-cols .spg-cols-text .swiper {
  margin-bottom: 35px;
}
.spg-cols .spg-cols-text .swiper .swiper-slide {
  padding: 40px;
  background-color: var(--wp--preset--color--fifth);
  border-radius: 15px;
  height: auto;
  display: flex;
  align-items: center;
}

@media (max-width: 1400px) {
  .spg-cols .wp-block-columns {
    gap: 25px 50px;
  }
}
@media (max-width: 1224px) {
  .spg-cols .spg-cols-text .swiper {
    padding-bottom: 30px;
  }
  .spg-cols .spg-cols-text .swiper .swiper-slide {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .spg-cols .wp-block-columns {
    flex-direction: column;
  }
  .spg-cols .spg-cols-visu {
    max-width: unset;
    max-height: 400px;
    order: 2;
  }
  .spg-cols .spg-cols-visu::after {
    right: 10px;
    top: 5px;
  }
  .spg-cols .spg-cols-visu figure img, .spg-cols .spg-cols-visu figure picture img {
    border-radius: 20px;
  }
  .spg-cols .spg-cols-text {
    order: 1;
    max-width: 100%;
  }
  .spg-cols .spg-cols-text .swiper {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}
@media (max-width: 781px) {
  .spg-cols .spg-cols-visu figure img, .spg-cols .spg-cols-visu figure picture img {
    max-height: 350px;
  }
}
@media (max-width: 550px) {
  .spg-cols .spg-cols-visu figure img, .spg-cols .spg-cols-visu figure picture img {
    max-height: 250px;
  }
  .spg-cols .spg-cols-text .swiper .swiper-navigation {
    width: calc(100% - 40px);
  }
  .spg-cols .spg-cols-text .swiper .swiper-scrollbar {
    width: calc(100% - 40px - 50px);
  }
}
.home-actus {
  padding-top: var(--padding-section-h);
}
.home-actus .ik-block-last {
  display: flex;
  gap: 20px;
}
.home-actus .ik-block-last .ik-block-last-content-mea {
  width: calc(40% - 10px);
  border: solid 1px var(--wp--preset--color--second);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  position: relative;
}
.home-actus .ik-block-last .ik-block-last-content-mea::after {
  content: "";
  display: block;
  width: 35px;
  height: 45px;
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/icons/icon-epingle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 35px;
  z-index: 1;
}
.home-actus .ik-block-last .ik-block-last-content-mea .swiper {
  height: 100%;
}
.home-actus .ik-block-last .ik-block-last-content-mea .swiper .swiper-pagination {
  bottom: 10px;
  left: auto;
  right: 10px;
  justify-content: flex-start;
  width: fit-content;
}
.home-actus .ik-block-last .ik-block-last-content-mea .swiper .single-mea-grid {
  height: auto !important;
}
.home-actus .ik-block-last .ik-block-last-content-mea .single-mea-grid {
  flex-direction: column;
  height: 100% !important;
}
.home-actus .ik-block-last .ik-block-last-content-mea .single-mea-grid .single-mea-grid-header {
  width: 100%;
}
.home-actus .ik-block-last .ik-block-last-content-mea .single-mea-grid .single-mea-grid-content {
  width: 100%;
  padding: 15px 0;
}
.home-actus .ik-block-last .ik-block-last-content-mea .single-mea-grid .single-mea-grid-content .single-mea-grid-excerpt {
  display: none;
}
.home-actus .ik-block-last .ik-block-last-content {
  margin-top: 90px;
  width: calc(60% - 10px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  position: relative;
}
.home-actus .ik-block-last .ik-block-last-content .ik-block-last-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: color-mix(in srgb, var(--wp--preset--color--first), transparent 50%);
  transform: translateY(-125%);
  text-decoration: none;
}
.home-actus .ik-block-last .ik-block-last-content .ik-block-last-btn:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .home-actus .ik-block-last {
    flex-direction: column;
  }
  .home-actus .ik-block-last .ik-block-last-content-mea {
    width: 100%;
  }
  .home-actus .ik-block-last .ik-block-last-content {
    margin-top: 0;
    padding-bottom: 45px;
    width: 100%;
  }
  .home-actus .ik-block-last .ik-block-last-content .ik-block-last-btn {
    top: 100%;
  }
}
@media (max-width: 550px) {
  .home-actus .ik-block-last .ik-block-last-content {
    grid-template-columns: 1fr;
  }
}
.img-gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin: 35px 0;
}
.img-gallery figure {
  margin: 0 !important;
}
.img-gallery figure img, .img-gallery figure picture img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-gallery figure:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/1;
}
.img-gallery figure:nth-child(2) {
  grid-row: 1/1;
  grid-column: 2/2;
}
.img-gallery figure:nth-child(3) {
  grid-row: 3/4;
  grid-column: 1/1;
}
.img-gallery figure:nth-child(4) {
  grid-row: 2/4;
  grid-column: 2/2;
}

.wp-block-quote {
  padding: 25px 20px;
  background-color: var(--wp--preset--color--fourth);
  border-radius: 25px;
  border: none;
}
.wp-block-quote p:first-child::before {
  content: "";
  width: 22px;
  height: 15px;
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/icons/icon-quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.wp-block-quote cite {
  text-align: right;
  font-weight: 700;
  margin-top: 15px;
  font-size: var(--pmd);
}

.ik-notice {
  max-width: 50%;
  width: fit-content;
  margin: 10px auto 35px;
}
.ik-notice:has(.ik-notice-error) {
  border: solid 2px #FF0000;
}
.ik-notice:has(.ik-notice-warning) {
  border: solid 2px #F1A50F;
}
.ik-notice:has(.ik-notice-validate) {
  border: solid 2px #198754;
}
.ik-notice .ik-notice-content {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
}
.ik-notice .ik-notice-content svg {
  min-width: 20px;
  aspect-ratio: 1/1;
}
.ik-notice .ik-notice-content.ik-notice-error {
  background-color: rgba(255, 0, 0, 0.1490196078);
}
.ik-notice .ik-notice-content.ik-notice-error p, .ik-notice .ik-notice-content.ik-notice-error svg {
  color: #FF0000;
}
.ik-notice .ik-notice-content.ik-notice-error svg {
  aspect-ratio: 1/1;
}
.ik-notice .ik-notice-content.ik-notice-warning {
  background-color: rgba(241, 165, 15, 0.1490196078);
}
.ik-notice .ik-notice-content.ik-notice-warning p, .ik-notice .ik-notice-content.ik-notice-warning svg {
  color: #F1A50F;
}
.ik-notice .ik-notice-content.ik-notice-validate {
  background-color: rgba(25, 135, 84, 0.1490196078);
}
.ik-notice .ik-notice-content.ik-notice-validate p, .ik-notice .ik-notice-content.ik-notice-validate svg {
  color: #198754;
}

body:has(.col-rgpd) .page-content-gradient {
  max-width: calc(var(--wp--style--global--content-size) + var(--padding-section) * 2);
  margin-bottom: 0;
  padding-bottom: 100px;
  padding-left: var(--padding-section);
  padding-right: var(--padding-section);
}
body:has(.col-rgpd) .page-content-gradient .page-intro-v2 {
  margin-bottom: 0;
}
body:has(.col-rgpd) .page-content-gradient .page-intro-v2 .page-intro-logo {
  z-index: 1;
}

.col-rgpd {
  gap: 25px 65px;
  padding-top: 100px;
}
.col-rgpd .wp-block-column:first-child {
  position: sticky;
  top: calc(var(--header-height) + 50px);
  background-color: var(--wp--preset--color--fifth);
  border-radius: 15px;
  max-width: 300px;
}
.col-rgpd .wp-block-column:first-child .ik-sommaire {
  background-color: transparent;
}
.col-rgpd .wp-block-column:first-child .ik-sommaire .block-summary-top {
  display: none;
}
.col-rgpd .wp-block-column:first-child .ik-sommaire ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
  counter-reset: title;
}
.col-rgpd .wp-block-column:first-child .ik-sommaire ol li {
  padding: 5px 15px;
  background-color: color-mix(in srgb, var(--wp--preset--color--white), transparent 23%);
  border: solid 1px var(--wp--preset--color--white);
  border-radius: 10px;
  margin: 10px 0;
  counter-increment: title;
}
.col-rgpd .wp-block-column:first-child .ik-sommaire ol li::before {
  content: counter(title) ".";
  display: inline-block;
  color: var(--wp--preset--color--first);
  float: left;
  margin-right: 8px;
  font-weight: 700;
}
.col-rgpd .wp-block-column:first-child .ik-sommaire ol li:hover {
  background-color: var(--wp--preset--color--fourth);
  border-color: var(--wp--preset--color--fourth);
  color: var(--wp--preset--color--first);
}
.col-rgpd .wp-block-column:last-child h2 {
  margin-top: 50px;
  margin-bottom: 25px;
}
.col-rgpd .wp-block-column:last-child h2:first-child {
  margin-top: 0;
}
.col-rgpd .wp-block-column:last-child h3 {
  margin-top: 35px;
  margin-bottom: 15px;
}

@media (max-width: 1224px) {
  body:has(.col-rgpd) .page-content-gradient {
    padding-bottom: 50px;
  }
  .col-rgpd {
    padding-top: 50px;
    flex-direction: column;
  }
  .col-rgpd .wp-block-column:first-child {
    max-width: unset;
    top: calc(var(--header-height) + 20px);
  }
}
textarea, input, select, option {
  -webkit-appearance: none;
  border-radius: 0;
}

form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
form fieldset {
  border: none;
  padding: 0;
  width: 100%;
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
form fieldset h2, form fieldset h3 {
  width: 100%;
}
form p {
  position: relative;
}
form .input-contact {
  position: relative;
  margin-bottom: 20px;
}
form .input-contact > p {
  margin-bottom: 0;
}
form .input-contact.full {
  width: 100%;
}
form .input-contact.full .wpcf7-checkbox, form .input-contact.full .wpcf7-radio {
  grid-template-columns: repeat(4, 1fr);
}
form .input-contact.half {
  width: calc(50% - 10px);
}
form .input-contact.half .wpcf7-checkbox, form .input-contact.half .wpcf7-radio {
  grid-template-columns: repeat(2, 1fr);
}
form .input-contact.third {
  width: calc(33.333333% - 10px);
}
form .input-contact.third .wpcf7-checkbox, form .input-contact.third .wpcf7-radio {
  grid-template-columns: repeat(1, 1fr);
}
form .input-contact.acceptance {
  width: calc(100% - 200px);
}
form .input-contact.submit {
  width: fit-content;
  text-align: center;
  margin-bottom: 0;
}
form .input-contact.submit > p {
  width: fit-content;
}
form .input-contact.submit .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 100%;
  transform: translate(50%, -50%);
}
form .input-contact.ik-cs {
  z-index: 5;
}
form .input-contact.ik-cs ~ .ik-cs {
  z-index: 4;
}
form .input-contact.ik-cs ~ .ik-cs ~ .ik-cs {
  z-index: 3;
}
form .input-contact.ik-cs ~ .ik-cs ~ .ik-cs ~ .ik-cs {
  z-index: 2;
}
form .input-contact.ik-cs ~ .ik-cs ~ .ik-cs ~ .ik-cs ~ .ik-cs {
  z-index: 1;
}
form label {
  font-size: var(--psm);
  color: var(--wp--preset--color--first);
  text-transform: uppercase;
  font-weight: 700;
}
form label.in-input {
  color: var(--wp--preset--color--black);
  font-size: var(--pmd);
  left: 15px;
  pointer-events: none;
  position: absolute;
  top: 8px;
  transition: 0.3s;
  width: auto;
  z-index: 1;
  line-height: 1.5;
  margin: 0;
}
form label.in-input.has-value {
  font-size: var(--psm);
  left: 12px;
  opacity: 1;
  top: -10px;
  padding: 0 5px;
  background: #fff;
}
form label.in-input.has-value span {
  font-size: var(--psm);
}
form label.in-input.has-value + span input[type=date] {
  font-size: var(--pmd);
}
form input:not([type=checkbox], [type=radio], [type=submit]), form select, form textarea {
  padding: 10px 15px;
  margin-top: 0;
  border: solid 1px color-mix(in srgb, var(--wp--preset--color--first), transparent 40%);
  background-color: transparent;
  border-radius: 8px;
  font-family: "Helvetica", sans-serif;
  color: color-mix(in srgb, var(--wp--preset--color--first), transparent 40%);
  font-size: var(--psm);
  width: 100%;
  transition: all ease 0.3s;
  height: auto;
}
form input:not([type=checkbox], [type=radio], [type=submit]):focus, form select:focus, form textarea:focus {
  box-shadow: inset 0px 0px 4px 1px color-mix(in srgb, var(--wp--preset--color--first), transparent 50%);
}
form textarea {
  min-height: unset;
  resize: none;
}
form input[type=date] {
  font-size: 0;
}
form .input-date-container::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 8px;
  top: 4px;
  background-color: var(--wp--preset--color--white);
  background-image: url("./../icons/ik-input-icon-calendar.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
form select {
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/icons/icon-chevron.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  padding-right: 60px;
  border: solid 1px var(--wp--preset--color--black);
  border-radius: 8px;
}
form .s-hidden {
  visibility: hidden;
}
form .ik-custom-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: auto;
  width: 100%;
  z-index: 10;
}
form .ik-custom-select .ik-custom-styled-select {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 12px 60px 10px 15px;
  font-size: var(--pmd);
  border: solid 1px var(--wp--preset--color--black);
  border-radius: 4px;
  color: var(--wp--preset--color--black);
  transition: all ease-in-out 0.3s;
}
form .ik-custom-select .ik-custom-styled-select::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-radius: 3px;
  border-width: 7px 6px 0 6px;
  border-color: var(--wp--preset--color--black) transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all ease-in-out 0.5s;
}
form .ik-custom-select .ik-custom-styled-select:active, form .ik-custom-select .ik-custom-styled-select.active {
  border-color: var(--wp--preset--color--lightgray);
}
form .ik-custom-select .ik-custom-styled-select:active::after, form .ik-custom-select .ik-custom-styled-select.active::after {
  border-color: var(--wp--preset--color--lightgray) transparent transparent transparent;
  transform: translateY(-50%) rotate(180deg);
}
form .ik-custom-select .ik-custom-styled-select:active + .options, form .ik-custom-select .ik-custom-styled-select.active + .options {
  max-height: 230px;
  visibility: visible;
  border-color: var(--wp--preset--color--lightgray);
  padding: 10px 0;
}
form .ik-custom-select .options {
  display: block !important;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: var(--wp--preset--color--white);
  overflow: hidden;
  transition: all ease 0.5s;
}
form .ik-custom-select .options li {
  margin: 0;
  padding: 5px 15px;
  font-size: var(--pmd);
  transition: all ease-in-out 0.3s;
}
form .ik-custom-select .options li:hover {
  background-color: var(--wp--preset--color--lightgray);
  color: var(--wp--preset--color--white);
}
form .wpcf7-checkbox, form .wpcf7-radio {
  display: grid;
  grid-gap: 12px;
  justify-items: start;
  margin: 8px 0 16px;
}
form .wpcf7-checkbox .wpcf7-list-item, form .wpcf7-radio .wpcf7-list-item {
  cursor: pointer;
  margin: 0;
}
form .wpcf7-checkbox .wpcf7-list-item label, form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
form .wpcf7-checkbox .wpcf7-list-item label span, form .wpcf7-radio .wpcf7-list-item label span {
  width: calc(100% - 32px);
  font-size: var(--pmd);
}
form .wpcf7-checkbox .wpcf7-list-item label input, form .wpcf7-radio .wpcf7-list-item label input {
  margin-right: 8px;
}
form .ik-input-file {
  color: var(--wp--preset--color--black);
  font-weight: 600;
  font-size: var(--pmd);
}
form .ik-input-file div {
  margin-top: 25px;
}
form .ik-input-file input {
  margin: 0;
  padding: 0;
  border: 0;
  display: none;
}
form .ik-input-file input::-webkit-file-upload-button {
  display: none;
}
form .ik-input-file label {
  font-size: var(--pmd);
  width: 100%;
}
form .ik-input-file label > span:first-of-type {
  color: var(--wp--preset--color--black);
  font-size: var(--psm);
  font-weight: normal;
  margin: 0;
  padding: 0;
}
form .ik-input-file label.cv > span:nth-of-type(2), form .ik-input-file label.lm > span:nth-of-type(2), form .ik-input-file label.autre > span:nth-of-type(2) {
  display: block;
  width: 100%;
  font-size: var(--psm);
  font-weight: normal;
  padding: 5px 20px;
  cursor: pointer;
  border: 1px solid var(--wp--preset--color--lightgray);
  margin: 8px auto 0 auto;
  text-align: center;
  transition: 0.3s;
}
form .ik-input-file label.cv > span:nth-of-type(2):hover, form .ik-input-file label.lm > span:nth-of-type(2):hover, form .ik-input-file label.autre > span:nth-of-type(2):hover {
  background: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
form .ik-input-file span.ik-filename {
  font-size: var(--psm);
  font-weight: normal;
  margin: 0;
  line-height: 120%;
  padding: 7px 0;
  display: flex;
  gap: 8px;
  position: relative;
}
form .ik-input-file span.ik-filename::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  left: 0;
  display: block;
  position: relative;
  cursor: pointer;
}
form .ik-input-file span.ik-filename.ik-filename-success {
  color: #00773e;
}
form .ik-input-file span.ik-filename.ik-filename-success:before {
  background-image: url("/wp-content/themes/ikadia-theme/assets/icons/formulaire/check.svg");
}
form .ik-input-file span.ik-filename.ik-filename-error {
  color: #ea2929;
}
form .ik-input-file span.ik-filename.ik-filename-error:before {
  background-image: url("/wp-content/themes/ikadia-theme/assets/icons/formulaire/ik-icon-formulaire-files-warning.svg");
}
form .ik-input-file .wpcf7-not-valid-tip {
  display: none;
}
form input[type=checkbox] {
  margin: 0;
  border: solid 1px color-mix(in srgb, var(--wp--preset--color--first), transparent 60%);
  border-radius: 6px;
  height: 20px;
  width: 20px;
  padding-left: 0;
  overflow: hidden;
  background-color: transparent;
  cursor: pointer;
  transition: all ease 0.3s;
}
form input[type=checkbox]::before {
  content: "";
  border: solid 2px var(--wp--preset--color--fifth);
  background-color: transparent;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 6px;
}
form input[type=checkbox]:checked {
  border-color: color-mix(in srgb, var(--wp--preset--color--first), transparent 40%);
  background-color: color-mix(in srgb, var(--wp--preset--color--first), transparent 40%);
}
form input[type=radio] {
  margin-top: 0;
  border: solid 1px var(--wp--preset--color--black);
  border-radius: 50%;
  height: 24px;
  width: 24px;
  background-color: transparent;
  cursor: pointer;
  transition: all ease 0.3s;
}
form input[type=radio]::before {
  content: "";
  border: solid 2px var(--wp--preset--color--white);
  background-color: transparent;
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
form input[type=radio]:checked {
  border-color: var(--wp--preset--color--darkgray);
  background-color: var(--wp--preset--color--darkgray);
}
form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  width: 100%;
}
form .wpcf7-acceptance .wpcf7-list-item label {
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  text-transform: none;
  font-weight: 400;
}
form .wpcf7-acceptance .wpcf7-list-item label span {
  line-height: 125%;
  font-size: var(--psm);
  width: calc(100% - 30px);
}
form .wpcf7-acceptance .wpcf7-list-item label a {
  line-height: 125%;
  color: var(--wp--preset--color--first);
  font-weight: 400;
  font-size: var(--psm);
}
form input[type=submit] {
  cursor: pointer;
  transition: all ease 0.3s;
  color: var(--wp--preset--color--first) !important;
  background: color-mix(in srgb, var(--wp--preset--color--fourth), transparent 47%) !important;
  border: solid 1px color-mix(in srgb, var(--wp--preset--color--fourth), transparent 100%);
  padding: var(--padding-bouton);
  display: block;
  width: fit-content;
  font-size: var(--pbt);
  text-decoration: none;
  font-weight: 400;
  position: relative;
  text-align: center;
  border-radius: 50px;
  font-family: "Helvetica", sans-serif;
  line-height: 1;
  cursor: pointer;
  transition: all ease 0.3s;
  margin-right: auto;
  margin-left: 0;
}
form input[type=submit]::before {
  content: "";
  position: absolute;
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  left: -4px;
  top: -4px;
  border: solid 1px var(--wp--preset--color--fourth);
  z-index: 0;
  opacity: 0;
  border-radius: 50px;
  transition: all ease 0.3s;
}
form input[type=submit]:hover, form input[type=submit].active, form input[type=submit]:active, form input[type=submit]:focus {
  color: var(--wp--preset--color--first) !important;
  background: color-mix(in srgb, var(--wp--preset--color--fourth), transparent 0%) !important;
  border-color: color-mix(in srgb, var(--wp--preset--color--fourth), transparent 0%);
}
form input[type=submit]:hover::before, form input[type=submit].active::before, form input[type=submit]:active::before, form input[type=submit]:focus::before {
  opacity: 1;
}
form input[type=submit] {
  background: var(--wp--preset--color--fourth) !important;
}
form input[type=submit]:hover {
  background: var(--wp--preset--color--first) !important;
  color: var(--wp--preset--color--white) !important;
  border-color: var(--wp--preset--color--first) !important;
}
form input[type=submit]:hover::before {
  border-color: var(--wp--preset--color--first);
}
form .wpcf7-not-valid-tip {
  color: var(--wp--preset--color--black);
  border: none !important;
  padding: 7px 0 7px 22px !important;
  font-size: var(--psm) !important;
  text-align: left !important;
  margin: 0 !important;
  position: relative;
}
form .wpcf7-not-valid-tip::before {
  content: "i";
  height: 16px;
  width: 16px;
  color: var(--wp--preset--color--black);
  border: solid 1px var(--wp--preset--color--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: -1px;
}
form .wpcf7-response-output {
  font-size: var(--pmd);
  line-height: 130%;
  padding: 15px !important;
  text-align: center;
  width: 100%;
  color: var(--wp--preset--color--black);
}

@media (max-width: 1224px) {
  form .input-contact.acceptance {
    width: calc(100% - 150px);
  }
}
@media (max-width: 992px) {
  form .input-contact.full .wpcf7-checkbox, form .input-contact.full .wpcf7-radio {
    grid-template-columns: repeat(3, 1fr);
  }
  form .input-contact.half, form .input-contact.third {
    width: 100%;
  }
  form .input-contact.half .wpcf7-checkbox, form .input-contact.half .wpcf7-radio, form .input-contact.third .wpcf7-checkbox, form .input-contact.third .wpcf7-radio {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 781px) {
  form .input-contact.full .wpcf7-checkbox, form .input-contact.full .wpcf7-radio, form .input-contact.half .wpcf7-checkbox, form .input-contact.half .wpcf7-radio, form .input-contact.third .wpcf7-checkbox, form .input-contact.third .wpcf7-radio {
    grid-template-columns: repeat(2, 1fr);
  }
  form .ik-custom-select .ik-custom-styled-select {
    padding-right: 35px;
  }
  form .ik-custom-select .ik-custom-styled-select::after {
    right: 15px;
  }
}
@media (max-width: 550px) {
  form .input-contact.full .wpcf7-checkbox, form .input-contact.full .wpcf7-radio, form .input-contact.half .wpcf7-checkbox, form .input-contact.half .wpcf7-radio, form .input-contact.third .wpcf7-checkbox, form .input-contact.third .wpcf7-radio {
    grid-template-columns: repeat(1, 1fr);
  }
  form .input-contact.acceptance {
    width: 100%;
  }
}
:root {
  --header-height-container: 100px;
  --header-height: 80px;
  --header-padding-menu-item: 25px;
  --padding-section: 100px;
  --padding-section-h: 150px;
  --padding-bouton: 15px 50px;
  --padding-bouton-sm: 10px 30px;
  --pxl: 24px;
  --pl: 20px;
  --pmd: 18px;
  --pbt: 16px;
  --psm: 14px;
  --pxs: 12px;
  --h0: 90px;
  --h1: 65px;
  --h2: 55px;
  --h3: 35px;
}

@media (max-width: 1600px) {
  :root {
    --header-padding-menu-item: 25px;
    --padding-section: 75px;
    --padding-section-h: 125px;
  }
}
@media (max-width: 1400px) {
  :root {
    --header-padding-menu-item: 20px;
    --padding-section: 50px;
    --padding-section-h: 100px;
    --h0: 65px;
    --h1: 35px;
    --h2: 26px;
    --h3: 23px;
    --pxl: 22px;
  }
}
@media (max-width: 1224px) {
  :root {
    --header-padding-menu-item: 10px;
    --padding-section: 35px;
    --padding-bouton: 12px 25px;
  }
}
@media (max-width: 1024px) {
  :root {
    --padding-section-h: 75px;
    --h0: 50px;
    --h1: 30px;
    --h2: 23px;
    --h3: 20px;
    --pl: 18px;
  }
}
@media (max-width: 781px) {
  :root {
    --header-height: 60px;
    --header-padding-menu-item: 12px;
    --padding-section: 35px;
    --padding-section-h: 50px;
    --h0: 30px;
    --h1: 28px;
    --h2: 22px;
    --h3: 17px;
    --pl: 16px;
    --pmd: 15px;
    --psm: 12px;
  }
}
@media (max-width: 550px) {
  :root {
    --padding-section: 20px;
    --padding-section-h: 35px;
    --padding-bouton: 10px 20px;
  }
}
.single-grid {
  cursor: pointer;
  transition: all ease 0.3s;
  background-color: var(--wp--preset--color--fifth);
  padding: 10px 10px 25px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.single-grid .single-grid-header {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 20px;
}
.single-grid .single-grid-header .single-grid-cats {
  font-size: var(--pxs);
  text-transform: uppercase;
  display: block;
  width: fit-content;
  background-color: var(--wp--preset--color--fifth);
  color: var(--wp--preset--color--first);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 20px 2px;
  border-top-right-radius: 15px;
}
.single-grid .single-grid-header picture img, .single-grid .single-grid-header img {
  display: block;
  position: relative;
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all ease 1s;
}
.single-grid .single-grid-content .single-grid-date {
  font-size: var(--psm);
  color: var(--wp--preset--color--third);
  margin-bottom: 8px;
  font-weight: 700;
}
.single-grid .single-grid-content .single-grid-title {
  display: block;
  font-size: var(--pl);
  text-decoration: none;
  line-height: 125%;
}
.single-grid:hover .single-grid-header picture img, .single-grid:hover .single-grid-header img {
  transform: scale(1.08);
}
.single-grid:hover .single-grid-content .single-grid-title {
  text-decoration: underline;
}

@media (max-width: 1224px) {
  .single-grid .single-grid-header picture img, .single-grid .single-grid-header img {
    height: 180px;
  }
}
@media (max-width: 550px) {
  .single-grid .single-grid-header picture {
    height: 185px;
  }
}
.single-mea-grid {
  display: flex;
  align-items: center;
  gap: 0;
  height: auto !important;
  cursor: pointer;
  background-color: var(--wp--preset--color--fifth);
  padding: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: all ease 0.3s;
}
.single-mea-grid .single-mea-grid-header {
  width: 50%;
  align-self: stretch;
  position: relative;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.single-mea-grid .single-mea-grid-header .single-grid-cats {
  font-size: var(--pxs);
  text-transform: uppercase;
  display: block;
  width: fit-content;
  background-color: var(--wp--preset--color--fifth);
  color: var(--wp--preset--color--first);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 20px 2px;
  border-top-right-radius: 15px;
}
.single-mea-grid .single-mea-grid-header picture img, .single-mea-grid .single-mea-grid-header img {
  display: block;
  position: relative;
  min-height: 330px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all ease 1s;
}
.single-mea-grid .single-mea-grid-content {
  width: 50%;
  padding: var(--padding-section);
}
.single-mea-grid .single-mea-grid-content .single-mea-grid-title {
  font-size: var(--pl);
  text-decoration: none;
  line-height: 125%;
}
.single-mea-grid .single-mea-grid-content .single-mea-grid-date {
  font-size: var(--psm);
  color: var(--wp--preset--color--third);
  margin-bottom: 8px;
  font-weight: 700;
}
.single-mea-grid .single-mea-grid-content .single-mea-grid-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 20px;
  font-size: var(--pbt);
}
.single-mea-grid:hover .single-mea-grid-header picture img, .single-mea-grid:hover .single-mea-grid-header img {
  transform: scale(1.08);
}
.single-mea-grid:hover .single-mea-grid-content .single-mea-grid-title {
  text-decoration: underline;
}

@media (max-width: 1224px) {
  .single-mea-grid .single-mea-grid-header picture img, .single-mea-grid .single-mea-grid-header img {
    min-height: 230px;
  }
}
@media (max-width: 1024px) {
  .single-mea-grid {
    flex-direction: column;
  }
  .single-mea-grid .single-mea-grid-header {
    width: 100%;
  }
  .single-mea-grid .single-mea-grid-content {
    width: 100%;
    padding: 20px 20px 50px;
  }
}
@media (max-width: 781px) {
  .single-mea-grid .single-mea-grid-header picture {
    max-height: unset;
    height: 250px;
  }
  .single-mea-grid .single-mea-grid-content {
    padding: 20px 0 40px;
  }
}
@media (max-width: 550px) {
  .single-mea-grid .single-mea-grid-header picture {
    height: 200px;
  }
}/*# sourceMappingURL=main.css.map */