/* Base
/* ============================================= */
/* COLORS */
/* ------------------------------------------- */
/* TEXT */
/* ------------------------------------------- */
/* LINKS */
/* ------------------------------------------- */
/* LAYOUT */
/* ------------------------------------------- */
/* BORDER SCREEN */
/* ------------------------------------------- */
/* OTHERS */
/* ------------------------------------------- */
/* BREAKPOINTS */
/* ------------------------------------------- */
/* HOVER */
/* ------------------------------------------- */
/* TRANSITION */
/* ------------------------------------------- */
/* VARIABLES */
/* ------------------------------------------- */
:root {
  --container-max-width: 1300px;
}

@media (max-width: 1399px) {
  :root {
    --container-max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  :root {
    --container-max-width: 960px;
  }
}
@media (max-width: 991px) {
  :root {
    --container-max-width: 720px;
  }
}
@media (max-width: 767px) {
  :root {
    --container-max-width: 100%;
  }
}
/* GENERAL SETTINGS */
/* ------------------------------------------- */
*:focus-visible {
  outline: auto;
}

.label-required {
  color: #dc3232;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* LAYOUT */
/* ------------------------------------------- */
p {
  overflow-wrap: break-word;
  margin: 0;
}

/* LINKS */
/* ------------------------------------------- */
a[target=_blank] {
  cursor: alias;
}

.elementor-widget-text-editor a {
  position: relative;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.2s ease-in-out;
  padding-bottom: 3px;
}
@media (hover: hover) {
  .elementor-widget-text-editor a {
    background-size: 0 2px;
  }
  .elementor-widget-text-editor a:hover {
    background-size: 100% 2px;
  }
}
@media (hover: none) {
  .elementor-widget-text-editor a {
    background-size: 100% 2px;
  }
}

.entry-title a {
  position: relative;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.2s ease-in-out;
  padding-bottom: 3px;
}
@media (hover: hover) {
  .entry-title a {
    background-size: 0 2px;
  }
  .entry-title a:hover {
    background-size: 100% 2px;
  }
}
@media (hover: none) {
  .entry-title a {
    background-size: 100% 2px;
  }
}

/* IMAGES */
/* ------------------------------------------- */
.article-post-thumbnail .post-thumbnail-inner::after,
.content-title-style-above .page-hero-section .entry-hero-container-inner .hero-section-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

/* AUTRES */
/* ------------------------------------------- */
.last-modified {
  font-size: 0.875rem;
  font-style: italic;
}

.sitemap h5 {
  display: none;
}
.sitemap a {
  position: relative;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.2s ease-in-out;
  padding-bottom: 3px;
}
@media (hover: hover) {
  .sitemap a {
    background-size: 0 2px;
  }
  .sitemap a:hover {
    background-size: 100% 2px;
  }
}
@media (hover: none) {
  .sitemap a {
    background-size: 100% 2px;
  }
}
.sitemap .page_item {
  padding: 0.25rem 0;
}
.sitemap .children {
  padding-top: 0.25rem;
}

/* FIX THEME */
/* ------------------------------------------- */
body, input, select, optgroup, textarea, h1, h2, h3, h4, h5, h6, p {
  text-transform: none;
}

#main-header .header-button {
  text-transform: none;
}

.header-html {
  font-family: inherit;
}

.wp-site-blocks {
  --global-vw: 100vw;
}

.entry-meta-divider-customicon.entry-meta > * > .innov-svg-iconset {
  margin-left: 0;
}

.entry-content-wrap {
  padding: 0;
}

.widget-area .widget-title {
  margin-bottom: 0.75rem;
}

.site-container {
  max-width: unset;
}

header#masthead .site-container {
  padding: 0 15px;
}

.hero-container.site-container,
.blog #primary .site-container,
.archive #primary .site-container,
.single #primary .site-container,
.search #primary .site-container,
footer#colophon .site-container {
  padding: 0 15px;
  max-width: min(100%, var(--container-max-width));
}

@media (min-width: 768px) {
  header#masthead .site-container {
    padding: 0 30px;
  }
  .hero-container.site-container,
  .blog #primary .site-container,
  .archive #primary .site-container,
  .single #primary .site-container,
  .search #primary .site-container,
  footer#colophon .site-container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  header#masthead .site-container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 719px) {
  .content-style-boxed .content-bg:not(.loop-entry) {
    margin-left: 0;
    margin-right: 0;
  }
}
.search form.search-form {
  margin-top: 1rem;
}

.widget li:not(.kb-table-of-content-list li) {
  line-height: 1.1;
}

@media (min-width: 1025px) {
  .content-width-narrow .entry-content .alignwide,
  .content-width-narrow .content-area .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-site-blocks .post-thumbnail {
  margin-bottom: 1rem;
}

.loop-entry {
  display: flex;
  flex-direction: column;
}
.loop-entry .entry-summary p,
.loop-entry .entry-header .entry-meta {
  margin: 0;
}
.loop-entry .entry-content-wrap {
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.loop-entry .entry-content-wrap .entry-header {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}
.loop-entry .entry-content-wrap .entry-header .entry-taxonomies {
  margin-bottom: 0;
}
.loop-entry .entry-content-wrap .entry-header .entry-title {
  flex: 1;
  margin-bottom: 0.5rem;
  text-overflow: unset;
  overflow: visible;
  white-space: wrap;
  max-width: unset;
}
.loop-entry .entry-content-wrap .entry-summary {
  margin: 0.75rem 0 0;
  flex: 1;
}

.blog-section .uc_overlay_image_carousel .ue-meta-data {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--global-palette2);
  padding: 6px 8px;
  border-radius: 3px;
  line-height: normal !important;
}
.blog-section .uc_overlay_image_carousel .ue-meta-data .ue-grid-item-meta-data {
  display: flex !important;
  align-items: baseline !important;
}
.blog-section .uc_overlay_image_carousel .ue-meta-data .ue-grid-item-meta-data-icon {
  display: inline-flex;
}

.hover-in-section .image-hover.elementor-widget-image {
  float: none;
  display: flex;
  background-color: transparent;
  overflow: hidden;
}
.hover-in-section .image-hover.elementor-widget-image::after, .hover-in-section .image-hover.elementor-widget-image::before {
  position: absolute;
  content: "";
  z-index: 1;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  display: block;
}
.hover-in-section .image-hover.elementor-widget-image:hover::after {
  width: 100%;
  height: 0;
  top: 50%;
  background: rgba(255, 255, 255, 0.1);
  bottom: 50%;
}
.hover-in-section .image-hover.elementor-widget-image:hover::before {
  width: 0;
  height: 100%;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  right: 50%;
}

.uc_image_accodion_holder {
  cursor: pointer;
}

.span-r .elementor-heading-title span {
  color: var(--global-palette1);
}

@media (min-width: 980px) {
  #uc_post_carousel_elementor_141ab58 .owl-dots .owl-dot {
    display: none;
  }
}

.ue-glowing-widget {
  height: 100%;
}
.ue-glowing-widget .ue-glowing-cards-container {
  height: 100%;
}
.ue-glowing-widget .ue-glowing-cards-container .ue-glowing-card {
  height: 100%;
}
.ue-glowing-widget .ue-glowing-cards-container .ue-glowing-card .ue-glowing-card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ue-glowing-widget .ue-glowing-cards-container .ue-glowing-card .ue-glowing-card-content .desc-content {
  flex: 1;
}

/* Components
/* ============================================= */
footer #footer-navigation a,
footer #menu-footer-navigation a,
footer .footer-html-inner a,
footer .site-info-inner a {
  position: relative;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.2s ease-in-out;
  padding-bottom: 3px;
}
@media (hover: hover) {
  footer #footer-navigation a,
  footer #menu-footer-navigation a,
  footer .footer-html-inner a,
  footer .site-info-inner a {
    background-size: 0 2px;
  }
  footer #footer-navigation a:hover,
  footer #menu-footer-navigation a:hover,
  footer .footer-html-inner a:hover,
  footer .site-info-inner a:hover {
    background-size: 100% 2px;
  }
}
@media (hover: none) {
  footer #footer-navigation a,
  footer #menu-footer-navigation a,
  footer .footer-html-inner a,
  footer .site-info-inner a {
    background-size: 100% 2px;
  }
}

.wp-social-link svg {
  fill: currentColor;
}

.footer-navigation .menu {
  gap: 0.5rem 1rem;
}

@media screen and (max-width: 1024px) {
  .footer-widget-area.content-tablet-align-center li {
    justify-self: center;
  }
}
#colophon .footer-navigation .footer-menu-container > ul li a:focus-visible {
  outline: auto;
}

.location-icon,
.mail-icon,
.call-icon {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .location-icon,
  .mail-icon,
  .call-icon {
    padding-left: 0;
    padding-top: 25px;
  }
}
.location-icon::before,
.mail-icon::before,
.call-icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  color: var(--global-palette9);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  margin: 3px 0 0;
}
@media screen and (max-width: 1024px) {
  .location-icon::before,
  .mail-icon::before,
  .call-icon::before {
    margin: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

form .ie-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
form .ie-form p {
  margin: 0;
}
form .ie-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  form .ie-form-row {
    flex-direction: column;
  }
}
form .ie-form-control,
form input[type=search] {
  padding: 8px 10px;
  font-size: 0.9375rem;
  color: var(--global-palette1);
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
  width: 100%;
  transition: 0.3s;
}
form .ie-form-control:focus,
form input[type=search]:focus {
  color: var(--global-palette1);
  border: 1px solid var(--global-palette1);
}
form .ie-form-control.wpcf7-not-valid,
form input[type=search].wpcf7-not-valid {
  border-color: #dc3545;
}
form .ie-form-control::placeholder,
form input[type=search]::placeholder {
  color: var(--global-palette1);
  opacity: 0.5;
}
form .ie-form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
form .ie-form-group label {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 3px;
}
form .ie-form-group textarea {
  max-width: 100%;
}
form .ie-form-group .ie-form-file-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
form .ie-form-group .ie-form-file-wrapper br {
  display: none;
}
form .ie-form-group .ie-form-file-wrapper .ie-form-file {
  opacity: 0;
  position: absolute;
  z-index: -1;
  display: none;
}
form .ie-form-group .ie-form-file-wrapper .ie-form-file-label {
  background: var(--global-palette2);
  color: var(--global-palette9);
  padding: 7px 14px;
  border-radius: 3px;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 0;
  transition: 0.3s;
}
form .ie-form-group .ie-form-file-wrapper .ie-form-file-label:hover {
  background: var(--global-palette1);
}
form .ie-form-group .ie-form-file-wrapper .ie-form-file-name {
  font-size: 0.875rem;
  color: #555;
}
form .ie-form-confirmation {
  display: flex;
  flex-direction: row;
  gap: 7px;
  line-height: 1.3em;
  font-size: 0.875rem;
  margin-top: 15px;
}
form .ie-form-confirmation br {
  display: none;
}
form .ie-form-confirmation label a {
  position: relative;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.2s ease-in-out;
  padding-bottom: 3px;
}
@media (hover: hover) {
  form .ie-form-confirmation label a {
    background-size: 0 2px;
  }
  form .ie-form-confirmation label a:hover {
    background-size: 100% 2px;
  }
}
@media (hover: none) {
  form .ie-form-confirmation label a {
    background-size: 100% 2px;
  }
}
form .ie-form-submit {
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  form .ie-form-submit {
    text-align: center;
  }
}
form .ie-form-submit .btn {
  border: none;
  min-width: min(100%, 200px);
}
form .wpcf7-list-item {
  margin: 0;
}
form .wpcf7-spinner {
  position: absolute;
}
form .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  margin-top: 4px;
}

.wpcf7 form .wpcf7-response-output {
  background-color: #ffffff;
  border-radius: 3px;
  margin: 1.5rem 0;
  font-size: 0.975rem;
}

.site-header-section .header-html .header-html-inner a {
  position: relative;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.2s ease-in-out;
  padding-bottom: 3px;
}
@media (hover: hover) {
  .site-header-section .header-html .header-html-inner a {
    background-size: 0 2px;
  }
  .site-header-section .header-html .header-html-inner a:hover {
    background-size: 100% 2px;
  }
}
@media (hover: none) {
  .site-header-section .header-html .header-html-inner a {
    background-size: 100% 2px;
  }
}

.nav--toggle-sub .nav-drop-title-wrap {
  padding-right: 0;
}
.nav--toggle-sub .dropdown-nav-toggle {
  width: 1rem;
  height: 1rem;
  position: relative;
  right: unset;
  top: unset;
  transform: unset;
  -webkit-transform: unset;
}
.nav--toggle-sub .dropdown-nav-toggle .innov-svg-iconset.svg-baseline svg {
  top: unset;
}
.nav--toggle-sub .dropdown-nav-toggle .innov-svg-iconset svg {
  width: 1rem;
  height: 1rem;
}

.tablepress {
  --text-color: v.$c-text;
  --head-text-color: v.$c-text-r;
  --head-bg-color: v.$c-primary;
  --even-bg-color: var(--global-palette3);
  --hover-bg-color: #f3f3f3;
  --border-color: #e3e3e3;
}

table.tablepress {
  border: 1px solid #c2c2c2;
}

/* Specific
/* ============================================= */
.error404 h1 {
  color: var(--global-palette9);
}
.error404 section.error {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .error404 section.error {
    padding: 0 30px;
  }
}
@media (min-width: 1025px) {
  .error404 section.error {
    padding: 0 50px;
  }
}
.error404 .entry-hero .entry-hero-container-inner {
  background: var(--global-palette2);
}
.error404 .entry-hero-container-inner .entry-header {
  min-height: 300px;
}

.error-404-content {
  text-align: center;
  padding: 30px 0;
}

.home-button-container {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .innov-thumbnail-position-behind.article-post-thumbnail {
    margin-bottom: -2rem;
  }
}
body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link:hover, body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link:focus {
  color: var(--global-palette9);
  background: var(--global-palette1);
}

.entry-taxonomies .category-style-pill a {
  border-radius: 3px;
  padding: 4px 5px;
}

.blog .post-thumbnail::after,
.archive .post-thumbnail::after,
.search .post-thumbnail::after,
.entry-related .post-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0;
  transition: 0.3s;
}
.blog .post-thumbnail:hover::after, .blog .post-thumbnail:focus::after,
.archive .post-thumbnail:hover::after,
.archive .post-thumbnail:focus::after,
.search .post-thumbnail:hover::after,
.search .post-thumbnail:focus::after,
.entry-related .post-thumbnail:hover::after,
.entry-related .post-thumbnail:focus::after {
  opacity: 40%;
}

.innov-breadcrumbs {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  margin: 0.75rem 0 0;
}

.uc_image_carousel_content .ue-grid-item-category {
  margin-bottom: 10px;
}
.uc_image_carousel_content h3.uc_post_title {
  position: relative;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.2s ease-in-out;
  padding-bottom: 3px;
}
@media (hover: hover) {
  .uc_image_carousel_content h3.uc_post_title {
    background-size: 0 2px;
  }
  .uc_image_carousel_content h3.uc_post_title:hover {
    background-size: 100% 2px;
  }
}
@media (hover: none) {
  .uc_image_carousel_content h3.uc_post_title {
    background-size: 100% 2px;
  }
}

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