/*------------------------------------------
 *  Reponsive
 * -----------------------------------------*/
/*------------------------------------------
 *  BUTTON
 * -----------------------------------------*/
/*------------------------------------------
 *  Before/After
 * -----------------------------------------*/
:root {
  --header-height: 150px;
  --header-padding-menu-item: 25px;
  --padding-section: 100px;
  --padding-section-h: 100px;
  --h1: 60px;
  --h1sm: 50px;
  --h2: 35px;
  --h2sm: 30px;
  --h3: 25px;
  --psm: 14px;
  --pmd: 16px;
  --pl: 20px;
  --pxl: 22px;
  --pbt: 18px;
  --padding-bouton: 11px 35px 13px;
  --padding-bouton-sm: 5px 20px;
  --pxs: 12px;
}

@media (max-width: 1600px) {
  :root {
    --padding-section: 75px;
  }
}
@media (max-width: 1400px) {
  :root {
    --header-height: 130px;
    --padding-section: 50px;
    --h1: 46px;
    --h1sm: 40px;
    --h2: 30px;
    --h2sm: 25px;
  }
}
@media (max-width: 1024px) {
  :root {
    --header-height: 80px;
    --padding-section-h: 75px;
    --h1: 35px;
    --h1sm: 30px;
    --h2: 28px;
    --h2sm: 24px;
    --h3: 20px;
    --pxl: 20px;
    --pl: 18px;
  }
}
@media (max-width: 781px) {
  :root {
    --header-height: 60px;
    --padding-section: 35px;
    --padding-section-h: 50px;
    --padding-bouton: 8px 20px 10px;
    --h1: 30px;
    --h1sm: 25px;
    --h2: 22px;
    --h2sm: 20px;
    --h3: 18px;
    --pxl: 18px;
    --pl: 16px;
    --pbt: 16px;
    --pmd: 15px;
    --psm: 12px;
    --pxs: 10px;
  }
}
@media (max-width: 550px) {
  :root {
    --padding-section: 20px;
  }
}
header.wp-block-template-part {
  height: var(--header-height);
  box-shadow: -7px 7px 10px -7px rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1000;
  padding: 0 var(--padding-section);
  transition: all ease 1s;
}
header.wp-block-template-part .ik-block-row {
  max-width: var(--wp--style--global--wide-size);
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-around;
  gap: 0;
}
header.wp-block-template-part .wp-block-site-logo {
  height: 100%;
  width: 100%;
  max-width: 175px;
  max-height: 75px;
  transition: all ease 1s;
}
header.wp-block-template-part .wp-block-site-logo a {
  display: block;
  height: 100%;
  width: 100%;
}
header.wp-block-template-part .wp-block-site-logo a img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: all ease 1s;
}
header.wp-block-template-part .ik-nav {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-top: solid 1px var(--wp--preset--color--white);
}
header.wp-block-template-part .ik-nav > nav {
  height: 100%;
}
header.wp-block-template-part .ik-nav > nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 100%;
}
header.wp-block-template-part .ik-nav > nav > ul > li {
  height: 100%;
  position: relative;
}
header.wp-block-template-part .ik-nav > nav > ul > li > a {
  padding: 10px var(--header-padding-menu-item);
  color: var(--wp--preset--color--white);
  font-size: var(--pmd);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  text-align: center;
  height: 100%;
  text-decoration: none;
}
header.wp-block-template-part .ik-nav > nav > ul > li > a::before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  width: 0%;
  height: 2px;
  background-color: var(--wp--preset--color--black);
  transition: all ease 1s;
}
header.wp-block-template-part .ik-nav > nav > ul > li:not(.rs, .en-avant) a[target=_blank] {
  padding-right: calc(var(--header-padding-menu-item) + 25px);
}
header.wp-block-template-part .ik-nav > nav > ul > li:not(.rs, .en-avant) a[target=_blank]::after {
  content: "";
  background-image: url(/wp-content/themes/ikadia-theme-child/assets/icons/target-blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  background-color: transparent;
  position: absolute;
  top: calc(50% - 2px);
  right: var(--header-padding-menu-item);
  transform: translateY(-50%);
  filter: brightness(0);
}
header.wp-block-template-part .ik-nav > nav > ul > li:hover > a {
  color: var(--wp--preset--color--black);
}
header.wp-block-template-part .ik-nav > nav > ul > li:hover > a::before {
  width: 35px;
  background-color: var(--wp--preset--color--black);
}
header.wp-block-template-part .ik-nav > nav > ul > li:hover > a::after {
  border-color: transparent transparent transparent var(--wp--preset--color--black);
}
header.wp-block-template-part .ik-nav > nav > ul > li.rs {
  margin: 0 5px;
  width: 30px;
  height: 30px;
}
header.wp-block-template-part .ik-nav > nav > ul > li.rs > a {
  background-color: var(--wp--preset--color--black);
  padding: 0;
  border-radius: 50%;
  font-size: 0;
}
header.wp-block-template-part .ik-nav > nav > ul > li.rs > a::before {
  content: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
header.wp-block-template-part .ik-nav > nav > ul > li.rs.first {
  margin-left: var(--header-padding-menu-item);
}
header.wp-block-template-part .ik-nav > nav > ul > li.rs:hover > a {
  background-color: var(--wp--preset--color--darkgray);
}
header.wp-block-template-part .ik-nav > nav > ul > li.en-avant {
  height: auto;
}
header.wp-block-template-part .ik-nav > nav > ul > li.en-avant a {
  color: var(--wp--preset--color--white) !important;
  background: var(--wp--preset--color--black);
  border: solid 1px var(--wp--preset--color--black);
  padding: var(--padding-bouton);
  display: block;
  width: fit-content;
  font-size: var(--pbt);
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  position: relative;
  text-align: center;
  border-radius: 8px;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  transition: all ease 0.3s;
  margin-right: auto;
  margin-left: 0;
}
header.wp-block-template-part .ik-nav > nav > ul > li.en-avant a:hover, header.wp-block-template-part .ik-nav > nav > ul > li.en-avant a:active, header.wp-block-template-part .ik-nav > nav > ul > li.en-avant a:focus {
  color: var(--wp--preset--color--black) !important;
  background: var(--wp--preset--color--darkgray) !important;
  border-color: var(--wp--preset--color--darkgray);
}
header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children > a, header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu > a {
  padding: 10px calc(var(--header-padding-menu-item) + 20px) 10px var(--header-padding-menu-item);
}
header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children > a:after, header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu > a:after {
  content: "";
  background-image: url(/wp-content/themes/ikadia-theme-child/assets/icons/icon-chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 16px;
  position: absolute;
  top: 17px;
  transform: rotate(90deg);
  right: var(--header-padding-menu-item);
  filter: brightness(0) invert(1);
  transition: all ease 0.5s;
}
header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children ul.sub-menu, header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu ul.sub-menu {
  position: absolute;
  background-color: var(--wp--preset--color--white);
  padding: 0;
  margin: 0;
  list-style-type: none;
  opacity: 0;
  visibility: hidden;
  width: max-content;
  transition: all ease 0.15s;
}
header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children ul.sub-menu li, header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu ul.sub-menu li {
  position: relative;
}
header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children ul.sub-menu li a, header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu ul.sub-menu li a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  padding: 4px 10px;
  margin: 4px 0;
}
header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a, header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu ul.sub-menu li.menu-item-has-children > a {
  padding-right: 25px;
}
header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a:after, header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu ul.sub-menu li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: calc(50% - 4.5px);
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0px 4.5px 5px;
  border-color: transparent transparent transparent var(--wp--preset--color--black);
  border-radius: 3px;
  transition: all ease 0.5s;
}
header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children ul.sub-menu li.menu-item-has-children:hover > a:after, header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu ul.sub-menu li.menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
  border-color: transparent transparent transparent var(--wp--preset--color--black);
}
header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children ul.sub-menu li:hover > a, header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu ul.sub-menu li:hover > a {
  font-weight: 700;
}
header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children > ul.sub-menu, header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu > ul.sub-menu {
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
}
header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children > ul.sub-menu li > ul.sub-menu, header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu > ul.sub-menu li > ul.sub-menu {
  top: 0;
  left: calc(100% + 10px);
}
header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children > ul.sub-menu li:hover > ul.sub-menu, header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu > ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
}
header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children:hover > a::after, header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu:hover > a::after {
  transform: rotate(90deg) scaleX(-1);
  filter: brightness(0);
}
header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children:hover ul.sub-menu, header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu:hover ul.sub-menu {
  transition: all ease 0.15s;
}
header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children:hover > ul.sub-menu, header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
header.wp-block-template-part .ikadia-mobile-navbar {
  display: none;
}

.page-template-header-couleur, .page-template-pages-legales, .error404, .page-scrolled {
  --header-height: 132px;
}
.page-template-header-couleur header.wp-block-template-part, .page-template-pages-legales header.wp-block-template-part, .error404 header.wp-block-template-part, .page-scrolled header.wp-block-template-part {
  background-color: var(--wp--preset--color--white);
  box-shadow: -7px 7px 10px -7px rgba(0, 0, 0, 0.1);
}
.page-template-header-couleur header.wp-block-template-part .wp-block-site-logo, .page-template-pages-legales header.wp-block-template-part .wp-block-site-logo, .error404 header.wp-block-template-part .wp-block-site-logo, .page-scrolled header.wp-block-template-part .wp-block-site-logo {
  max-width: 125px;
  max-height: 50px;
}
.page-template-header-couleur header.wp-block-template-part .wp-block-site-logo a img, .page-template-pages-legales header.wp-block-template-part .wp-block-site-logo a img, .error404 header.wp-block-template-part .wp-block-site-logo a img, .page-scrolled header.wp-block-template-part .wp-block-site-logo a img {
  filter: none;
}
.page-template-header-couleur header.wp-block-template-part .ik-nav, .page-template-pages-legales header.wp-block-template-part .ik-nav, .error404 header.wp-block-template-part .ik-nav, .page-scrolled header.wp-block-template-part .ik-nav {
  border-color: var(--wp--preset--color--third);
}
.page-template-header-couleur header.wp-block-template-part .ik-nav > nav > ul > li > a, .page-template-pages-legales header.wp-block-template-part .ik-nav > nav > ul > li > a, .error404 header.wp-block-template-part .ik-nav > nav > ul > li > a, .page-scrolled header.wp-block-template-part .ik-nav > nav > ul > li > a {
  color: var(--wp--preset--color--black);
}
.page-template-header-couleur header.wp-block-template-part .ik-nav > nav > ul > li > a::before, .page-template-pages-legales header.wp-block-template-part .ik-nav > nav > ul > li > a::before, .error404 header.wp-block-template-part .ik-nav > nav > ul > li > a::before, .page-scrolled header.wp-block-template-part .ik-nav > nav > ul > li > a::before {
  background-color: var(--wp--preset--color--second);
}
.page-template-header-couleur header.wp-block-template-part .ik-nav > nav > ul > li:hover > a, .page-template-pages-legales header.wp-block-template-part .ik-nav > nav > ul > li:hover > a, .error404 header.wp-block-template-part .ik-nav > nav > ul > li:hover > a, .page-scrolled header.wp-block-template-part .ik-nav > nav > ul > li:hover > a {
  color: var(--wp--preset--color--second);
}
.page-template-header-couleur header.wp-block-template-part .ik-nav > nav > ul > li:hover > a::before, .page-template-pages-legales header.wp-block-template-part .ik-nav > nav > ul > li:hover > a::before, .error404 header.wp-block-template-part .ik-nav > nav > ul > li:hover > a::before, .page-scrolled header.wp-block-template-part .ik-nav > nav > ul > li:hover > a::before {
  background-color: var(--wp--preset--color--second);
}
.page-template-header-couleur header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children > a:after, .page-template-header-couleur header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu > a:after, .page-template-pages-legales header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children > a:after, .page-template-pages-legales header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu > a:after, .error404 header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children > a:after, .error404 header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu > a:after, .page-scrolled header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children > a:after, .page-scrolled header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu > a:after {
  filter: brightness(0);
}
.page-template-header-couleur header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children:hover > a:after, .page-template-header-couleur header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu:hover > a:after, .page-template-pages-legales header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children:hover > a:after, .page-template-pages-legales header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu:hover > a:after, .error404 header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children:hover > a:after, .error404 header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu:hover > a:after, .page-scrolled header.wp-block-template-part .ik-nav > nav > ul > li.menu-item-has-children:hover > a:after, .page-scrolled header.wp-block-template-part .ik-nav > nav > ul > li.ik-megamenu:hover > a:after {
  filter: none;
}

body.ik-menu-fixed header.wp-block-template-part {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
body.ik-menu-fixed.admin-bar header.wp-block-template-part {
  top: 32px;
}

@media (max-width: 781px) {
  body.ik-menu-fixed.admin-bar header.wp-block-template-part {
    top: 46px;
  }
}
@media (max-width: 1400px) {
  header.wp-block-template-part .wp-block-site-logo {
    max-width: 150px;
    max-height: 60px;
  }
  header.wp-block-template-part .ik-nav > nav > ul {
    gap: 20px;
  }
  .page-template-header-couleur, .page-template-pages-legales, .error404, .page-scrolled {
    --header-height: 120px;
  }
}
@media (max-width: 1024px) {
  header.wp-block-template-part .wp-block-site-logo {
    max-width: 125px;
    max-height: 50px;
  }
  header.wp-block-template-part .wp-block-site-logo a img {
    object-position: left center;
  }
  header.wp-block-template-part .ik-block-row {
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
  header.wp-block-template-part .ik-nav-plus {
    display: none;
  }
  header.wp-block-template-part .ik-nav {
    order: 3;
    margin-right: 0;
    width: auto;
    border: none;
  }
  header.wp-block-template-part .ik-nav nav:not(.ikadia-mobile-navbar) {
    display: none;
  }
  header.wp-block-template-part .ik-nav .ikadia-mobile-navbar {
    display: block;
    margin: 0;
  }
  header.wp-block-template-part .ik-nav .ikadia-mobile-navbar #nav-icon3 {
    cursor: pointer;
    transition: 0.6s cubic-bezier(0.78, -0.01, 0.39, 1.02);
  }
  header.wp-block-template-part .ik-nav .ikadia-mobile-navbar #nav-icon3 .hamburger {
    border: none;
    background: transparent;
    width: 22px;
    height: 18px;
    position: relative;
    display: block;
    transition: 0.6s cubic-bezier(0.78, -0.01, 0.39, 1.02);
  }
  header.wp-block-template-part .ik-nav .ikadia-mobile-navbar #nav-icon3 .hamburger span {
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 30px;
    transform-origin: center;
    opacity: 1;
    left: 0;
    background-color: var(--wp--preset--color--white);
    transition: 0.6s cubic-bezier(0.78, -0.01, 0.39, 1.02);
  }
  header.wp-block-template-part .ik-nav .ikadia-mobile-navbar #nav-icon3 .hamburger span:first-child {
    top: 0;
  }
  header.wp-block-template-part .ik-nav .ikadia-mobile-navbar #nav-icon3 .hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    opacity: 1;
    visibility: visible;
  }
  header.wp-block-template-part .ik-nav .ikadia-mobile-navbar #nav-icon3 .hamburger span:last-child {
    top: 100%;
    transform: translateY(-100%);
    right: 0;
    left: auto;
  }
  header.wp-block-template-part .ik-nav .ikadia-mobile-navbar #nav-icon3.open-responsive-menu .hamburger span:first-child {
    transform: rotate(45deg);
    top: 10px;
  }
  header.wp-block-template-part .ik-nav .ikadia-mobile-navbar #nav-icon3.open-responsive-menu .hamburger span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  header.wp-block-template-part .ik-nav .ikadia-mobile-navbar #nav-icon3.open-responsive-menu .hamburger span:last-child {
    top: 10px;
    transform: rotate(-45deg);
    width: 100%;
  }
  header.wp-block-template-part .ik-nav-woo {
    order: 2;
    margin-left: auto;
  }
  header.wp-block-template-part:has(.active-responsive-menu) .wp-block-site-logo a img {
    filter: none;
  }
  header.wp-block-template-part:has(.active-responsive-menu) .ik-nav .ikadia-mobile-navbar #nav-icon3 .hamburger span {
    background-color: var(--wp--preset--color--black);
  }
  .page-template-header-couleur, .page-template-pages-legales, .error404, .page-scrolled {
    --header-height: 80px;
  }
  .page-template-header-couleur header.wp-block-template-part .ik-nav .ikadia-mobile-navbar #nav-icon3 .hamburger span, .page-template-pages-legales header.wp-block-template-part .ik-nav .ikadia-mobile-navbar #nav-icon3 .hamburger span, .error404 header.wp-block-template-part .ik-nav .ikadia-mobile-navbar #nav-icon3 .hamburger span, .page-scrolled header.wp-block-template-part .ik-nav .ikadia-mobile-navbar #nav-icon3 .hamburger span {
    background-color: var(--wp--preset--color--black);
  }
}
@media (max-width: 781px) {
  .page-template-header-couleur, .page-template-pages-legales, .error404, .page-scrolled {
    --header-height: 60px ;
  }
}
.yoast-breadcrumbs {
  max-width: calc(var(--wp--style--global--wide-size) + var(--padding-section) * 2);
  margin: 15px auto 10px !important;
}
.yoast-breadcrumbs span {
  color: var(--wp--preset--color--black);
  font-size: 0;
}
.yoast-breadcrumbs span > span:not(:first-child) {
  position: relative;
  padding-left: 20px;
}
.yoast-breadcrumbs span > span:not(:first-child)::before {
  content: "";
  width: 6px;
  height: 8px;
  position: absolute;
  left: 7px;
  top: 11px;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/icons/icon-chevron.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.yoast-breadcrumbs span a, .yoast-breadcrumbs span span {
  color: var(--wp--preset--color--black);
  font-size: var(--pmd);
  text-decoration: none;
}
.yoast-breadcrumbs span .breadcrumb_last {
  font-weight: 700;
  text-decoration: underline;
}/*# sourceMappingURL=critical.css.map */