@charset "UTF-8";
/*
Theme Name: ng1-2025
Theme URI: https://github.com/pixelea-fr/ng1-2025
Author: GEHIN Nicolas
Author URI: https://github.com/pixelea-fr
Description: Thème ng1@2025
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ng1-2025
*/
@media (min-width: 600px) {
  .wp-block-group.is-style-grid-2-1 {
    gap: 0;
  }
  .wp-block-group.is-style-grid-2-1 > .wp-block-group:nth-last-of-type(1):not(:has(figure)) {
    padding-left: 4.5rem;
  }
  .wp-block-group.is-style-grid-2-1 > .wp-block-group:nth-last-of-type(2):not(:has(figure)) {
    padding-right: 4.5rem;
  }
}
@media (max-width: 600px) {
  .wp-block-group.is-style-grid-2-1 {
    display: flex;
    flex-wrap: wrap;
  }
  .wp-block-group.is-style-grid-2-1 > .wp-block-group {
    width: 100%;
    order: 2;
  }
  .wp-block-group.is-style-grid-2-1 > .wp-block-group:has(figure) {
    order: 1;
  }
}

.wp-block-button.is-style-with-arrow .wp-block-button__link,
span.is-style-with-arrow,
a.is-style-with-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  transition: gap 0.4s;
  background: transparent !important;
  border-color: transparent !important;
}
.wp-block-button.is-style-with-arrow .wp-block-button__link:hover,
span.is-style-with-arrow:hover,
a.is-style-with-arrow:hover {
  gap: 0.5em;
}
.is-style-section-style2 .wp-block-button.is-style-with-arrow .wp-block-button__link:hover,
.is-style-section-style2 span.is-style-with-arrow:hover,
.is-style-section-style2 a.is-style-with-arrow:hover {
  color: white !important;
}
.wp-block-button.is-style-with-arrow .wp-block-button__link:after,
span.is-style-with-arrow:after,
a.is-style-with-arrow:after {
  content: "";
  background: currentColor;
  -webkit-mask-image: url(assets/images/arrow.svg);
          mask-image: url(assets/images/arrow.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}

.card-focus__content {
  transition: 1s background ease-in-out, 2s box-shadow;
}

.card-focus__number {
  z-index: 10;
  position: relative;
}

.is-style-dashed {
  --after-size:4px;
  position: relative;
  background-size: var(--after-size);
}
.is-style-dashed:after {
  content: "";
  height: 0;
  width: var(--after-size);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--wp--preset--color--accent);
  transition: 1s height;
}
.card-focus__container.active .is-style-dashed:after {
  height: 100%;
}

header.wp-block-template-part > .wp-block-group:last-of-type {
  position: relative;
}
header.wp-block-template-part > .wp-block-group:last-of-type:after {
  content: "";
  height: 10px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0.1) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
}

.nowrap {
  white-space: nowrap;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}